
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f1f5f9}
.flex{display:flex}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-shrink-0{flex-shrink:0}
.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}
.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}
.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}
.h-screen{height:100vh}.h-full{height:100%}.h-8{height:2rem}.w-full{width:100%}.w-8{width:2rem}
.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}
.p-4{padding:1rem}.p-3{padding:.75rem}.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}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.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}.px-2{padding-left:.5rem;padding-right:.5rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.pb-4{padding-bottom:1rem}
.mb-2{margin-bottom:.5rem}.mt-3{margin-top:.75rem}.-translate-x-1\/2{transform:translateX(-50%)}.-left-1{left:-.25rem}
.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}
.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-medium{font-weight:500}
.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}
.border{border-width:1px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}
.border-gray-300{border-color:#d1d5db}.border-gray-200{border-color:#e5e7eb}
.bg-white{background-color:#fff}.bg-gray-100{background-color:#f3f4f6}.bg-gray-50{background-color:#f9fafb}
.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-white{color:#fff}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}
.pointer-events-none{pointer-events:none}.cursor-pointer{cursor:pointer}.cursor-grab{cursor:grab}
.select-none{user-select:none}.inset-0{inset:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.bottom-0{bottom:0}
.z-10{z-index:10}.z-50{z-index:50}.left-0\.5{left:.125rem}.right-0\.5{right:.125rem}.bottom-6{bottom:1.5rem}.left-1\/2{left:50%}
.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-blue-50\/50:hover{background-color:rgba(239,246,255,.5)}
.space-y-3>*+*{margin-top:.75rem}.whitespace-nowrap{white-space:nowrap}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tracking-wider{letter-spacing:.05em}.uppercase{text-transform:uppercase}.line-through{text-decoration:line-through}
.w-2\.5{width:.625rem}.h-2\.5{height:.625rem}.h-0\.5{height:.125rem}.h-3{height:.75rem}
