*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background-color:#f9fafb;color:#111827;min-height:100vh}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.bg-gray-100{background-color:#f3f4f6}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-red-600{background-color:#dc2626}.bg-red-700{background-color:#b91c1c}.bg-blue-50{background-color:#eff6ff}.bg-black{background-color:#000}.text-white{color:#fff}.text-black{color:#000}.text-gray-900{color:#111827}.text-gray-800{color:#1f2937}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-blue-700{color:#1d4ed8}.text-primary{color:#2563eb}.border{border:1px solid #e5e7eb}.border-b{border-bottom:1px solid #e5e7eb}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-black{border-color:#000}.border-primary{border-color:#2563eb}.border-transparent{border-color:transparent}.border-2{border-width:2px}.border-dashed{border-style:dashed}.border-blue-100{border-color:#dbeafe}.border-blue-200{border-color:#bfdbfe}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-md{border-radius:.375rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-12{padding:3rem}.p-24{padding:6rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-24{padding-top:6rem;padding-bottom:6rem}.px-4{padding-left:1rem;padding-right:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-8{padding-left:2rem;padding-right:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.w-full{width:100%}.w-16{width:4rem}.h-16{height:4rem}.w-24{width:6rem}.h-24{height:6rem}.w-12{width:3rem}.h-12{height:3rem}.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-9{width:2.25rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.items-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-3{gap:.75rem}.gap-2{gap:.5rem}.gap-1{gap:.25rem}.space-y-8>*+*{margin-top:2rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-3>*+*{margin-top:.75rem}.space-y-2>*+*{margin-top:.5rem}.container{max-width:1400px;margin-left:auto;margin-right:auto}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.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-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-light{font-weight:300}.font-normal{font-weight:400}.text-center{text-align:center}.cursor-pointer{cursor:pointer}.cursor-crosshair{cursor:crosshair}.transition-colors{transition:color .2s ease}.transition-all{transition:all .2s ease}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:border-primary:hover{border-color:#2563eb}.hover\:text-gray-700:hover{color:#374151}.hover\:text-gray-800:hover{color:#1f2937}.hover\:bg-white\/50:hover{background-color:#ffffff80}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:pointer-events-none:disabled{pointer-events:none}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.inline-flex{display:inline-flex}.whitespace-nowrap{white-space:nowrap}.overflow-hidden{overflow:hidden}.mr-2{margin-right:.5rem}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.min-w-100{min-width:100px}.min-w-120{min-width:120px}.min-w-140{min-width:140px}.min-w-\[120px\]{min-width:120px}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-8{width:2rem}.h-8{height:2rem}.gap-4{gap:1rem}.w-32{width:8rem}.w-48{width:12rem}.w-14{width:3.5rem}.h-14{height:3.5rem}.w-35{width:8.75rem}.w-7{width:1.75rem}.h-7{height:1.75rem}.max-w-xs{max-width:20rem}.max-w-md{max-width:28rem}.p-3{padding:.75rem}.top-7{top:1.75rem}.z-40{z-index:40}.fixed{position:fixed}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:scale-105:hover{transform:scale(1.05)}.rounded-full{border-radius:9999px}.p-0{padding:0}.p-2{padding:.5rem}.absolute{position:absolute}.top-8{top:2rem}.right-0{right:0}.z-50{z-index:50}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000001a}.hover\:bg-red-100:hover{background-color:#fee2e2}.hover\:text-red-600:hover{color:#dc2626}.hover\:scale-110:hover{transform:scale(1.1)}.transition-transform{transition:transform .2s ease}.uppercase{text-transform:uppercase}.font-semibold{font-weight:600}.leading-none{line-height:1}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.gap-6{gap:1.5rem}.auto-rows-min{grid-auto-rows:min-content}.grid-rows-\[auto_auto\]{grid-template-rows:auto auto}.items-start{align-items:flex-start}.gap-1\.5{gap:.375rem}.grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.pb-6{padding-bottom:1.5rem}.col-start-2{grid-column-start:2}.row-span-2{grid-row:span 2 / span 2}.row-start-1{grid-row-start:1}.self-start{align-self:flex-start}.justify-self-end{justify-self:end}.pt-6{padding-top:1.5rem}.w-80{width:20rem}.min-w-80{min-width:20rem}.max-w-80{max-width:20rem}.h-\[calc\(100vh-200px\)\]{height:calc(100vh - 200px)}.min-w-0{min-width:0}.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.25rem .5rem!important;font-size:.75rem!important;font-weight:500!important;border-radius:.375rem!important;transition:all .15s ease!important;cursor:pointer!important;border:1px solid transparent!important;line-height:1!important;height:28px!important;min-height:28px!important}.btn-sm{padding:.375rem .5rem!important;font-size:.75rem!important;height:2rem!important}.btn-primary{background-color:#2563eb!important;color:#fff!important}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#fff;color:#374151;border-color:#d1d5db}.btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.btn-ghost{background-color:transparent;color:#6b7280;border-color:transparent}.btn-ghost:hover{background-color:#f3f4f6;color:#374151}.btn-danger{background-color:transparent;color:#dc2626;border-color:transparent}.btn-danger:hover{background-color:#fee2e2}.btn-icon{width:28px!important;height:28px!important;padding:0!important;min-width:28px!important}.btn-icon.w-full{width:100%!important;min-width:auto!important}.btn-tab{flex:1!important;height:28px!important;padding:.25rem .5rem!important;font-size:.75rem!important;border-radius:.375rem!important}.control-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;gap:.5rem;box-sizing:border-box}.control-actions{display:flex;align-items:center;gap:.25rem}@media (min-width: 1024px){.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\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:col-span-1{grid-column:span 1 / span 1}}
