@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Fira+Code:wght@400;500&display=swap";*,*:before,*:after{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e5e7eb;background-color:#030712;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1f2937;border-radius:4px}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.bg-gray-950{background-color:#030712}.bg-gray-900{background-color:#111827}.bg-gray-800{background-color:#1f2937}.bg-gray-700{background-color:#374151}.text-white{color:#fff}.text-gray-100{color:#f3f4f6}.text-gray-200{color:#e5e7eb}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-indigo-400{color:#818cf8}.text-indigo-500{color:#6366f1}.text-indigo-600{color:#4f46e5}.text-green-400{color:#4ade80}.text-red-400{color:#f87171}.text-yellow-400{color:#facc15}.text-purple-400{color:#c084fc}.text-blue-400{color:#60a5fa}.text-emerald-400{color:#34d399}.bg-indigo-600{background-color:#4f46e5}.bg-indigo-600\/20{background-color:#4f46e533}.border-gray-700{border-color:#374151}.border-gray-800{border-color:#1f2937}.border-indigo-500{border-color:#6366f1}.border-indigo-500\/30{border-color:#6366f14d}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.flex{display:flex}.grid{display:grid}.block{display:block}.inline-flex{display:inline-flex}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-8>*+*{margin-top:2rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.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-20{padding-top:5rem;padding-bottom:5rem}.pb-2{padding-bottom:.5rem}.m-0{margin:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.h-3{height:.75rem}.h-5{height:1.25rem}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-full{height:100%}.h-screen{height:100vh}.min-h-full{min-height:100%}.w-3{width:.75rem}.w-5{width:1.25rem}.w-10{width:2.5rem}.w-full{width:100%}.w-screen{width:100vw}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.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-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-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-transparent{color:transparent}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-indigo-400{--tw-gradient-from: #818cf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-purple-400{--tw-gradient-to: #c084fc}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.opacity-70{opacity:.7}.cursor-pointer{cursor:pointer}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.mx-auto{margin-left:auto;margin-right:auto}.flex-wrap{flex-wrap:wrap}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.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\:text-5xl{font-size:3rem;line-height:1}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.hover\:bg-gray-600:hover{background-color:#4b5563}.hover\:bg-gray-800:hover{background-color:#1f2937}.hover\:bg-indigo-700:hover{background-color:#4338ca}.hover\:text-white:hover{color:#fff}.hover\:text-gray-200:hover{color:#e5e7eb}.hover\:text-gray-300:hover{color:#d1d5db}.hover\:border-indigo-500:hover{border-color:#6366f1}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.focus\:outline-none:focus{outline:none}.focus\:border-indigo-500:focus{border-color:#6366f1}.relative{position:relative}.absolute{position:absolute}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.bg-emerald-500\/20{background-color:#10b98133}.bg-blue-500\/20{background-color:#3b82f633}.bg-purple-500\/20{background-color:#a855f733}.bg-green-500\/20{background-color:#22c55e33}.bg-yellow-500\/20{background-color:#eab30833}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/10{background-color:#ef44441a}.bg-green-500\/10{background-color:#22c55e1a}.bg-gray-500\/20{background-color:#6b728033}.bg-gray-800\/50{background-color:#1f293780}.border-emerald-500\/30{border-color:#10b9814d}.border-blue-500\/30{border-color:#3b82f64d}.border-purple-500\/30{border-color:#a855f74d}.border-green-500\/30{border-color:#22c55e4d}.border-yellow-500\/30{border-color:#eab3084d}.border-red-500\/30{border-color:#ef44444d}.border-gray-500\/30{border-color:#6b72804d}.bg-emerald-500{background-color:#10b981}.bg-blue-500{background-color:#3b82f6}.bg-purple-500{background-color:#a855f7}.bg-green-500{background-color:#22c55e}.bg-red-500{background-color:#ef4444}.monaco-editor-container{height:100%!important;width:100%!important}.monaco-editor .monaco-editor-background,.monaco-editor .margin{background-color:#1f2937!important}.h-full{height:100%!important}.w-full{width:100%!important}
