*{box-sizing:border-box}body{margin:0;padding: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;overscroll-behavior:none;background-color:#111827;color:#fff}#root{width:100vw;height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.items-center{align-items:center}.justify-center{justify-content:center}.text-center{text-align:center}.space-y-6>*+*{margin-top:1.5rem}.space-y-2>*+*{margin-top:.5rem}.p-6{padding:1.5rem}.p-4{padding:1rem}.p-2{padding:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.mt-4{margin-top:1rem}.mt-2{margin-top:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.w-full{width:100%}.h-full{height:100%}.h-screen{height:100vh}.w-screen{width:100vw}.absolute{position:absolute}.relative{position:relative}.top-0{top:0}.left-0{left:0}.z-10{z-index:10}.bg-gray-900{background-color:#111827}.bg-gray-800{background-color:#1f2937}.bg-gray-800\/80{background-color:#1f2937cc}.bg-gray-700{background-color:#374151}.bg-red-500{background-color:#ef4444}.bg-sky-400{background-color:#38bdf8}.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-red-400{color:#f87171}.text-sky-400{color:#38bdf8}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}.border-l{border-left-width:1px}.border-b-2{border-bottom-width:2px}.border-gray-700{border-color:#374151}.border-sky-500\/30{border-color:#0ea5e94d}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.overflow-y-auto{overflow-y:auto}.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}.whitespace-nowrap{white-space:nowrap}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:768px){.md\:flex-row{flex-direction:row}.md\:w-2\/3{width:66.666667%}.md\:w-3\/4{width:75%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:h-full{height:100%}.md\:h-2\/3{height:66.666667%}.md\:h-3\/4{height:75%}.md\:h-1\/3{height:33.333333%}.md\:h-1\/4{height:25%}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}}
