:root{--gray-50: 248 249 250;--gray-100: 241 243 245;--gray-200: 228 232 236;--gray-300: 206 212 218;--gray-400: 173 181 189;--gray-500: 134 142 150;--gray-600: 108 117 125;--gray-700: 73 80 87;--gray-800: 52 58 64;--gray-900: 33 37 41;--opacity-disabled: .65;--opacity-muted: .8;--opacity-subtle: .9;--text-primary: var(--gray-900);--text-secondary: var(--gray-700);--text-tertiary: var(--gray-600);--text-quaternary: var(--gray-500);--text-disabled: var(--gray-500);--hover-opacity: .92;--focus-opacity: 1;--active-opacity: .87;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-20: 5rem;--spacing-24: 6rem;--height-input: 2.75rem;--height-button: 2.75rem;--height-button-sm: 2.25rem;--height-button-lg: 3.25rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px}.dark{--gray-50: 23 23 23;--gray-100: 38 38 38;--gray-200: 64 64 64;--gray-300: 82 82 82;--gray-400: 115 115 115;--gray-500: 163 163 163;--gray-600: 212 212 212;--gray-700: 229 229 229;--gray-800: 245 245 245;--gray-900: 250 250 250;--text-primary: var(--gray-900);--text-secondary: var(--gray-700);--text-tertiary: var(--gray-600);--text-quaternary: var(--gray-500);--text-disabled: var(--gray-500)}.text-gray-400{color:rgb(var(--gray-500))!important}.text-gray-500{color:rgb(var(--gray-600))!important}.text-gray-600{color:rgb(var(--gray-700))!important}.opacity-50{opacity:var(--opacity-disabled)!important}.opacity-75{opacity:var(--opacity-muted)!important}.disabled\:opacity-50:disabled{opacity:var(--opacity-disabled)!important}*:focus-visible{outline:2px solid rgb(var(--primary));outline-offset:2px}@media (prefers-contrast: high){:root{--opacity-disabled: .8;--opacity-muted: .9;--gray-500: 102 102 102}}.btn:disabled,button:disabled,[role=button]:disabled{opacity:.65!important;cursor:not-allowed!important}.btn:disabled,button:disabled{color:rgb(var(--gray-600))!important;background-color:rgb(var(--gray-100))!important;border-color:rgb(var(--gray-300))!important}.dark .btn:disabled,.dark button:disabled{color:rgb(var(--gray-400))!important;background-color:rgb(var(--gray-800))!important;border-color:rgb(var(--gray-700))!important}input:disabled,textarea:disabled,select:disabled{opacity:.65!important;cursor:not-allowed!important;color:rgb(var(--gray-600))!important;background-color:rgb(var(--gray-50))!important}.dark input:disabled,.dark textarea:disabled,.dark select:disabled{color:rgb(var(--gray-400))!important;background-color:rgb(var(--gray-900))!important}input:disabled::-moz-placeholder,textarea:disabled::-moz-placeholder{color:rgb(var(--gray-500))!important}input:disabled::placeholder,textarea:disabled::placeholder{color:rgb(var(--gray-500))!important}.dark input:disabled::-moz-placeholder,.dark textarea:disabled::-moz-placeholder{color:rgb(var(--gray-600))!important}.dark input:disabled::placeholder,.dark textarea:disabled::placeholder{color:rgb(var(--gray-600))!important}.card.disabled,.surface.disabled,[data-disabled=true]{opacity:.75!important}a:disabled,a[aria-disabled=true],.link:disabled{opacity:.65!important;cursor:not-allowed!important;text-decoration:none!important;color:rgb(var(--gray-600))!important}:focus-visible{outline:2px solid rgb(var(--primary))!important;outline-offset:2px!important}@media (prefers-contrast: high){:focus-visible{outline-width:3px!important;outline-offset:3px!important}}.loading,[data-loading=true]{opacity:.8!important;cursor:wait!important}.hover\:bg-gray-50:hover,.hover\:bg-gray-100:hover{background-color:rgb(var(--gray-100))!important}.dark .hover\:bg-gray-800:hover,.dark .hover\:bg-gray-900:hover{background-color:rgb(var(--gray-800))!important}::-moz-selection{background-color:rgb(var(--primary) / .2);color:rgb(var(--foreground))}::selection{background-color:rgb(var(--primary) / .2);color:rgb(var(--foreground))}.skip-link{position:absolute;top:-40px;left:0;background:rgb(var(--primary));color:#fff;padding:8px 16px;text-decoration:none;z-index:100;border-radius:0 0 4px}.skip-link:focus{top:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-contrast: high){*{border-width:2px!important}.shadow-sm{box-shadow:0 0 0 2px currentColor!important}:disabled{opacity:.8!important;text-decoration:line-through!important}}.gap-1{gap:var(--spacing-1)!important}.gap-2{gap:var(--spacing-2)!important}.gap-3{gap:var(--spacing-3)!important}.gap-4{gap:var(--spacing-4)!important}.gap-5{gap:var(--spacing-5)!important}.gap-6{gap:var(--spacing-6)!important}.gap-8{gap:var(--spacing-8)!important}.gap-10{gap:var(--spacing-10)!important}.gap-12{gap:var(--spacing-12)!important}.gap-x-4{-moz-column-gap:var(--spacing-4)!important;column-gap:var(--spacing-4)!important}.gap-x-6{-moz-column-gap:var(--spacing-6)!important;column-gap:var(--spacing-6)!important}.gap-x-8{-moz-column-gap:var(--spacing-8)!important;column-gap:var(--spacing-8)!important}.gap-y-4{row-gap:var(--spacing-4)!important}.gap-y-6{row-gap:var(--spacing-6)!important}.gap-y-8{row-gap:var(--spacing-8)!important}.p-4{padding:var(--spacing-4)!important}.p-6{padding:var(--spacing-6)!important}.p-8{padding:var(--spacing-8)!important}.px-4{padding-left:var(--spacing-4)!important;padding-right:var(--spacing-4)!important}.px-6{padding-left:var(--spacing-6)!important;padding-right:var(--spacing-6)!important}.px-8{padding-left:var(--spacing-8)!important;padding-right:var(--spacing-8)!important}.py-4{padding-top:var(--spacing-4)!important;padding-bottom:var(--spacing-4)!important}.py-6{padding-top:var(--spacing-6)!important;padding-bottom:var(--spacing-6)!important}.py-8{padding-top:var(--spacing-8)!important;padding-bottom:var(--spacing-8)!important}.py-12{padding-top:var(--spacing-12)!important;padding-bottom:var(--spacing-12)!important}.py-16{padding-top:var(--spacing-16)!important;padding-bottom:var(--spacing-16)!important}.py-20{padding-top:var(--spacing-20)!important;padding-bottom:var(--spacing-20)!important}.py-24{padding-top:var(--spacing-24)!important;padding-bottom:var(--spacing-24)!important}.m-4{margin:var(--spacing-4)!important}.m-6{margin:var(--spacing-6)!important}.m-8{margin:var(--spacing-8)!important}.mx-4{margin-left:var(--spacing-4)!important;margin-right:var(--spacing-4)!important}.mx-6{margin-left:var(--spacing-6)!important;margin-right:var(--spacing-6)!important}.mx-8{margin-left:var(--spacing-8)!important;margin-right:var(--spacing-8)!important}.my-4{margin-top:var(--spacing-4)!important;margin-bottom:var(--spacing-4)!important}.my-6{margin-top:var(--spacing-6)!important;margin-bottom:var(--spacing-6)!important}.my-8{margin-top:var(--spacing-8)!important;margin-bottom:var(--spacing-8)!important}.my-12{margin-top:var(--spacing-12)!important;margin-bottom:var(--spacing-12)!important}.my-16{margin-top:var(--spacing-16)!important;margin-bottom:var(--spacing-16)!important}.mt-4{margin-top:var(--spacing-4)!important}.mt-6{margin-top:var(--spacing-6)!important}.mt-8{margin-top:var(--spacing-8)!important}.mt-12{margin-top:var(--spacing-12)!important}.mb-4{margin-bottom:var(--spacing-4)!important}.mb-6{margin-bottom:var(--spacing-6)!important}.mb-8{margin-bottom:var(--spacing-8)!important}.mb-12{margin-bottom:var(--spacing-12)!important}.space-x-4>*+*{margin-left:var(--spacing-4)!important}.space-x-6>*+*{margin-left:var(--spacing-6)!important}.space-x-8>*+*{margin-left:var(--spacing-8)!important}.space-y-4>*+*{margin-top:var(--spacing-4)!important}.space-y-6>*+*{margin-top:var(--spacing-6)!important}.space-y-8>*+*{margin-top:var(--spacing-8)!important}.card-padding{padding:var(--spacing-6)!important}@media (min-width: 768px){.card-padding{padding:var(--spacing-8)!important}}.section-spacing{padding-top:var(--spacing-16)!important;padding-bottom:var(--spacing-16)!important}@media (min-width: 768px){.section-spacing{padding-top:var(--spacing-20)!important;padding-bottom:var(--spacing-20)!important}}@media (min-width: 1024px){.section-spacing{padding-top:var(--spacing-24)!important;padding-bottom:var(--spacing-24)!important}}.form-spacing>*+*{margin-top:var(--spacing-6)!important}.button-group{gap:var(--spacing-4)!important}@media (max-width: 640px){.sm\:gap-4{gap:var(--spacing-4)!important}.sm\:gap-6{gap:var(--spacing-6)!important}.sm\:p-4{padding:var(--spacing-4)!important}.sm\:p-6{padding:var(--spacing-6)!important}.sm\:py-12{padding-top:var(--spacing-12)!important;padding-bottom:var(--spacing-12)!important}}@media (min-width: 768px){.md\:gap-6{gap:var(--spacing-6)!important}.md\:gap-8{gap:var(--spacing-8)!important}.md\:p-6{padding:var(--spacing-6)!important}.md\:p-8{padding:var(--spacing-8)!important}.md\:py-16{padding-top:var(--spacing-16)!important;padding-bottom:var(--spacing-16)!important}.md\:py-20{padding-top:var(--spacing-20)!important;padding-bottom:var(--spacing-20)!important}}@media (min-width: 1024px){.lg\:gap-8{gap:var(--spacing-8)!important}.lg\:gap-12{gap:var(--spacing-12)!important}.lg\:p-8{padding:var(--spacing-8)!important}.lg\:py-20{padding-top:var(--spacing-20)!important;padding-bottom:var(--spacing-20)!important}.lg\:py-24{padding-top:var(--spacing-24)!important;padding-bottom:var(--spacing-24)!important}}.hover\:bg-gray-50:hover,.hover\:bg-gray-100:hover{background-color:hsl(var(--muted))!important}.hover\:bg-primary-50:hover{background-color:hsl(var(--primary) / .05)!important}.hover\:bg-primary-100:hover{background-color:hsl(var(--primary) / .1)!important}.dark .hover\:bg-gray-800:hover,.dark .hover\:bg-gray-900:hover{background-color:hsl(var(--muted))!important}.border-gray-200,.border-gray-300,.dark .border-gray-700,.dark .border-gray-800{border-color:hsl(var(--border))!important}.text-primary{color:hsl(var(--primary))!important}.text-secondary{color:hsl(var(--secondary-foreground))!important}.text-muted{color:hsl(var(--muted-foreground))!important}.text-success{color:hsl(var(--success))!important}.bg-success{background-color:hsl(var(--success))!important}.bg-success-light{background-color:hsl(var(--success-bg))!important}.text-warning{color:hsl(var(--warning))!important}.bg-warning{background-color:hsl(var(--warning))!important}.bg-warning-light{background-color:hsl(var(--warning-bg))!important}.text-destructive{color:hsl(var(--destructive))!important}.bg-destructive{background-color:hsl(var(--destructive))!important}.bg-destructive-light{background-color:hsl(var(--destructive-bg))!important}.bg-surface{background-color:hsl(var(--card))!important}.bg-surface-muted{background-color:hsl(var(--muted))!important}.shadow-xs{box-shadow:var(--shadow-xs)!important}.shadow-sm{box-shadow:var(--shadow-sm)!important}.shadow,.shadow-md{box-shadow:var(--shadow-md)!important}.shadow-lg{box-shadow:var(--shadow-lg)!important}.shadow-xl{box-shadow:var(--shadow-xl)!important}.shadow-primary{box-shadow:var(--shadow-primary)!important}.shadow-success{box-shadow:var(--shadow-success)!important}.shadow-warning{box-shadow:var(--shadow-warning)!important}.shadow-destructive{box-shadow:var(--shadow-destructive)!important}.rounded-sm{border-radius:var(--radius-sm)!important}.rounded,.rounded-md{border-radius:var(--radius-md)!important}.rounded-lg{border-radius:var(--radius-lg)!important}.rounded-xl{border-radius:var(--radius-xl)!important}.rounded-full{border-radius:var(--radius-full)!important}.bg-gradient-primary{background:var(--gradient-primary)!important}.bg-gradient-premium{background:var(--gradient-premium)!important}.bg-gradient-success{background:var(--gradient-success)!important}.bg-gradient-neutral{background:var(--gradient-neutral)!important}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.h-button{height:var(--height-button)!important}.h-button-sm{height:var(--height-button-sm)!important}.h-button-lg{height:var(--height-button-lg)!important}.h-input{height:var(--height-input)!important}.h-11,.h-12{height:var(--height-button)!important}.h-10{height:var(--height-button-sm)!important}.h-14{height:var(--height-button-lg)!important}.interactive{cursor:pointer;transition:all .2s ease}.interactive:hover{opacity:var(--hover-opacity)}.interactive:active{opacity:var(--active-opacity)}.interactive:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.overlay-dark{background-color:#00000080}.overlay-light{background-color:#ffffffe6}@media (prefers-contrast: high){.text-muted{color:hsl(var(--foreground))!important}.border{border-width:2px!important}.shadow{box-shadow:0 0 0 2px currentColor!important}}.w-\[340px\]{width:100%!important;max-width:340px!important}.w-\[280px\]{width:100%!important;max-width:280px!important}.w-\[320px\]{width:100%!important;max-width:320px!important}@media (max-width: 640px){.w-\[340px\],.w-\[320px\],.w-\[280px\]{max-width:100%!important;padding-left:var(--spacing-4);padding-right:var(--spacing-4)}}@media (max-width: 768px){.navigation-menu{position:fixed;top:0;left:0;right:0;z-index:50;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border))}.navigation-menu-list{flex-direction:column!important;width:100%!important}.navigation-menu-item{width:100%!important;border-bottom:1px solid hsl(var(--border))}.navigation-menu-trigger,.navigation-menu-link{width:100%!important;justify-content:flex-start!important;padding:var(--spacing-4)!important}}@media (max-width: 768px){.sidebar{position:fixed!important;top:0;left:0;width:100%!important;height:100%!important;z-index:40;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-backdrop{position:fixed;inset:0;background-color:#00000080;z-index:39}}@media (max-width: 640px){h1,.h1,.text-5xl,.text-6xl{font-size:2rem!important;line-height:1.2!important}h2,.h2,.text-4xl{font-size:1.5rem!important;line-height:1.3!important}h3,.h3,.text-3xl{font-size:1.25rem!important;line-height:1.4!important}h4,.h4,.text-2xl{font-size:1.125rem!important;line-height:1.5!important}.text-lg{font-size:1rem!important}.text-base{font-size:.9375rem!important}.text-sm{font-size:.875rem!important}.text-xs{font-size:.8125rem!important}}@media (max-width: 768px){button,a,[role=button],.clickable,input[type=checkbox],input[type=radio]{min-height:44px!important;min-width:44px!important}input[type=checkbox],input[type=radio]{position:relative;cursor:pointer}input[type=checkbox]:before,input[type=radio]:before{content:"";position:absolute;inset:-10px}}@media (max-width: 640px){.form-group{flex-direction:column!important}input,textarea,select{width:100%!important}.form-spacing>*+*{margin-top:var(--spacing-4)!important}}@media (max-width: 768px){.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:600px}.responsive-table{display:block!important}.responsive-table thead{display:none!important}.responsive-table tbody,.responsive-table tr,.responsive-table td{display:block!important;width:100%!important}.responsive-table tr{margin-bottom:var(--spacing-4);border:1px solid hsl(var(--border));border-radius:var(--radius-md);padding:var(--spacing-4)}.responsive-table td{padding:var(--spacing-2) 0!important;position:relative;padding-left:50%!important}.responsive-table td:before{content:attr(data-label);position:absolute;left:0;width:45%;font-weight:600;color:hsl(var(--muted-foreground))}}@media (max-width: 640px){.card-grid{grid-template-columns:1fr!important;gap:var(--spacing-4)!important}.card{padding:var(--spacing-4)!important}.card-header{padding:var(--spacing-4) var(--spacing-4) var(--spacing-3)!important}.card-content{padding:0 var(--spacing-4) var(--spacing-4)!important}.card-footer{padding:var(--spacing-3) var(--spacing-4) var(--spacing-4)!important}}@media (max-width: 640px){.dialog-content,.modal-content{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;border-radius:0!important}.sheet-content{width:100%!important;max-width:100%!important}}@media (max-width: 640px){.hidden-mobile{display:none!important}}.show-mobile{display:none!important}@media (max-width: 640px){.show-mobile{display:block!important}}@media (max-width: 768px){body{overflow-x:hidden!important}.container,.wrapper,main{overflow-x:hidden!important}}img{max-width:100%;height:auto}[data-sidebar=sidebar],[data-sidebar=menu-button]{color:hsl(var(--sidebar-foreground))!important}[data-sidebar=menu-button]:hover{color:hsl(var(--sidebar-accent-foreground))!important}[data-sidebar=group-label]{color:hsl(var(--sidebar-foreground))!important;opacity:.8}[data-sidebar=menu-badge],[data-sidebar=menu-action],[data-sidebar=menu-sub-button]{color:hsl(var(--sidebar-foreground))!important}.bg-slate-900\/95{color:#fff!important}.bg-slate-900\/95 .text-gray-300{color:#d1d5db!important}.bg-slate-900\/95 .text-gray-100{color:#f3f4f6!important}.bg-slate-900\/95 .text-gray-200{color:#e5e7eb!important}.bg-slate-900\/95 .hover\:text-white:hover,.bg-slate-900\/95 .bg-primary{color:#fff!important}[data-sidebar=sidebar] svg{color:currentColor;opacity:.9}[data-sidebar=sidebar] .hover\:text-sidebar-accent-foreground:hover svg{opacity:1}.bg-slate-900\/95 .text-white{color:#fff!important}.bg-slate-900\/95 .uppercase{color:#d1d5db!important;letter-spacing:.05em}.bg-slate-900\/95 .border-slate-700{border-color:#334155!important}.bg-slate-900\/95 .bg-slate-800{background-color:#1e293b!important}[data-sidebar=sidebar] *:focus-visible{outline:2px solid hsl(var(--sidebar-ring));outline-offset:2px}.bg-slate-900\/95 *:focus-visible{outline:2px solid rgb(59 130 246);outline-offset:2px}@media (prefers-contrast: high){[data-sidebar=sidebar]{color:hsl(var(--foreground))!important}[data-sidebar=group-label]{opacity:1!important;font-weight:600}.bg-slate-900\/95{background-color:#000!important}.bg-slate-900\/95 .text-gray-300,.bg-slate-900\/95 .text-gray-200,.bg-slate-900\/95 .text-gray-100{color:#fff!important}}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 217 91% 60%;--primary-foreground: 0 0% 100%;--primary-50: 214 100% 97%;--primary-100: 214 95% 93%;--primary-200: 213 97% 87%;--primary-300: 212 96% 78%;--primary-400: 213 94% 68%;--primary-500: 217 91% 60%;--primary-600: 221 83% 53%;--primary-700: 224 76% 48%;--primary-800: 226 71% 40%;--primary-900: 226 58% 32%;--primary-950: 222 47.4% 11.2%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--success: 160 84% 39%;--success-light: 161 94% 30%;--success-dark: 162 93% 24%;--success-foreground: 0 0% 100%;--success-bg: 160 84% 94%;--warning: 38 92% 50%;--warning-light: 36 95% 43%;--warning-dark: 35 91% 33%;--warning-foreground: 0 0% 100%;--warning-bg: 39 96% 93%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--destructive-light: 0 93% 67%;--destructive-dark: 0 74% 42%;--destructive-bg: 0 85% 97%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 217 91% 60%;--radius: .5rem;--gradient-primary: linear-gradient(135deg, hsl(217 91% 60%) 0%, hsl(221 83% 53%) 100%);--gradient-primary-subtle: linear-gradient(135deg, hsl(214 95% 93%) 0%, hsl(213 97% 87%) 100%);--gradient-premium: linear-gradient(135deg, hsl(217 91% 60%) 0%, hsl(234 89% 62%) 100%);--gradient-success: linear-gradient(135deg, hsl(160 84% 39%) 0%, hsl(162 93% 24%) 100%);--gradient-neutral: linear-gradient(135deg, hsl(210 40% 96.1%) 0%, hsl(214.3 31.8% 91.4%) 100%);--gradient-glass: linear-gradient(135deg, hsla(0 0% 100% / .1) 0%, hsla(0 0% 100% / .05) 100%);--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-primary: 0 4px 14px 0 hsla(217, 91%, 60%, .3);--shadow-success: 0 4px 14px 0 hsla(160, 84%, 39%, .3);--shadow-warning: 0 4px 14px 0 hsla(38, 92%, 50%, .3);--shadow-destructive: 0 4px 14px 0 hsla(0, 84.2%, 60.2%, .3);--shadow-layered: 0 1px 1px rgba(0, 0, 0, .04), 0 2px 2px rgba(0, 0, 0, .04), 0 4px 4px rgba(0, 0, 0, .04), 0 8px 8px rgba(0, 0, 0, .04), 0 16px 16px rgba(0, 0, 0, .04);--sidebar-background: 0 0% 100%;--sidebar-foreground: 215.4 16.3% 46.9%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 210 40% 96.1%;--sidebar-accent-foreground: 215.4 16.3% 46.9%;--sidebar-border: 214.3 31.8% 91.4%;--sidebar-ring: 217 91% 60%}.dark{--background: 222 47% 7%;--foreground: 210 40% 98%;--card: 222 47% 9%;--card-foreground: 210 40% 98%;--popover: 222 47% 9%;--popover-foreground: 210 40% 98%;--primary: 217 91% 60%;--primary-foreground: 0 0% 100%;--primary-50: 222 47% 11%;--primary-100: 222 41% 14%;--primary-200: 222 39% 18%;--primary-300: 223 39% 24%;--primary-400: 223 44% 34%;--primary-500: 217 91% 60%;--primary-600: 221 83% 53%;--primary-700: 224 76% 48%;--primary-800: 226 71% 40%;--primary-900: 226 58% 32%;--primary-950: 226 57% 21%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 75.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--success: 160 84% 39%;--success-light: 161 94% 45%;--success-dark: 162 93% 30%;--success-foreground: 0 0% 100%;--success-bg: 160 84% 12%;--warning: 38 92% 50%;--warning-light: 36 95% 56%;--warning-dark: 35 91% 40%;--warning-foreground: 0 0% 100%;--warning-bg: 39 92% 12%;--destructive: 0 72% 51%;--destructive-foreground: 210 40% 98%;--destructive-light: 0 85% 61%;--destructive-dark: 0 70% 35%;--destructive-bg: 0 73% 12%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 217 91% 60%;--gradient-primary: linear-gradient(135deg, hsl(217 91% 60%) 0%, hsl(221 83% 53%) 100%);--gradient-primary-subtle: linear-gradient(135deg, hsl(222 41% 14%) 0%, hsl(222 39% 18%) 100%);--gradient-premium: linear-gradient(135deg, hsl(217 91% 60%) 0%, hsl(234 89% 62%) 100%);--gradient-success: linear-gradient(135deg, hsl(160 84% 39%) 0%, hsl(162 93% 30%) 100%);--gradient-neutral: linear-gradient(135deg, hsl(217.2 32.6% 17.5%) 0%, hsl(217.2 32.6% 12%) 100%);--gradient-glass: linear-gradient(135deg, hsla(0 0% 100% / .05) 0%, hsla(0 0% 100% / .02) 100%);--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .2);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .3), 0 1px 2px 0 rgba(0, 0, 0, .2);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -2px rgba(0, 0, 0, .2);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .2);--shadow-primary: 0 0 20px 0 hsla(217, 91%, 60%, .4);--shadow-success: 0 0 20px 0 hsla(160, 84%, 39%, .4);--shadow-warning: 0 0 20px 0 hsla(38, 92%, 50%, .4);--shadow-destructive: 0 0 20px 0 hsla(0, 72%, 51%, .4);--shadow-layered: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .2), 0 4px 4px rgba(0, 0, 0, .2), 0 8px 8px rgba(0, 0, 0, .2), 0 16px 16px rgba(0, 0, 0, .2);--sidebar-background: 222 47% 6%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 217 91% 60%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 222 47% 11%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 217.2 32.6% 17.5%;--sidebar-ring: 217 91% 60%}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv11","ss01","ss02","zero","onum","kern";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.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;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-6xl{font-size:3.75rem;line-height:1}.h1{font-size:3rem;line-height:1.1;font-weight:800;letter-spacing:-.025em;font-feature-settings:"cv11","ss01","ss02","zero","onum","kern","liga"}.h2{font-size:2.25rem;line-height:1.2;font-weight:700;letter-spacing:-.02em;font-feature-settings:"cv11","ss01","ss02","zero","onum","kern","liga"}.h3{font-size:1.875rem;line-height:1.25;font-weight:700;letter-spacing:-.015em;font-feature-settings:"cv11","ss01","ss02","zero","onum","kern","liga"}.h4{font-size:1.5rem;line-height:1.3;font-weight:600;letter-spacing:-.01em;font-feature-settings:"cv11","ss01","ss02","zero","onum","kern","liga"}.h5{font-size:1.25rem;line-height:1.4;font-weight:600;letter-spacing:-.005em;font-feature-settings:"cv11","ss01","ss02","zero","onum","kern","liga"}.h6{font-size:1.125rem;line-height:1.5;font-weight:600;font-feature-settings:"cv11","ss01","ss02","zero","onum","kern","liga"}@media (max-width: 640px){.h1{font-size:2.25rem}.h2{font-size:1.875rem}.h3{font-size:1.5rem}.text-4xl{font-size:1.875rem}.text-5xl{font-size:2.25rem}.text-6xl{font-size:3rem}}.text-lead{font-size:1.25rem;line-height:1.8;font-weight:400;color:hsl(var(--muted-foreground))}.text-small{font-size:.875rem;line-height:1.5}.text-muted{color:hsl(var(--muted-foreground))}.text-strong{font-weight:600;color:hsl(var(--foreground))}.text-emphasis{font-style:italic;font-feature-settings:"cv11","ss01","ss02","zero","onum","kern","ital"}.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}.tracking-tighter{letter-spacing:-.05em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.text-nowrap{white-space:nowrap}.text-wrap{white-space:normal}.prose{font-size:1rem;line-height:1.75;max-width:65ch}.prose h1{font-size:2.25rem;line-height:1.2;font-weight:800;letter-spacing:-.025em;margin-top:3rem;margin-bottom:1.5rem}.prose h2{font-size:1.875rem;line-height:1.3;font-weight:700;letter-spacing:-.02em;margin-top:2.5rem;margin-bottom:1.25rem}.prose h3{font-size:1.5rem;line-height:1.4;font-weight:700;letter-spacing:-.015em;margin-top:2rem;margin-bottom:1rem}.prose h4{font-size:1.25rem;line-height:1.5;font-weight:600;letter-spacing:-.01em;margin-top:1.75rem;margin-bottom:.75rem}.prose p{margin-top:1.25rem;margin-bottom:1.25rem}.prose p:first-child{margin-top:0}.prose p:last-child{margin-bottom:0}.prose strong{font-weight:600;color:hsl(var(--foreground))}.prose em{font-style:italic}.prose a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.prose a:hover{color:hsl(var(--primary-700));text-decoration-thickness:2px}.prose ul,.prose ol{margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.5rem}.prose li{margin-top:.5rem;margin-bottom:.5rem}.prose blockquote{margin-top:1.5rem;margin-bottom:1.5rem;padding-left:1.25rem;border-left:3px solid hsl(var(--border));font-style:italic;color:hsl(var(--muted-foreground))}.prose code{font-family:JetBrains Mono,SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.875em;font-weight:500;background-color:hsl(var(--muted));padding:.125rem .25rem;border-radius:.25rem}.prose pre{margin-top:1.5rem;margin-bottom:1.5rem;padding:1rem;background-color:hsl(var(--muted));border-radius:.5rem;overflow-x:auto}.prose pre code{background-color:transparent;padding:0;font-size:.875rem;line-height:1.5}.text-hover-primary:hover{color:hsl(var(--primary))}.text-hover-muted:hover{color:hsl(var(--muted-foreground))}.hover-lift:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.hover-scale:hover{transform:scale(1.05)}.hover-scale-sm:hover{transform:scale(1.02)}.hover-glow:hover{box-shadow:0 0 20px #3b82f64d}.btn-click:active{transform:scale(.98)}.focus-ring:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--primary)),0 0 0 4px hsl(var(--primary) / .2)}*{color:hsl(var(--foreground))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}h1,h2,h3,h4,h5,h6,p{color:hsl(var(--foreground))}.text-foreground{color:hsl(var(--foreground))!important}.text-muted-foreground{color:hsl(var(--muted-foreground))!important}.text-card-foreground{color:hsl(var(--card-foreground))!important}.text-primary-foreground{color:hsl(var(--primary-foreground))!important}.text-secondary-foreground{color:hsl(var(--secondary-foreground))!important}.text-accent-foreground{color:hsl(var(--accent-foreground))!important}.bg-background{background-color:hsl(var(--background))!important}.bg-card{background-color:hsl(var(--card))!important}.bg-primary{background-color:hsl(var(--primary))!important}.bg-secondary{background-color:hsl(var(--secondary))!important}.bg-muted{background-color:hsl(var(--muted))!important}.bg-accent{background-color:hsl(var(--accent))!important}.text-gradient-primary{color:hsl(var(--primary));background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary-700)));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@supports not ((-webkit-background-clip: text) or (background-clip: text)){.text-gradient-primary{color:hsl(var(--primary))!important;-webkit-text-fill-color:initial}}html{scroll-behavior:smooth}.will-change-transform{will-change:transform}.will-change-opacity{will-change:opacity}.will-change-auto{will-change:auto}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-float,.animate-floatDelayed,.animate-floatSlow,.animate-pulse,.animate-pulseSubtle,.animate-spin,.animate-spinSlow,.animate-gradientShift{animation:none!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:hsl(var(--muted));border-radius:4px}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:4px;-webkit-transition:background var(--transition-base);transition:background var(--transition-base)}::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary) / .6)}::-webkit-scrollbar-corner{background:hsl(var(--muted))}*{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) hsl(var(--muted))}.skeleton{background:linear-gradient(90deg,hsl(var(--muted)) 25%,hsl(var(--muted) / .5),hsl(var(--muted)) 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:4px}.skeleton-text{height:1rem;width:100%}.skeleton-text-sm{height:.75rem;width:80%}.skeleton-title{height:1.5rem;width:60%}.skeleton-circle{border-radius:50%;width:2.5rem;height:2.5rem}.skeleton-button{height:2.5rem;width:6rem;border-radius:6px}.toast-enter{animation:slideInUp .3s ease-out}.toast-exit{animation:slideOutUp .2s ease-in}.progress-bar{position:fixed;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,hsl(var(--primary)),hsl(var(--primary) / .8));transform:translate(-100%);transition:transform var(--transition-slow);z-index:9999}.progress-bar.loading{animation:progressLoad 1.5s ease-in-out infinite}.calendar-custom-styling .rdp-week{display:grid!important;grid-template-columns:repeat(7,1fr)!important}.calendar-custom-styling .rdp-weekday{text-align:center!important;font-weight:500!important}.calendar-custom-styling .rdp-day{width:100%!important;display:flex!important;justify-content:center!important}.calendar-custom-styling .rdp-day_button{height:2.5rem!important;width:2.5rem!important;border-radius:9999px!important;transition:transform .2s,background-color .2s!important}.calendar-custom-styling .rdp-day_button:hover{background-color:#3b82f61a!important;transform:scale(1.05)!important}.calendar-custom-styling .rdp-button:is([aria-selected=true]),.calendar-custom-styling .rdp-day_button[aria-selected=true],.calendar-custom-styling button[aria-selected=true],.calendar-custom-styling .rdp-day_selected{background-color:#2563eb!important;color:#fff!important;font-weight:700!important;transform:scale(1.05)!important;box-shadow:0 2px 4px -1px #0000001a,0 1px 2px -1px #0000000f!important;z-index:10!important;outline:2px solid rgba(59,130,246,.4)!important;outline-offset:0px!important;position:relative!important}.calendar-custom-styling .rdp-day_button[aria-selected=true]:after,.calendar-custom-styling button[aria-selected=true]:after{content:"";position:absolute;inset:-2px;border-radius:9999px;border:1px solid #3b82f6;z-index:-1}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}#root{width:100%;padding:0;margin:0;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.prose :where(h1,h2,h3,h4,h5,h6):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-headings);font-weight:600;line-height:1.25}.prose :where(a):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-links);text-decoration:underline;font-weight:500}.prose :where(a code):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-links)}.prose :where(p,ul,ol,pre):not(:where(.not-prose,.not-prose *)){margin:1em 0;line-height:1.75}.prose :where(blockquote):not(:where(.not-prose,.not-prose *)){margin:1em 0;padding-left:1em;font-style:italic;border-left:.25em solid var(--un-prose-borders)}.prose :where(h1):not(:where(.not-prose,.not-prose *)){margin:1rem 0;font-size:2.25em}.prose :where(h2):not(:where(.not-prose,.not-prose *)){margin:1.75em 0 .5em;font-size:1.75em}.prose :where(h3):not(:where(.not-prose,.not-prose *)){margin:1.5em 0 .5em;font-size:1.375em}.prose :where(h4):not(:where(.not-prose,.not-prose *)){margin:1em 0;font-size:1.125em}.prose :where(img,video):not(:where(.not-prose,.not-prose *)){max-width:100%}.prose :where(figure,picture):not(:where(.not-prose,.not-prose *)){margin:1em 0}.prose :where(figcaption):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-captions);font-size:.875em}.prose :where(code):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-code);font-size:.875em;font-weight:600;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.prose :where(:not(pre)>code):not(:where(.not-prose,.not-prose *)):before,.prose :where(:not(pre)>code):not(:where(.not-prose,.not-prose *)):after{content:"`"}.prose :where(pre):not(:where(.not-prose,.not-prose *)){padding:1.25rem 1.5rem;overflow-x:auto;border-radius:.375rem}.prose :where(pre,code):not(:where(.not-prose,.not-prose *)){white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:transparent}.prose :where(pre code):not(:where(.not-prose,.not-prose *)){font-weight:inherit}.prose :where(ol,ul):not(:where(.not-prose,.not-prose *)){padding-left:1.25em}.prose :where(ol):not(:where(.not-prose,.not-prose *)){list-style-type:decimal}.prose :where(ol[type=A]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where(.not-prose,.not-prose *)){list-style-type:decimal}.prose :where(ul):not(:where(.not-prose,.not-prose *)){list-style-type:disc}.prose :where(ol>li):not(:where(.not-prose,.not-prose *))::marker,.prose :where(ul>li):not(:where(.not-prose,.not-prose *))::marker,.prose :where(summary):not(:where(.not-prose,.not-prose *))::marker{color:var(--un-prose-lists)}.prose :where(hr):not(:where(.not-prose,.not-prose *)){margin:2em 0;border:1px solid var(--un-prose-hr)}.prose :where(table):not(:where(.not-prose,.not-prose *)){display:block;margin:1em 0;border-collapse:collapse;overflow-x:auto}.prose :where(tr):not(:where(.not-prose,.not-prose *)):nth-child(2n){background:var(--un-prose-bg-soft)}.prose :where(td,th):not(:where(.not-prose,.not-prose *)){border:1px solid var(--un-prose-borders);padding:.625em 1em}.prose :where(abbr):not(:where(.not-prose,.not-prose *)){cursor:help}.prose :where(kbd):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-code);border:1px solid;padding:.25rem .5rem;font-size:.875em;border-radius:.25rem}.prose :where(details):not(:where(.not-prose,.not-prose *)){margin:1em 0;padding:1.25rem 1.5rem;background:var(--un-prose-bg-soft)}.prose :where(summary):not(:where(.not-prose,.not-prose *)){cursor:pointer;font-weight:600}.prose{color:var(--un-prose-body);max-width:65ch}.container{width:100%}.link{--un-text-opacity:1;color:hsl(var(--primary) / var(--un-text-opacity));text-underline-offset:4px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.text{--un-text-opacity:1;color:hsl(var(--muted-foreground) / var(--un-text-opacity))}.link:hover{--un-text-opacity:1;color:hsl(var(--primary-hover) / var(--un-text-opacity));text-decoration-line:underline}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-auto{pointer-events:auto}.\[\&_svg\]\:pointer-events-none svg,.aria-disabled\:pointer-events-none[aria-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled],.pointer-events-none{pointer-events:none}.disabled\:pointer-events-none:disabled{pointer-events:none}.visible{visibility:visible}.invisible,[invisible=""]{visibility:hidden}.\[\&\>svg\]\:absolute>svg,.absolute,[absolute=""]{position:absolute}.fixed{position:fixed}.relative,[relative=""]{position:relative}.sticky{position:sticky}.focus-within\:relative:focus-within{position:relative}[focus-within\:relative=""]:focus-within{position:relative}.after\:absolute:after{position:absolute}.data-\[state\=active\]\:after\:absolute[data-state=active]:after{position:absolute}.static{position:static}.inset-0{inset:0}.after\:-inset-2:after{inset:-.5rem}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.after\:inset-y-0:after{top:0;bottom:0}.-bottom-32{bottom:-8rem}.-left-3{left:-.75rem}.-left-32{left:-8rem}.-right-1{right:-.25rem}.-right-2,[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}.-right-24{right:-6rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.-top-24{top:-6rem}.-top-3{top:-.75rem}.\[\&\>svg\]\:left-4>svg,.left-4{left:1rem}.peer:-moz-placeholder~.peer-placeholder-shown\:top-4{top:1rem}.\[\&\>svg\]\:top-4>svg,.top-4,.peer:placeholder-shown~.peer-placeholder-shown\:top-4{top:1rem}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.bottom-40{bottom:10rem}.bottom-6{bottom:1.5rem}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0,.left-0{left:0}.left-\[50\%\],.left-1\/2{left:50%}.left-1{left:.25rem}.left-10{left:2.5rem}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-20{left:5rem}.left-3{left:.75rem}.left-6{left:1.5rem}.left-full{left:100%}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5,.top-1\.5,.peer:focus~.peer-focus\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5,.top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1,.top-1{top:.25rem}.right-0{right:0}.right-1{right:.25rem}.right-1\/4{right:25%}.right-10{right:2.5rem}.right-2{right:.5rem}.right-20{right:5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-\[50\%\],.top-1\/2{top:50%}.top-0{top:0}.top-10{top:2.5rem}.top-2{top:.5rem}.top-20{top:5rem}.top-3\.5{top:.875rem}.top-40{top:10rem}.top-60{top:15rem}.top-8{top:2rem}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}.after\:bottom-0:after{bottom:0}.after\:left-0:after{left:0}.after\:left-1\/2:after{left:50%}.after\:right-0:after{right:0}.data-\[state\=active\]\:after\:bottom-0[data-state=active]:after{bottom:0}.data-\[state\=active\]\:after\:left-0[data-state=active]:after{left:0}.data-\[state\=active\]\:after\:right-0[data-state=active]:after{right:0}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{left:100%}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1}.-z-10{z-index:-10}.z-\[100\]{z-index:100}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.focus-within\:z-20:focus-within{z-index:20}[focus-within\:z-20=""]:focus-within{z-index:20}.order-1{order:1}.order-2{order:2}.grid,[grid=""]{display:grid}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-7{grid-column:span 7/span 7}.col-span-full{grid-column:1/-1}.grid-cols-1,[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-7{grid-template-columns:repeat(7,minmax(0,1fr))}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx{margin-left:1rem;margin-right:1rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto,[mx-auto=""]{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-mt-6{margin-top:-1.5rem}.-mt-8,.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2,[mb-2=""]{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-12{margin-right:3rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1,[mt-1=""]{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2,[mt-2=""]{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block,[block=""]{display:block}.inline-block{display:inline-block}.\[\&\>button\]\:hidden>button,.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden,.hidden{display:none}.aspect-square{aspect-ratio:1/1}.\[\&_svg\]\:size-4 svg,.\[\&\>svg\]\:size-4>svg,.size-4{width:1rem;height:1rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}[size~="16"]{width:4rem;height:4rem}[size~=lg]{width:32rem;height:32rem}[size~=sm]{width:24rem;height:24rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem +2px)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0}.h-\[1px\],.h-px{height:1px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[500px\]{height:500px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12,[h-12=""]{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-18{height:4.5rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3,[h3=""]{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4,[h4=""]{height:1rem}.h-40{height:10rem}.h-5,[h-5=""]{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7,[h-7=""]{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9,[h-9=""]{height:2.25rem}.h-96{height:24rem}.h-auto,.ha,[ha=""]{height:auto}.h-full{height:100%}.max-h-\[70vh\]{max-height:70vh}.max-h-72{max-height:18rem}.max-h-96{max-height:24rem}.max-h-screen{max-height:100vh}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[375px\]{max-width:375px}.max-w-\[400px\]{max-width:400px}.max-w-\[420px\]{max-width:420px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl,[max-w-7xl=""]{max-width:80rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.min-h-\[120px\]{min-height:120px}.min-h-\[300px\]{min-height:300px}.min-h-\[400px\]{min-height:400px}.min-h-\[44px\]{min-height:44px}.min-h-\[48px\]{min-height:48px}.min-h-\[75vh\]{min-height:75vh}.min-h-\[80px\]{min-height:80px}.min-h-0{min-height:0}.min-h-screen,[min-h-screen=""]{min-height:100vh}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-0{min-width:0}.min-w-5{min-width:1.25rem}.min-w-full,[min-w-full=""]{min-width:100%}.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 1rem)}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[180px\]{width:180px}.w-\[1px\]{width:1px}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-1\/6{width:16.6666666667%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-18{width:4.5rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-4\/6{width:66.6666666667%}.w-40{width:10rem}.w-48,[w-48=""]{width:12rem}.w-5,[w-5=""]{width:1.25rem}.w-5\/6{width:83.3333333333%}.w-6{width:1.5rem}.w-64{width:16rem}.w-7,[w-7=""]{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9,[w-9=""]{width:2.25rem}.w-96{width:24rem}.w-auto{width:auto}.w-full,[w-full=""]{width:100%}.after\:h-0\.5:after{height:.125rem}.after\:w-\[2px\]:after{width:2px}.data-\[state\=active\]\:after\:h-0\.5[data-state=active]:after{height:.125rem}.flex,[flex=""]{display:flex}.inline-flex,[inline-flex=""]{display:inline-flex}.flex-1,[flex-1=""]{flex:1 1 0%}.flex-none{flex:none}.\[\&_svg\]\:shrink-0 svg,.\[\&\>svg\]\:shrink-0>svg,.flex-shrink-0,.shrink-0,[flex-shrink-0=""]{flex-shrink:0}.flex-row{flex-direction:row}.flex-col,[flex-col=""]{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.table,[table=""]{display:table}.border-collapse,[border-collapse=""]{border-collapse:collapse}.caption-bottom{caption-side:bottom}.table-auto{table-layout:auto}.origin-left{transform-origin:left}.-translate-x-1\/2,.translate-x-\[-50\%\]{--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-translate-x-px{--un-translate-x:-1px;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-translate-y-1\/2,.translate-y-\[-50\%\]{--un-translate-y:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--un-translate-y:-3px;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--un-translate-y:.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--un-translate-x:-.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.data-\[side\=right\]\:translate-x-1[data-side=right],.group:hover .group-hover\:translate-x-1{--un-translate-x:.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--un-translate-y:-.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel],.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0,.translate-x-0{--un-translate-x:0px;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--un-translate-x:var(--radix-toast-swipe-end-x);transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--un-translate-x:var(--radix-toast-swipe-move-x);transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-x-5{--un-translate-x:1.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-x-px{--un-translate-x:1px;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:-translate-y-0\.5:hover{--un-translate-y:-.125rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:-translate-y-1:hover{--un-translate-y:-.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:-translate-y-2:hover{--un-translate-y:-.5rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:translate-x-1:hover{--un-translate-x:.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg,.group[data-side=right] .group-data-\[side\=right\]\:rotate-180{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-100{--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-110,.group:hover .group-hover\:scale-110{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-95{--un-scale-x:.95;--un-scale-y:.95;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.group:hover .group-hover\:scale-105,.hover\:scale-105:hover{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:scale-110:hover{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.active\:scale-95:active{--un-scale-x:.95;--un-scale-y:.95;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:after\:scale-x-100:hover:after{--un-scale-x:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.after\:scale-x-0:after{--un-scale-x:0;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.transform{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}@keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-\[pulse_2s_ease-in-out_infinite\]{animation:pulse 2s ease-in-out infinite}.animate-\[pulse_3s_ease-in-out_infinite\]{animation:pulse 3s ease-in-out infinite}.animate-\[scale-in_0\.3s_ease-out\]{animation:scale-in .3s ease-out}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-pointer,[cursor-pointer=""]{cursor:pointer}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize,[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize,[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}.touch-none{touch-action:none}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.list-disc{list-style-type:disc}.items-start{align-items:flex-start}.items-end,[items-end=""]{align-items:flex-end}.items-center,[items-center=""]{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end,[justify-end=""]{justify-content:flex-end}.justify-center,[justify-center=""]{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-2,[gap-2=""]{gap:.5rem}.gap-3{gap:.75rem}.gap-4,[gap-4=""]{gap:1rem}.gap-6,[gap-6=""]{gap:1.5rem}.gap-8{gap:2rem}.gap-px{gap:1px}.hover\:gap-3:hover{gap:.75rem}.-space-x-2>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(calc(.5rem * calc(1 - var(--un-space-x-reverse))) * -1);margin-right:calc(calc(.5rem * var(--un-space-x-reverse)) * -1)}.space-x-1>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.25rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.25rem * var(--un-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.5rem * var(--un-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.75rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.75rem * var(--un-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1rem * var(--un-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1.5rem * var(--un-space-x-reverse))}.space-x-8>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(2rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(2rem * var(--un-space-x-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.375rem * var(--un-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.25rem * var(--un-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.5rem * var(--un-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.75rem * var(--un-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1rem * var(--un-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.25rem * var(--un-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.5rem * var(--un-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(2rem * var(--un-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]),[divide-y=""]>:not([hidden])~:not([hidden]){--un-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--un-divide-y-reverse)));border-bottom-width:calc(1px * var(--un-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]),[divide-gray-100=""]>:not([hidden])~:not([hidden]){--un-divide-opacity:1;border-color:rgb(243 244 246 / var(--un-divide-opacity))}.divide-gray-200>:not([hidden])~:not([hidden]),[divide-gray-200=""]>:not([hidden])~:not([hidden]){--un-divide-opacity:1;border-color:rgb(229 231 235 / var(--un-divide-opacity))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden,.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto,[overflow-y-auto=""]{overflow-y:auto}.\[\&\>span\:last-child\]\:truncate>span:last-child,.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.\[\&_tr\:last-child\]\:border-0 tr:last-child,.border-0{border-width:0px}.b,.border,.group[data-variant=floating] .group-data-\[variant\=floating\]\:border,[border=""]{border-width:1px}.border-2,[border-2=""]{border-width:2px}.border-4{border-width:4px}.last\:border-0:last-child{border-width:0px}.file\:border-0::file-selector-button{border-width:0px}.\[\&_tr\]\:border-b tr,.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l,.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r,.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-4,[border-t-4=""]{border-top-width:4px}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.border-amber-200,.border-yellow-200,[border-amber-200=""]{--un-border-opacity:1;border-color:rgb(253 230 138 / var(--un-border-opacity))}.border-blue-100{--un-border-opacity:1;border-color:rgb(219 234 254 / var(--un-border-opacity))}.border-blue-100\/50{border-color:#dbeafe80}.border-blue-200{--un-border-opacity:1;border-color:rgb(191 219 254 / var(--un-border-opacity))}.border-blue-200\/50{border-color:#bfdbfe80}.border-blue-500{--un-border-opacity:1;border-color:rgb(59 130 246 / var(--un-border-opacity))}.border-blue-600,.data-\[state\=checked\]\:border-blue-600[data-state=checked],[border-blue-600=""]{--un-border-opacity:1;border-color:rgb(37 99 235 / var(--un-border-opacity))}.border-border{--un-border-opacity:1;border-color:hsl(var(--border) / var(--un-border-opacity))}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-destructive,.dark .dark\:border-destructive{--un-border-opacity:1;border-color:hsl(var(--destructive) / var(--un-border-opacity))}.border-destructive\/30{border-color:hsl(var(--destructive) / .3)}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-emerald-200{--un-border-opacity:1;border-color:rgb(167 243 208 / var(--un-border-opacity))}.border-gray-100{--un-border-opacity:1;border-color:rgb(243 244 246 / var(--un-border-opacity))}.border-gray-200{--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity))}.border-gray-200\/50{border-color:#e5e7eb80}.border-gray-300{--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity))}.border-green-200{--un-border-opacity:1;border-color:rgb(187 247 208 / var(--un-border-opacity))}.border-green-500{--un-border-opacity:1;border-color:rgb(34 197 94 / var(--un-border-opacity))}.border-indigo-200{--un-border-opacity:1;border-color:rgb(199 210 254 / var(--un-border-opacity))}.border-input{--un-border-opacity:1;border-color:hsl(var(--input) / var(--un-border-opacity))}.border-muted-foreground\/25{border-color:hsl(var(--muted-foreground) / .25)}.border-orange-500{--un-border-opacity:1;border-color:rgb(249 115 22 / var(--un-border-opacity))}.border-primary,[border-primary=""]{--un-border-opacity:1;border-color:hsl(var(--primary) / var(--un-border-opacity))}.border-primary\/20{border-color:hsl(var(--primary) / .2)}.border-purple-200{--un-border-opacity:1;border-color:rgb(233 213 255 / var(--un-border-opacity))}.border-red-100{--un-border-opacity:1;border-color:rgb(254 226 226 / var(--un-border-opacity))}.border-red-200,[border-red-200=""]{--un-border-opacity:1;border-color:rgb(254 202 202 / var(--un-border-opacity))}.border-red-500{--un-border-opacity:1;border-color:rgb(239 68 68 / var(--un-border-opacity))}.border-slate-200{--un-border-opacity:1;border-color:rgb(226 232 240 / var(--un-border-opacity))}.border-slate-700{--un-border-opacity:1;border-color:rgb(51 65 85 / var(--un-border-opacity))}.border-transparent{border-color:transparent}.border-white{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity))}.border-white\/20{border-color:#fff3}.border-white\/50{border-color:#ffffff80}.border-white\/90{border-color:#ffffffe6}.hover\:border-border-hover:hover{--un-border-opacity:1;border-color:hsl(var(--border-hover) / var(--un-border-opacity))}.hover\:border-destructive:hover{--un-border-opacity:1;border-color:hsl(var(--destructive) / var(--un-border-opacity))}.hover\:border-gray-300:hover{--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity))}.hover\:border-input\/60:hover{border-color:hsl(var(--input) / .6)}.hover\:border-primary\/30:hover{border-color:hsl(var(--primary) / .3)}.hover\:border-primary\/50:hover{border-color:hsl(var(--primary) / .5)}.focus\:border-primary:focus{--un-border-opacity:1;border-color:hsl(var(--primary) / var(--un-border-opacity))}.border-l-gray-300{--un-border-opacity:1;--un-border-left-opacity:var(--un-border-opacity);border-left-color:rgb(209 213 219 / var(--un-border-left-opacity))}.border-l-primary{--un-border-opacity:1;--un-border-left-opacity:var(--un-border-opacity);border-left-color:hsl(var(--primary) / var(--un-border-left-opacity))}.border-l-primary\/20{border-left-color:hsl(var(--primary) / .2)}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg,.rounded-lg,[rounded-lg=""]{border-radius:.5rem}.rounded,[rounded=""]{border-radius:.25rem}.rounded-\[inherit\]{border-radius:inherit}.rounded-2xl{border-radius:1rem}.rounded-full,[rounded-full=""]{border-radius:9999px}.rounded-md,[rounded-md=""]{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-l-md,[rounded-l-md=""]{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md,[rounded-r-md=""]{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border-dashed{border-style:dashed}.border-none{border-style:none}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{--un-bg-opacity:1;background-color:hsl(var(--destructive) / var(--un-bg-opacity))}.\!bg-primary,[\!bg-primary=""]{--un-bg-opacity:1 !important;background-color:hsl(var(--primary) / var(--un-bg-opacity))!important}.\!bg-white,[\!bg-white=""]{--un-bg-opacity:1 !important;background-color:rgb(255 255 255 / var(--un-bg-opacity))!important}.\!bg-white\/10{background-color:#ffffff1a!important}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]),.aria-selected\:bg-accent[aria-selected=true],.bg-accent,.data-\[state\=open\]\:bg-accent[data-state=open],[aria-selected\:bg-accent=""][aria-selected=true],[bg-accent=""]{--un-bg-opacity:1;background-color:hsl(var(--accent) / var(--un-bg-opacity))}.bg-\[linear-gradient\(135deg\,\#0ea5e9_0\%\,\#2563eb_48\%\,\#1e3a8a_100\%\)\]{background-image:linear-gradient(135deg,#0ea5e9,#2563eb 48%,#1e3a8a)}.bg-\[url\(\'data\:image\/svg\+xml\,\%3Csvg\%20width\%3D\%2220\%22\%20height\%3D\%2220\%22\%20xmlns\%3D\%22http\:\/\/www\.w3\.org\/2000\/svg\%22\%3E\%3Cdefs\%3E\%3Cpattern\%20id\%3D\%22dots\%22\%20width\%3D\%2220\%22\%20height\%3D\%2220\%22\%20patternUnits\%3D\%22userSpaceOnUse\%22\%3E\%3Ccircle\%20cx\%3D\%2210\%22\%20cy\%3D\%2210\%22\%20r\%3D\%220\.5\%22\%20fill\%3D\%22rgba\(255\,255\,255\,0\.10\)\%22\/\%3E\%3C\/pattern\%3E\%3C\/defs\%3E\%3Crect\%20width\%3D\%22100\%25\%22\%20height\%3D\%22100\%25\%22\%20fill\%3D\%22url\(\%23dots\)\%22\/\%3E\%3C\/svg\%3E\'\)\]{--un-url:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cdefs%3E%3Cpattern%20id%3D%22dots%22%20width%3D%2220%22%20height%3D%2220%22%20patternUnits%3D%22userSpaceOnUse%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%220.5%22%20fill%3D%22rgba(255,255,255,0.10)%22/%3E%3C/pattern%3E%3C/defs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url(%23dots)%22/%3E%3C/svg%3E");background-image:var(--un-url)}.bg-\[url\(\'data\:image\/svg\+xml\,\%3Csvg\%20width\%3D\%2240\%22\%20height\%3D\%2240\%22\%20xmlns\%3D\%22http\:\/\/www\.w3\.org\/2000\/svg\%22\%3E\%3Cdefs\%3E\%3Cpattern\%20id\%3D\%22dots\%22\%20width\%3D\%2240\%22\%20height\%3D\%2240\%22\%20patternUnits\%3D\%22userSpaceOnUse\%22\%3E\%3Ccircle\%20cx\%3D\%2220\%22\%20cy\%3D\%2220\%22\%20r\%3D\%221\%22\%20fill\%3D\%22\%23000\%22\/\%3E\%3C\/pattern\%3E\%3C\/defs\%3E\%3Crect\%20width\%3D\%22100\%25\%22\%20height\%3D\%22100\%25\%22\%20fill\%3D\%22url\(\%23dots\)\%22\/\%3E\%3C\/svg\%3E\'\)\]{--un-url:url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cdefs%3E%3Cpattern%20id%3D%22dots%22%20width%3D%2240%22%20height%3D%2240%22%20patternUnits%3D%22userSpaceOnUse%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22%23000%22/%3E%3C/pattern%3E%3C/defs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url(%23dots)%22/%3E%3C/svg%3E");background-image:var(--un-url)}.bg-\[url\(\'data\:image\/svg\+xml\,\%3Csvg\%20width\%3D\%2240\%22\%20height\%3D\%2240\%22\%20xmlns\%3D\%22http\:\/\/www\.w3\.org\/2000\/svg\%22\%3E\%3Cdefs\%3E\%3Cpattern\%20id\%3D\%22grid\%22\%20width\%3D\%2240\%22\%20height\%3D\%2240\%22\%20patternUnits\%3D\%22userSpaceOnUse\%22\%3E\%3Ccircle\%20cx\%3D\%2220\%22\%20cy\%3D\%2220\%22\%20r\%3D\%221\%22\%20fill\%3D\%22rgba\(0\,0\,0\,0\.02\)\%22\/\%3E\%3C\/pattern\%3E\%3C\/defs\%3E\%3Crect\%20width\%3D\%22100\%25\%22\%20height\%3D\%22100\%25\%22\%20fill\%3D\%22url\(\%23grid\)\%22\/\%3E\%3C\/svg\%3E\'\)\]{--un-url:url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cdefs%3E%3Cpattern%20id%3D%22grid%22%20width%3D%2240%22%20height%3D%2240%22%20patternUnits%3D%22userSpaceOnUse%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22rgba(0,0,0,0.02)%22/%3E%3C/pattern%3E%3C/defs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url(%23grid)%22/%3E%3C/svg%3E");background-image:var(--un-url)}.bg-amber-100,.bg-yellow-100{--un-bg-opacity:1;background-color:rgb(254 243 199 / var(--un-bg-opacity))}.bg-amber-100\/50,.bg-yellow-100\/50{background-color:#fef3c780}.bg-amber-50,[bg-amber-50=""]{--un-bg-opacity:1;background-color:rgb(255 251 235 / var(--un-bg-opacity))}.bg-amber-50\/95{background-color:#fffbebf2}.bg-amber-500,.bg-yellow-500{--un-bg-opacity:1;background-color:rgb(245 158 11 / var(--un-bg-opacity))}.bg-background,.data-\[state\=active\]\:bg-background[data-state=active]{--un-bg-opacity:1;background-color:hsl(var(--background) / var(--un-bg-opacity))}.bg-background\/80{background-color:hsl(var(--background) / .8)}.bg-black{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}.bg-black\/10{background-color:#0000001a}.bg-black\/30{background-color:#0000004d}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-black\/80{background-color:#000c}.bg-blue-100,[bg-blue-100=""]{--un-bg-opacity:1;background-color:rgb(219 234 254 / var(--un-bg-opacity))}.bg-blue-200,[bg-blue-200=""]{--un-bg-opacity:1;background-color:rgb(191 219 254 / var(--un-bg-opacity))}.bg-blue-50,[bg-blue-50=""]{--un-bg-opacity:1;background-color:rgb(239 246 255 / var(--un-bg-opacity))}.bg-blue-50\/95{background-color:#eff6fff2}.bg-blue-600,.data-\[state\=checked\]\:bg-blue-600[data-state=checked]{--un-bg-opacity:1;background-color:rgb(37 99 235 / var(--un-bg-opacity))}.bg-border{--un-bg-opacity:1;background-color:hsl(var(--border) / var(--un-bg-opacity))}.bg-card{--un-bg-opacity:1;background-color:hsl(var(--card) / var(--un-bg-opacity))}.bg-current{background-color:currentColor}.bg-destructive{--un-bg-opacity:1;background-color:hsl(var(--destructive) / var(--un-bg-opacity))}.bg-emerald-50\/95{background-color:#ecfdf5f2}.bg-emerald-500{--un-bg-opacity:1;background-color:rgb(16 185 129 / var(--un-bg-opacity))}.bg-gray-100,[bg-gray-100=""]{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.bg-gray-200{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.bg-gray-300{--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity))}.bg-gray-50{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity))}.bg-gray-900,.dark .dark\:bg-gray-900{--un-bg-opacity:1;background-color:rgb(17 24 39 / var(--un-bg-opacity))}.bg-green-100,[bg-green-100=""]{--un-bg-opacity:1;background-color:rgb(220 252 231 / var(--un-bg-opacity))}.bg-green-50{--un-bg-opacity:1;background-color:rgb(240 253 244 / var(--un-bg-opacity))}.bg-green-500,[bg-green-500=""]{--un-bg-opacity:1;background-color:rgb(34 197 94 / var(--un-bg-opacity))}.bg-green-600{--un-bg-opacity:1;background-color:rgb(22 163 74 / var(--un-bg-opacity))}.bg-indigo-50{--un-bg-opacity:1;background-color:rgb(238 242 255 / var(--un-bg-opacity))}.bg-info{--un-bg-opacity:1;background-color:hsl(var(--info) / var(--un-bg-opacity))}.bg-muted,.data-\[state\=selected\]\:bg-muted[data-state=selected]{--un-bg-opacity:1;background-color:hsl(var(--muted) / var(--un-bg-opacity))}.bg-muted\/40{background-color:hsl(var(--muted) / .4)}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-orange-50{--un-bg-opacity:1;background-color:rgb(255 247 237 / var(--un-bg-opacity))}.bg-primary,.data-\[state\=checked\]\:bg-primary[data-state=checked],.data-\[state\=on\]\:bg-primary[data-state=on],[bg-primary=""]{--un-bg-opacity:1;background-color:hsl(var(--primary) / var(--un-bg-opacity))}.bg-primary\/10,.group:hover .group-hover\:bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\/20,.group:hover .group-hover\:bg-primary\/20{background-color:hsl(var(--primary) / .2)}.bg-primary\/30{background-color:hsl(var(--primary) / .3)}.bg-primary\/5{background-color:hsl(var(--primary) / .05)}.bg-red-100{--un-bg-opacity:1;background-color:rgb(254 226 226 / var(--un-bg-opacity))}.bg-red-50,[bg-red-50=""]{--un-bg-opacity:1;background-color:rgb(254 242 242 / var(--un-bg-opacity))}.bg-red-50\/95{background-color:#fef2f2f2}.bg-red-500{--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity))}.bg-red-600{--un-bg-opacity:1;background-color:rgb(220 38 38 / var(--un-bg-opacity))}.bg-secondary,.data-\[state\=open\]\:bg-secondary[data-state=open]{--un-bg-opacity:1;background-color:hsl(var(--secondary) / var(--un-bg-opacity))}.bg-secondary\/10{background-color:hsl(var(--secondary) / .1)}.bg-slate-100{--un-bg-opacity:1;background-color:rgb(241 245 249 / var(--un-bg-opacity))}.bg-slate-50,[bg-slate-50=""]{--un-bg-opacity:1;background-color:rgb(248 250 252 / var(--un-bg-opacity))}.bg-slate-800{--un-bg-opacity:1;background-color:rgb(30 41 59 / var(--un-bg-opacity))}.bg-slate-900{--un-bg-opacity:1;background-color:rgb(15 23 42 / var(--un-bg-opacity))}.bg-success{--un-bg-opacity:1;background-color:hsl(var(--success) / var(--un-bg-opacity))}.bg-transparent,[bg-transparent=""]{background-color:transparent}.bg-warning{--un-bg-opacity:1;background-color:hsl(var(--warning) / var(--un-bg-opacity))}.bg-white,.data-\[state\=active\]\:bg-white[data-state=active],[bg-white=""]{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/3{background-color:#ffffff08}.bg-white\/30{background-color:#ffffff4d}.bg-white\/5{background-color:#ffffff0d}.bg-white\/60{background-color:#fff9}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-50{--un-bg-opacity:1;background-color:rgb(254 252 232 / var(--un-bg-opacity))}.bg-zinc-100{--un-bg-opacity:1;background-color:rgb(244 244 245 / var(--un-bg-opacity))}.dark .dark\:bg-black\/70{background-color:#000000b3}.dark .dark\:bg-blue-900\/20{background-color:#1e3a8a33}.dark .dark\:bg-gray-800{--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-blue-900\/30:hover{background-color:#1e3a8a4d}.group:hover .group-hover\:bg-amber-200{--un-bg-opacity:1;background-color:rgb(253 230 138 / var(--un-bg-opacity))}.hover\:\!bg-blue-50:hover{--un-bg-opacity:1 !important;background-color:rgb(239 246 255 / var(--un-bg-opacity))!important}.hover\:\!bg-gray-50:hover{--un-bg-opacity:1 !important;background-color:rgb(249 250 251 / var(--un-bg-opacity))!important}.hover\:\!bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)!important}.hover\:\!bg-white\/20:hover{background-color:#fff3!important}.hover\:bg-accent:hover{--un-bg-opacity:1;background-color:hsl(var(--accent) / var(--un-bg-opacity))}.hover\:bg-accent\/5:hover{background-color:hsl(var(--accent) / .05)}.hover\:bg-amber-600:hover{--un-bg-opacity:1;background-color:rgb(217 119 6 / var(--un-bg-opacity))}.hover\:bg-blue-100:hover{--un-bg-opacity:1;background-color:rgb(219 234 254 / var(--un-bg-opacity))}.hover\:bg-blue-200:hover{--un-bg-opacity:1;background-color:rgb(191 219 254 / var(--un-bg-opacity))}.hover\:bg-blue-50:hover{--un-bg-opacity:1;background-color:rgb(239 246 255 / var(--un-bg-opacity))}.hover\:bg-blue-700:hover{--un-bg-opacity:1;background-color:rgb(29 78 216 / var(--un-bg-opacity))}.hover\:bg-destructive-hover:hover{--un-bg-opacity:1;background-color:hsl(var(--destructive-hover) / var(--un-bg-opacity))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-100:hover{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.hover\:bg-gray-200:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.hover\:bg-gray-300:hover{--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity))}.hover\:bg-gray-50:hover{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity))}.hover\:bg-green-700:hover{--un-bg-opacity:1;background-color:rgb(21 128 61 / var(--un-bg-opacity))}.hover\:bg-info-hover:hover{--un-bg-opacity:1;background-color:hsl(var(--info-hover) / var(--un-bg-opacity))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary-hover:hover{--un-bg-opacity:1;background-color:hsl(var(--primary-hover) / var(--un-bg-opacity))}.hover\:bg-primary:hover{--un-bg-opacity:1;background-color:hsl(var(--primary) / var(--un-bg-opacity))}.hover\:bg-primary\/20:hover{background-color:hsl(var(--primary) / .2)}.hover\:bg-primary\/5:hover{background-color:hsl(var(--primary) / .05)}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-red-700:hover{--un-bg-opacity:1;background-color:rgb(185 28 28 / var(--un-bg-opacity))}.hover\:bg-secondary-hover:hover{--un-bg-opacity:1;background-color:hsl(var(--secondary-hover) / var(--un-bg-opacity))}.hover\:bg-secondary:hover{--un-bg-opacity:1;background-color:hsl(var(--secondary) / var(--un-bg-opacity))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-slate-800:hover{--un-bg-opacity:1;background-color:rgb(30 41 59 / var(--un-bg-opacity))}.hover\:bg-success-hover:hover{--un-bg-opacity:1;background-color:hsl(var(--success-hover) / var(--un-bg-opacity))}.hover\:bg-warning-hover:hover{--un-bg-opacity:1;background-color:hsl(var(--warning-hover) / var(--un-bg-opacity))}.hover\:bg-white:hover{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}[hover\:\!bg-blue-50=""]:hover{--un-bg-opacity:1 !important;background-color:rgb(239 246 255 / var(--un-bg-opacity))!important}[hover\:\!bg-primary=""]:hover{--un-bg-opacity:1 !important;background-color:hsl(var(--primary) / var(--un-bg-opacity))!important}[hover\:bg-primary=""]:hover{--un-bg-opacity:1;background-color:hsl(var(--primary) / var(--un-bg-opacity))}.focus\:bg-accent:focus{--un-bg-opacity:1;background-color:hsl(var(--accent) / var(--un-bg-opacity))}.focus\:bg-primary:focus{--un-bg-opacity:1;background-color:hsl(var(--primary) / var(--un-bg-opacity))}[focus\:bg-primary=""]:focus{--un-bg-opacity:1;background-color:hsl(var(--primary) / var(--un-bg-opacity))}.disabled\:hover\:bg-background:hover:disabled{--un-bg-opacity:1;background-color:hsl(var(--background) / var(--un-bg-opacity))}.disabled\:hover\:bg-transparent:hover:disabled{background-color:transparent}.even\:bg-muted:nth-child(2n){--un-bg-opacity:1;background-color:hsl(var(--muted) / var(--un-bg-opacity))}.after\:bg-primary:after{--un-bg-opacity:1;background-color:hsl(var(--primary) / var(--un-bg-opacity))}.data-\[state\=active\]\:after\:bg-primary[data-state=active]:after{--un-bg-opacity:1;background-color:hsl(var(--primary) / var(--un-bg-opacity))}.file\:bg-transparent::file-selector-button{background-color:transparent}.from-amber-100,.from-yellow-100{--un-gradient-from-position:0%;--un-gradient-from:rgb(254 243 199 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(254 243 199 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-amber-200\/30{--un-gradient-from-position:0%;--un-gradient-from:rgb(253 230 138 / .3) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(253 230 138 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-amber-50{--un-gradient-from-position:0%;--un-gradient-from:rgb(255 251 235 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 251 235 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-amber-500{--un-gradient-from-position:0%;--un-gradient-from:rgb(245 158 11 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(245 158 11 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-blue-100{--un-gradient-from-position:0%;--un-gradient-from:rgb(219 234 254 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(219 234 254 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-blue-400\/20{--un-gradient-from-position:0%;--un-gradient-from:rgb(96 165 250 / .2) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(96 165 250 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-blue-50{--un-gradient-from-position:0%;--un-gradient-from:rgb(239 246 255 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(239 246 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-blue-50\/50{--un-gradient-from-position:0%;--un-gradient-from:rgb(239 246 255 / .5) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(239 246 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-blue-500\/20{--un-gradient-from-position:0%;--un-gradient-from:rgb(59 130 246 / .2) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(59 130 246 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-blue-600{--un-gradient-from-position:0%;--un-gradient-from:rgb(37 99 235 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(37 99 235 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-gray-50{--un-gradient-from-position:0%;--un-gradient-from:rgb(249 250 251 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(249 250 251 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-green-100{--un-gradient-from-position:0%;--un-gradient-from:rgb(220 252 231 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(220 252 231 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-indigo-400\/20{--un-gradient-from-position:0%;--un-gradient-from:rgb(129 140 248 / .2) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(129 140 248 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-muted\/80{--un-gradient-from-position:0%;--un-gradient-from:hsl(var(--muted) / .8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--muted) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-primary{--un-gradient-from-position:0%;--un-gradient-from:hsl(var(--primary) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--primary) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-primary\/10{--un-gradient-from-position:0%;--un-gradient-from:hsl(var(--primary) / .1) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--primary) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-primary\/15{--un-gradient-from-position:0%;--un-gradient-from:hsl(var(--primary) / .15) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--primary) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-primary\/20{--un-gradient-from-position:0%;--un-gradient-from:hsl(var(--primary) / .2) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--primary) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-primary\/5{--un-gradient-from-position:0%;--un-gradient-from:hsl(var(--primary) / .05) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--primary) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-purple-50{--un-gradient-from-position:0%;--un-gradient-from:rgb(250 245 255 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(250 245 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-purple-50\/95{--un-gradient-from-position:0%;--un-gradient-from:rgb(250 245 255 / .95) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(250 245 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-purple-600{--un-gradient-from-position:0%;--un-gradient-from:rgb(147 51 234 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(147 51 234 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-slate-50\/50{--un-gradient-from-position:0%;--un-gradient-from:rgb(248 250 252 / .5) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(248 250 252 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-transparent{--un-gradient-from-position:0%;--un-gradient-from:transparent var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-white{--un-gradient-from-position:0%;--un-gradient-from:rgb(255 255 255 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.hover\:from-blue-700:hover{--un-gradient-from-position:0%;--un-gradient-from:rgb(29 78 216 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(29 78 216 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.hover\:from-muted\/80:hover{--un-gradient-from-position:0%;--un-gradient-from:hsl(var(--muted) / .8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--muted) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.hover\:from-primary\/5:hover{--un-gradient-from-position:0%;--un-gradient-from:hsl(var(--primary) / .05) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--primary) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.hover\:from-primary\/90:hover{--un-gradient-from-position:0%;--un-gradient-from:hsl(var(--primary) / .9) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--primary) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.via-blue-50\/50{--un-gradient-via-position:50%;--un-gradient-to:rgb(239 246 255 / 0);--un-gradient-stops:var(--un-gradient-from), rgb(239 246 255 / .5) var(--un-gradient-via-position), var(--un-gradient-to)}.via-blue-600{--un-gradient-via-position:50%;--un-gradient-to:rgb(37 99 235 / 0);--un-gradient-stops:var(--un-gradient-from), rgb(37 99 235 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.via-gray-300{--un-gradient-via-position:50%;--un-gradient-to:rgb(209 213 219 / 0);--un-gradient-stops:var(--un-gradient-from), rgb(209 213 219 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.via-purple-500\/10{--un-gradient-via-position:50%;--un-gradient-to:rgb(168 85 247 / 0);--un-gradient-stops:var(--un-gradient-from), rgb(168 85 247 / .1) var(--un-gradient-via-position), var(--un-gradient-to)}.to-amber-50{--un-gradient-to-position:100%;--un-gradient-to:rgb(255 251 235 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-blue-400{--un-gradient-to-position:100%;--un-gradient-to:rgb(96 165 250 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-blue-400\/20{--un-gradient-to-position:100%;--un-gradient-to:rgb(96 165 250 / .2) var(--un-gradient-to-position)}.to-blue-50{--un-gradient-to-position:100%;--un-gradient-to:rgb(239 246 255 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-blue-50\/95{--un-gradient-to-position:100%;--un-gradient-to:rgb(239 246 255 / .95) var(--un-gradient-to-position)}.to-blue-500{--un-gradient-to-position:100%;--un-gradient-to:rgb(59 130 246 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-blue-600{--un-gradient-to-position:100%;--un-gradient-to:rgb(37 99 235 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-blue-600\/20{--un-gradient-to-position:100%;--un-gradient-to:rgb(37 99 235 / .2) var(--un-gradient-to-position)}.to-blue-700{--un-gradient-to-position:100%;--un-gradient-to:rgb(29 78 216 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-cyan-50\/30{--un-gradient-to-position:100%;--un-gradient-to:rgb(236 254 255 / .3) var(--un-gradient-to-position)}.to-cyan-600{--un-gradient-to-position:100%;--un-gradient-to:rgb(8 145 178 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-gray-100{--un-gradient-to-position:100%;--un-gradient-to:rgb(243 244 246 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-green-50{--un-gradient-to-position:100%;--un-gradient-to:rgb(240 253 244 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-indigo-50{--un-gradient-to-position:100%;--un-gradient-to:rgb(238 242 255 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-indigo-50\/30{--un-gradient-to-position:100%;--un-gradient-to:rgb(238 242 255 / .3) var(--un-gradient-to-position)}.to-indigo-700{--un-gradient-to-position:100%;--un-gradient-to:rgb(67 56 202 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-indigo-800{--un-gradient-to-position:100%;--un-gradient-to:rgb(55 48 163 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-muted\/60{--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--muted) / .6) var(--un-gradient-to-position)}.to-orange-500{--un-gradient-to-position:100%;--un-gradient-to:rgb(249 115 22 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-primary{--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--primary) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-primary\/10{--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--primary) / .1) var(--un-gradient-to-position)}.to-primary\/20{--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--primary) / .2) var(--un-gradient-to-position)}.to-primary\/5{--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--primary) / .05) var(--un-gradient-to-position)}.to-purple-400\/20{--un-gradient-to-position:100%;--un-gradient-to:rgb(192 132 252 / .2) var(--un-gradient-to-position)}.to-slate-50{--un-gradient-to-position:100%;--un-gradient-to:rgb(248 250 252 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-transparent{--un-gradient-to-position:100%;--un-gradient-to:transparent var(--un-gradient-to-position)}.to-white{--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-yellow-100{--un-gradient-to-position:100%;--un-gradient-to:rgb(254 243 199 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-yellow-50{--un-gradient-to-position:100%;--un-gradient-to:rgb(254 252 232 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.hover\:to-blue-600\/90:hover{--un-gradient-to-position:100%;--un-gradient-to:rgb(37 99 235 / .9) var(--un-gradient-to-position)}.hover\:to-blue-800:hover{--un-gradient-to-position:100%;--un-gradient-to:rgb(30 64 175 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.hover\:to-muted\/60:hover{--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--muted) / .6) var(--un-gradient-to-position)}.hover\:to-secondary\/5:hover{--un-gradient-to-position:100%;--un-gradient-to:hsl(var(--secondary) / .05) var(--un-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-amber-400{--un-fill-opacity:1;fill:rgb(251 191 36 / var(--un-fill-opacity))}.fill-current{fill:currentColor}[stroke~="#4f46e5"]{--un-stroke-opacity:1;stroke:rgb(79 70 229 / var(--un-stroke-opacity))}[stroke~="#8884d8"]{--un-stroke-opacity:1;stroke:rgb(136 132 216 / var(--un-stroke-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.p-\[1px\]{padding:1px}.p-0,[p-0=""]{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2,[p-2=""]{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4,[p-4=""]{padding:1rem}.p-5{padding:1.25rem}.p-6,[p-6=""]{padding:1.5rem}.p-8{padding:2rem}.px,.px-4,[px-4=""],[px=""]{padding-left:1rem;padding-right:1rem}.px-0{padding-left:0;padding-right:0}.px-1,[px-1=""]{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2,[px-2=""]{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3,[px-3=""]{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0,[py-0=""]{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1,[py-1=""]{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2,[py-2=""]{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3,[py-3=""]{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8,[py-8=""]{padding-top:2rem;padding-bottom:2rem}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8,.pr-8{padding-right:2rem}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>svg\~\*\]\:pl-7>svg~*,.pl-7{padding-left:1.75rem}.pb-1{padding-bottom:.25rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pe{padding-inline-end:1rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-center,[text-center=""]{text-align:center}.text-left,[text-left=""]{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}[align~=end]{vertical-align:bottom}[align~=start]{vertical-align:top}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-2xl,[text-2xl=""]{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.peer:-moz-placeholder~.peer-placeholder-shown\:text-base{font-size:1rem;line-height:1.5rem}.text-base,[text-base=""],.peer:placeholder-shown~.peer-placeholder-shown\:text-base{font-size:1rem;line-height:1.5rem}.text-lg,[text-lg=""]{font-size:1.125rem;line-height:1.75rem}.text-sm,[text-sm=""]{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs,[text-xs=""],.peer:focus~.peer-focus\:text-xs{font-size:.75rem;line-height:1rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{--un-text-opacity:1;color:hsl(var(--destructive-foreground) / var(--un-text-opacity))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--un-text-opacity:1;color:rgb(254 242 242 / var(--un-text-opacity))}.group.destructive .group-\[\.destructive\]\:text-red-300{--un-text-opacity:1;color:rgb(252 165 165 / var(--un-text-opacity))}.\!text-blue-600,[\!text-blue-600=""]{--un-text-opacity:1 !important;color:rgb(37 99 235 / var(--un-text-opacity))!important}.\!text-blue-700{--un-text-opacity:1 !important;color:rgb(29 78 216 / var(--un-text-opacity))!important}.\!text-white,[\!text-white=""]{--un-text-opacity:1 !important;color:rgb(255 255 255 / var(--un-text-opacity))!important}.\[\&\>svg\]\:text-destructive>svg,.text-destructive{--un-text-opacity:1;color:hsl(var(--destructive) / var(--un-text-opacity))}.\[\&\>svg\]\:text-foreground>svg,.data-\[state\=active\]\:text-foreground[data-state=active],.text-foreground{--un-text-opacity:1;color:hsl(var(--foreground) / var(--un-text-opacity))}.aria-selected\:text-accent-foreground[aria-selected=true],.text-accent-foreground{--un-text-opacity:1;color:hsl(var(--accent-foreground) / var(--un-text-opacity))}.dark .dark\:text-blue-300{--un-text-opacity:1;color:rgb(147 197 253 / var(--un-text-opacity))}.dark .dark\:text-gray-100{--un-text-opacity:1;color:rgb(243 244 246 / var(--un-text-opacity))}.dark .dark\:text-gray-200{--un-text-opacity:1;color:rgb(229 231 235 / var(--un-text-opacity))}.dark .dark\:text-gray-300,.text-gray-300{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.data-\[state\=active\]\:text-primary[data-state=active],.text-primary,.group:hover .group-hover\:text-primary,.peer:focus~.peer-focus\:text-primary{--un-text-opacity:1;color:hsl(var(--primary) / var(--un-text-opacity))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked],.text-primary-foreground,[text-primary-foreground=""]{--un-text-opacity:1;color:hsl(var(--primary-foreground) / var(--un-text-opacity))}.data-\[state\=on\]\:text-white[data-state=on],.text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.data-\[state\=open\]\:text-muted-foreground[data-state=open],.text-muted-foreground,[text-muted-foreground=""]{--un-text-opacity:1;color:hsl(var(--muted-foreground) / var(--un-text-opacity))}.text-amber-400{--un-text-opacity:1;color:rgb(251 191 36 / var(--un-text-opacity))}.text-amber-500,.text-yellow-500{--un-text-opacity:1;color:rgb(245 158 11 / var(--un-text-opacity))}.text-amber-600,.text-yellow-600{--un-text-opacity:1;color:rgb(217 119 6 / var(--un-text-opacity))}.text-amber-700{--un-text-opacity:1;color:rgb(180 83 9 / var(--un-text-opacity))}.text-amber-800,.text-yellow-800{--un-text-opacity:1;color:rgb(146 64 14 / var(--un-text-opacity))}.text-blue-400{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity))}.text-blue-500{--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity))}.text-blue-600,[text-blue-600=""],.group:hover .group-hover\:text-blue-600{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity))}.text-blue-700{--un-text-opacity:1;color:rgb(29 78 216 / var(--un-text-opacity))}.text-blue-800{--un-text-opacity:1;color:rgb(30 64 175 / var(--un-text-opacity))}.text-blue-900{--un-text-opacity:1;color:rgb(30 58 138 / var(--un-text-opacity))}.text-card-foreground{--un-text-opacity:1;color:hsl(var(--card-foreground) / var(--un-text-opacity))}.text-current{color:currentColor}.text-destructive-foreground{--un-text-opacity:1;color:hsl(var(--destructive-foreground) / var(--un-text-opacity))}.text-emerald-600{--un-text-opacity:1;color:rgb(5 150 105 / var(--un-text-opacity))}.text-emerald-800{--un-text-opacity:1;color:rgb(6 95 70 / var(--un-text-opacity))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-gray-400,[text-gray-400=""]{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.text-gray-500,[text-gray-500=""]{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.text-gray-600{--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.text-gray-700,[text-gray-700=""]{--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity))}.text-gray-800,[text-gray-800=""]{--un-text-opacity:1;color:rgb(31 41 55 / var(--un-text-opacity))}.text-gray-900{--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity))}.text-green-400{--un-text-opacity:1;color:rgb(74 222 128 / var(--un-text-opacity))}.text-green-500{--un-text-opacity:1;color:rgb(34 197 94 / var(--un-text-opacity))}.text-green-600{--un-text-opacity:1;color:rgb(22 163 74 / var(--un-text-opacity))}.text-green-700{--un-text-opacity:1;color:rgb(21 128 61 / var(--un-text-opacity))}.text-green-800{--un-text-opacity:1;color:rgb(22 101 52 / var(--un-text-opacity))}.text-green-900{--un-text-opacity:1;color:rgb(20 83 45 / var(--un-text-opacity))}.text-indigo-700{--un-text-opacity:1;color:rgb(67 56 202 / var(--un-text-opacity))}.text-info-foreground{--un-text-opacity:1;color:hsl(var(--info-foreground) / var(--un-text-opacity))}.text-muted-foreground\/60{color:hsl(var(--muted-foreground) / .6)}.text-orange-500{--un-text-opacity:1;color:rgb(249 115 22 / var(--un-text-opacity))}.text-orange-700{--un-text-opacity:1;color:rgb(194 65 12 / var(--un-text-opacity))}.text-orange-900{--un-text-opacity:1;color:rgb(124 45 18 / var(--un-text-opacity))}.text-purple-500{--un-text-opacity:1;color:rgb(168 85 247 / var(--un-text-opacity))}.text-purple-800{--un-text-opacity:1;color:rgb(107 33 168 / var(--un-text-opacity))}.text-red-500,[text-red-500=""]{--un-text-opacity:1;color:rgb(239 68 68 / var(--un-text-opacity))}.text-red-600,[text-red-600=""]{--un-text-opacity:1;color:rgb(220 38 38 / var(--un-text-opacity))}.text-red-700{--un-text-opacity:1;color:rgb(185 28 28 / var(--un-text-opacity))}.text-red-800{--un-text-opacity:1;color:rgb(153 27 27 / var(--un-text-opacity))}.text-secondary{--un-text-opacity:1;color:hsl(var(--secondary) / var(--un-text-opacity))}.text-secondary-foreground{--un-text-opacity:1;color:hsl(var(--secondary-foreground) / var(--un-text-opacity))}.text-slate-600{--un-text-opacity:1;color:rgb(71 85 105 / var(--un-text-opacity))}.text-slate-900{--un-text-opacity:1;color:rgb(15 23 42 / var(--un-text-opacity))}.text-success-foreground{--un-text-opacity:1;color:hsl(var(--success-foreground) / var(--un-text-opacity))}.text-transparent{color:transparent}.text-warning-foreground{--un-text-opacity:1;color:hsl(var(--warning-foreground) / var(--un-text-opacity))}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.hover\:text-accent-foreground:hover{--un-text-opacity:1;color:hsl(var(--accent-foreground) / var(--un-text-opacity))}.hover\:text-blue-600:hover{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity))}.hover\:text-blue-700:hover{--un-text-opacity:1;color:rgb(29 78 216 / var(--un-text-opacity))}.hover\:text-blue-900:hover{--un-text-opacity:1;color:rgb(30 58 138 / var(--un-text-opacity))}.hover\:text-foreground:hover{--un-text-opacity:1;color:hsl(var(--foreground) / var(--un-text-opacity))}.hover\:text-gray-600:hover{--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.hover\:text-gray-700:hover{--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity))}.hover\:text-gray-800:hover{--un-text-opacity:1;color:rgb(31 41 55 / var(--un-text-opacity))}.hover\:text-gray-900:hover{--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity))}.hover\:text-primary-foreground:hover{--un-text-opacity:1;color:hsl(var(--primary-foreground) / var(--un-text-opacity))}.hover\:text-primary-hover:hover{--un-text-opacity:1;color:hsl(var(--primary-hover) / var(--un-text-opacity))}.hover\:text-primary:hover{--un-text-opacity:1;color:hsl(var(--primary) / var(--un-text-opacity))}.hover\:text-sky-500:hover{--un-text-opacity:1;color:rgb(14 165 233 / var(--un-text-opacity))}.hover\:text-white:hover{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}[hover\:text-primary-foreground=""]:hover{--un-text-opacity:1;color:hsl(var(--primary-foreground) / var(--un-text-opacity))}.focus\:text-accent-foreground:focus{--un-text-opacity:1;color:hsl(var(--accent-foreground) / var(--un-text-opacity))}.focus\:text-primary-foreground:focus{--un-text-opacity:1;color:hsl(var(--primary-foreground) / var(--un-text-opacity))}.disabled\:text-gray-600:disabled{--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.placeholder\:text-muted-foreground::-moz-placeholder{--un-text-opacity:1;color:hsl(var(--muted-foreground) / var(--un-text-opacity))}.placeholder\:text-muted-foreground::placeholder{--un-text-opacity:1;color:hsl(var(--muted-foreground) / var(--un-text-opacity))}.placeholder\:text-transparent::-moz-placeholder{color:transparent}.placeholder\:text-transparent::placeholder{color:transparent}.file\:text-foreground::file-selector-button{--un-text-opacity:1;color:hsl(var(--foreground) / var(--un-text-opacity))}.data-\[active\=true\]\:font-medium[data-active=true],.font-medium,[font-medium=""]{font-weight:500}.data-\[state\=active\]\:font-semibold[data-state=active],.font-semibold,[font-semibold=""]{font-weight:600}.font-black{font-weight:900}.font-bold,[font-bold=""]{font-weight:700}.font-extrabold{font-weight:800}.font-normal,[font-normal=""]{font-weight:400}.file\:font-medium::file-selector-button{font-weight:500}.\[\&_p\]\:leading-relaxed p,.leading-relaxed{line-height:1.625}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.line-through{text-decoration-line:line-through}.underline,.hover\:underline:hover{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.aria-disabled\:opacity-50[aria-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled],.opacity-50{opacity:.5}.aria-selected\:opacity-100[aria-selected=true],.data-\[state\=open\]\:opacity-100[data-state=open],.opacity-100,.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100,.group\/menu-item:hover .group-hover\/menu-item\:opacity-100{opacity:1}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0,.opacity-0{opacity:0}.opacity-\[0\.02\]{opacity:.02}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-5{opacity:.05}.opacity-60{opacity:.6}.opacity-70,.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.opacity-75,[opacity-75=""]{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-90:hover{opacity:.9}.focus\:opacity-100:focus{opacity:1}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-65:disabled{opacity:.65}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow,.shadow{--un-shadow:0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--un-shadow:0 0 0 1px var(--un-shadow-color, hsl(var(--sidebar-border)));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-amber-500\/20{--un-shadow-color:rgb(245 158 11 / .2) }.shadow-blue-600\/20{--un-shadow-color:rgb(37 99 235 / .2) }.shadow-green-200\/50{--un-shadow-color:rgb(187 247 208 / .5) }.shadow-green-500\/20{--un-shadow-color:rgb(34 197 94 / .2) }.shadow-none{--un-shadow:none;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-primary\/10{--un-shadow-color:hsl(var(--primary) / .1) }.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--un-shadow:0 0 0 1px var(--un-shadow-color, hsl(var(--sidebar-accent)));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.hover\:shadow-blue-700\/30:hover{--un-shadow-color:rgb(29 78 216 / .3) }.hover\:shadow-primary\/20:hover{--un-shadow-color:hsl(var(--primary) / .2) }.hover\:shadow-primary\/25:hover{--un-shadow-color:hsl(var(--primary) / .25) }.hover\:shadow-white\/30:hover{--un-shadow-color:rgb(255 255 255 / .3) }.outline{outline-style:solid}.outline-none{outline:2px solid transparent;outline-offset:2px}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.ring-1{--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-2,[ring-2=""]{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-4{--un-ring-width:4px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-within\:ring-2:focus-within{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-ring:focus{--un-ring-width:3px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus\:ring-2:focus{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}[focus-ring=""]:focus{--un-ring-width:3px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-visible\:ring-2:focus-visible{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-within\:ring-offset-2:focus-within{--un-ring-offset-width:2px}.focus\:ring-offset-2:focus{--un-ring-offset-width:2px}.focus-visible\:ring-offset-2:focus-visible{--un-ring-offset-width:2px}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--un-ring-opacity:1;--un-ring-color:hsl(var(--destructive) / var(--un-ring-opacity)) }.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--un-ring-opacity:1;--un-ring-color:rgb(248 113 113 / var(--un-ring-opacity)) }.ring-amber-500\/30{--un-ring-color:rgb(245 158 11 / .3) }.ring-black\/5{--un-ring-color:rgb(0 0 0 / .05) }.ring-blue-600\/30{--un-ring-color:rgb(37 99 235 / .3) }.ring-green-500\/30{--un-ring-color:rgb(34 197 94 / .3) }.ring-primary,[ring-primary=""]{--un-ring-opacity:1;--un-ring-color:hsl(var(--primary) / var(--un-ring-opacity)) }.ring-primary\/10{--un-ring-color:hsl(var(--primary) / .1) }.ring-white{--un-ring-opacity:1;--un-ring-color:rgb(255 255 255 / var(--un-ring-opacity)) }.ring-white\/30{--un-ring-color:rgb(255 255 255 / .3) }.focus-within\:ring-blue-500:focus-within{--un-ring-opacity:1;--un-ring-color:rgb(59 130 246 / var(--un-ring-opacity)) }.hover\:ring-white\/50:hover{--un-ring-color:rgb(255 255 255 / .5) }.focus\:ring-blue-500:focus{--un-ring-opacity:1;--un-ring-color:rgb(59 130 246 / var(--un-ring-opacity)) }.focus\:ring-blue-600\/50:focus{--un-ring-color:rgb(37 99 235 / .5) }.focus\:ring-destructive:focus{--un-ring-opacity:1;--un-ring-color:hsl(var(--destructive) / var(--un-ring-opacity)) }.focus\:ring-primary:focus{--un-ring-opacity:1;--un-ring-color:hsl(var(--primary) / var(--un-ring-opacity)) }.focus\:ring-ring:focus{--un-ring-opacity:1;--un-ring-color:hsl(var(--ring) / var(--un-ring-opacity)) }.focus-visible\:ring-ring:focus-visible{--un-ring-opacity:1;--un-ring-color:hsl(var(--ring) / var(--un-ring-opacity)) }.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--un-ring-offset-opacity:1;--un-ring-offset-color:rgb(220 38 38 / var(--un-ring-offset-opacity)) }.ring-offset-background{--un-ring-offset-opacity:1;--un-ring-offset-color:hsl(var(--background) / var(--un-ring-offset-opacity)) }.backdrop-blur-md{--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-sm{--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.blur-2xl{--un-blur:blur(40px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.blur-3xl{--un-blur:blur(64px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.blur-lg{--un-blur:blur(16px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.blur-xl{--un-blur:blur(24px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all,[transition-all=""]{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;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}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.placeholder\:transition-opacity::-moz-placeholder{-moz-transition-property:opacity;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.placeholder\:transition-opacity::placeholder{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:transition-transform:after{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.data-\[state\=closed\]\:duration-300[data-state=closed],.duration-300,[duration-300=""]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open],.duration-500{transition-duration:.5s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-700{transition-duration:.7s}.placeholder\:duration-200::-moz-placeholder{transition-duration:.2s}.placeholder\:duration-200::placeholder{transition-duration:.2s}.after\:duration-200:after{transition-duration:.2s}.ease,.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition:none}.min-h-svh{min-height:100svh}.h-svh{height:100svh}.bg-gradient-to-b{background:linear-gradient(to bottom,var(--un-gradient-stops))}.bg-gradient-to-br{background:linear-gradient(to bottom right,var(--un-gradient-stops))}.bg-gradient-to-r,.hover\:bg-gradient-to-r:hover{background:linear-gradient(to right,var(--un-gradient-stops))}.bg-gradient-to-tr{background:linear-gradient(to top right,var(--un-gradient-stops))}.data-\[state\=active\]\:shadow-sm[data-state=active],.shadow-sm,[shadow-sm=""],.hover\:shadow-sm:hover{box-shadow:var(--shadow-sm)}.shadow-md,.group:hover .group-hover\:shadow-md,.hover\:shadow-md:hover{box-shadow:var(--shadow-md)}.shadow-lg,[shadow-lg=""],.hover\:shadow-lg:hover{box-shadow:var(--shadow-lg)}.shadow-xl,[shadow-xl=""],.hover\:shadow-xl:hover,[hover\:shadow-xl=""]:hover{box-shadow:var(--shadow-xl)}.shadow-2xl,.hover\:shadow-2xl:hover{box-shadow:var(--shadow-2xl)}@media (min-width: 640px){.sm\:bottom-0{bottom:0}.sm\:bottom-6{bottom:1.5rem}.sm\:left-auto{left:auto}.sm\:right-0{right:0}.sm\:right-6{right:1.5rem}.sm\:top-auto{top:auto}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:grid-cols-2,[sm\:grid-cols-2=""]{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3,[sm\:grid-cols-3=""]{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:mt-0,[sm\:mt-0=""]{margin-top:0}.sm\:mt-6{margin-top:1.5rem}.sm\:inline{display:inline}.sm\:block{display:block}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-\[525px\]{max-width:525px}.sm\:max-w-sm{max-width:24rem}.sm\:w-\[180px\]{width:180px}.sm\:w-\[200px\]{width:200px}.sm\:w-auto{width:auto}.sm\:flex{display:flex}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:translate-x-0{--un-translate-x:0px;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:space-x-2>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.5rem * var(--un-space-x-reverse))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1rem * var(--un-space-x-reverse))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(0px * var(--un-space-y-reverse))}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-5{padding:1.25rem}.sm\:p-8{padding:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.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\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.md\:mb-0{margin-bottom:0}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.md\:block{display:block}.md\:hidden{display:none}.after\:md\:hidden:after{display:none}.md\:max-w-\[420px\]{max-width:420px}.md\:flex{display:flex}.md\:flex-row,[md\:flex-row=""]{flex-direction:row}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.md\:p-12{padding:3rem}.md\:p-8{padding:2rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:opacity-0{opacity:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--un-shadow:0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3,[lg\:grid-cols-3=""]{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:max-w-\[500px\]{max-width:500px}.lg\:w-1\/2{width:50%}.lg\:flex{display:flex}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:gap-16{gap:4rem}.lg\:gap-8{gap:2rem}.lg\:border{border-width:1px}.lg\:border-gray-100{--un-border-opacity:1;border-color:rgb(243 244 246 / var(--un-border-opacity))}.lg\:rounded-2xl{border-radius:1rem}.lg\:p-8{padding:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:text-left{text-align:left}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:shadow-gray-200\/50{--un-shadow-color:rgb(229 231 235 / .5) }.lg\:shadow-lg{box-shadow:var(--shadow-lg)}}@media (min-width: 1280px){.xl\:col-span-1{grid-column:span 1/span 1}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:w-2\/5{width:40%}}
