.flex{display:flex}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.grid{display:grid}.hidden{display:none}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[4px\]{gap:4px}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.top-3{top:.75rem}.top-5{top:1.25rem}.bottom-0{bottom:0}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.left-0{left:0}.left-3{left:.75rem}.left-5{left:1.25rem}.left-1\/2{left:50%}.left-\[5\.5px\]{left:5.5px}.right-0{right:0}.right-5{right:1.25rem}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.w-full{width:100%}.w-1\/2{width:50%}.w-3{width:.75rem}.w-5{width:1.25rem}.w-\[180px\]{width:180px}.w-\[290px\]{width:290px}.w-\[420px\]{width:420px}.h-full{height:100%}.h-1\.5{height:.375rem}.h-7{height:1.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-\[280px\]{height:280px}.min-w-0{min-width:0}.min-h-0{min-height:0}.p-0\.5{padding:.125rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pb-0{padding-bottom:0}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.m-0{margin:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-auto{margin-top:auto}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.ml-1{margin-left:.25rem}.ml-auto{margin-left:auto}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.border{border:1px solid #e5e7eb}.border-l{border-left-style:solid;border-left-width:1px}.border-l-2{border-left-style:solid;border-left-width:2px}.border-neutral-100{border-color:#f5f5f5}.border-neutral-200{border-color:#e5e5e5}.border-\[\#EBEBEB\]{border-color:#ebebeb}.border-\[\#D0D0D0\]{border-color:#d0d0d0}.rounded{border-radius:.25rem}.rounded-sm{border-radius:.125rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-\[1px\]{border-radius:1px}.rounded-\[12px\]{border-radius:12px}.bg-white{background-color:#fff}.bg-white\/50{background-color:#ffffff80}.bg-card{background-color:#fff}.bg-green-500{background-color:#22c55e}.bg-neutral-50{background-color:#fafafa}.bg-neutral-100,.bg-\[\#f5f5f5\]{background-color:#f5f5f5}.bg-\[\#F5F3F0\]{background-color:#f5f3f0}.bg-\[\#FFFFFF\]{background-color:#fff}.font-mono{font-family:ui-monospace,JetBrains Mono,monospace}.font-thin{font-weight:100}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.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-xl{font-size:1.25rem;line-height:1.75rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[36px\]{font-size:36px}.text-\[46px\]{font-size:46px}.text-\[64px\]{font-size:64px}.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}.uppercase{text-transform:uppercase}.text-right{text-align:right}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tabular-nums{font-variant-numeric:tabular-nums}.text-foreground{color:#0a0a0a}.text-foreground\/85{color:#0a0a0ad9}.text-muted-foreground{color:#737373}.text-card-foreground{color:#0a0a0a}.text-neutral-400{color:#a3a3a3}.text-neutral-500{color:#737373}.text-neutral-800{color:#262626}.text-neutral-900{color:#171717}.text-green-500{color:#22c55e}.pointer-events-none{pointer-events:none}.select-none{-webkit-user-select:none;user-select:none}.touch-none{touch-action:none}.cursor-pointer{cursor:pointer}.-translate-x-1\/2{transform:translate(-50%)}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150{transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite dz-pulse}@keyframes dz-pulse{0%,to{opacity:1}50%{opacity:.5}}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.whitespace-nowrap{white-space:nowrap}
