*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.h-screen{height:100vh}.h-full{height:100%}.w-full{width:100%}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-3{width:.75rem}.w-4{width:1rem}.w-12{width:3rem}.w-16{width:4rem}.w-96{width:24rem}.h-3{height:.75rem}.h-4{height:1rem}.h-12{height:3rem}.h-16{height:4rem}.h-64{height:16rem}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.gap-4{gap:1rem}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-blue-50{background-color:#eff6ff}.bg-blue-500{background-color:#3b82f6}.bg-green-50{background-color:#f0fdf4}.bg-green-500{background-color:#22c55e}.bg-red-50{background-color:#fef2f2}.bg-red-500{background-color:#ef4444}.bg-yellow-50{background-color:#fefce8}.bg-orange-100{background-color:#ffedd5}.bg-orange-300{background-color:#fdba74}.bg-purple-500{background-color:#a855f7}.bg-black{background-color:#000}.text-white{color:#fff}.text-black{color:#000}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-purple-600{color:#9333ea}.text-yellow-600{color:#ca8a04}.text-orange-600{color:#ea580c}.text-orange-800{color:#9a3412}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.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}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.border{border-width:1px}.border-0{border-width:0px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-blue-200{border-color:#bfdbfe}.border-blue-500{border-color:#3b82f6}.border-green-500{border-color:#22c55e}.border-red-200{border-color:#fecaca}.border-red-500{border-color:#ef4444}.border-yellow-500{border-color:#eab308}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.inset-0{top:0;right:0;bottom:0;left:0}.z-0{z-index:0}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.inline{display:inline}.hidden{display:none}.text-center{text-align:center}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.resize-none{resize:none}.pointer-events-none{pointer-events:none}.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-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.opacity-50{opacity:.5}.bg-opacity-50{background-color:#00000080}input[type=text],input[type=email],input[type=password],textarea,select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,textarea:focus,select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f680}button{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:.375rem;transition:background-color .15s ease-in-out,color .15s ease-in-out;cursor:pointer;border:none;text-decoration:none}button:disabled{opacity:.5;cursor:not-allowed}.bg-blue-500:hover:not(:disabled){background-color:#2563eb}.bg-green-500:hover:not(:disabled){background-color:#16a34a}.bg-red-500:hover:not(:disabled){background-color:#dc2626}.bg-purple-500:hover:not(:disabled){background-color:#9333ea}.bg-orange-500{background-color:#f97316}.bg-orange-500:hover:not(:disabled){background-color:#ea580c}.bg-orange-600{background-color:#ea580c}.bg-gray-500:hover:not(:disabled){background-color:#6b7280}.bg-gray-200:hover:not(:disabled){background-color:#d1d5db}.scrollbar-thin{scrollbar-width:thin}.scrollbar-thumb-gray-300::-webkit-scrollbar-thumb{background-color:#d1d5db}.scrollbar-track-gray-100::-webkit-scrollbar-track{background-color:#f3f4f6}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.scrollbar-thin::-webkit-scrollbar-track{background-color:#f3f4f6}.hover\\:border-gray-300:hover{border-color:#d1d5db}.hover\\:bg-gray-50:hover{background-color:#f9fafb}.hover\\:text-gray-700:hover{color:#374151}.hover\\:underline:hover{text-decoration:underline}input[type=checkbox],input[type=radio]{width:1rem;height:1rem;border-radius:.25rem;border:1px solid #d1d5db;background-color:#fff;cursor:pointer}input[type=radio]{border-radius:50%}input[type=checkbox]:checked,input[type=radio]:checked{background-color:#3b82f6;border-color:#3b82f6}code{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace;background-color:#fff;padding:.125rem .5rem;border-radius:.25rem;border:1px solid #e5e7eb;font-size:.75rem}.text-transparent{color:transparent}.caret-black{caret-color:#000}html{scroll-behavior:smooth}.border-orange-200{border-color:#fed7aa}.border-orange-300{border-color:#fdba74}.border-green-200{border-color:#bbf7d0}.border-green-300{border-color:#86efac}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@keyframes highlight{0%{background-color:#eff6ff}50%{background-color:#dbeafe}to{background-color:#eff6ff}}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@media (max-width: 768px){.w-1\/3{width:100%}.flex-col{flex-direction:column}.space-x-2>*+*{margin-left:0;margin-top:.5rem}.space-x-3>*+*{margin-left:0;margin-top:.75rem}}
