@charset "UTF-8";@tailwind base;@tailwind components;@tailwind utilities;.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}.min-h-screen{min-height:100vh}.h-full{height:100%}.grid{display:grid}.max-w-lg{max-width:32rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.p-8{padding:2rem}.-mt-32{margin-top:-8rem}.-mt-16{margin-top:-4rem}.mb-12{margin-bottom:3rem}.mb-8{margin-bottom:2rem}.mb-3{margin-bottom:.75rem}.mt-2{margin-top:.5rem}.pt-6{padding-top:1.5rem}.mt-6{margin-top:1.5rem}.gap-3{gap:.75rem}.space-y-4>*+*{margin-top:1rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.rounded-xl{border-radius:.75rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.bg-gray-50{background-color:#f9fafb}.bg-gray-950{background-color:#030712}.bg-gray-900{background-color:#111827}.bg-white{background-color:#fff}.bg-blue-600{background-color:#2563eb}.bg-blue-500{background-color:#3b82f6}.bg-blue-400{background-color:#60a5fa}.bg-gray-300{background-color:#d1d5db}.bg-gray-50:hover{background-color:#f3f4f6}.bg-green-50{background-color:#f0fdf4}.text-white{color:#fff}.text-gray-950{color:#030712}.text-gray-600{color:#4b5563}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-green-600{color:#16a34a}.text-green-400{color:#4ade80}.border-gray-300{border-color:#d1d5db}.border-gray-200{border-color:#e5e7eb}.border-white\/20{border-color:#fff3}.border-white\/10{border-color:#ffffff1a}.ring-gray-950\/5{--tw-ring-color: rgb(3 7 18 / .05)}.ring-white\/10{--tw-ring-color: rgb(255 255 255 / .1)}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-base{font-size:1rem;line-height:1.5rem}.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}.font-medium{font-weight:500}.font-normal{font-weight:400}.tracking-tight{letter-spacing:-.025em}.dark .dark\:bg-gray-950{background-color:#030712}.dark .dark\:bg-gray-900{background-color:#111827}.dark .dark\:bg-blue-500{background-color:#3b82f6}.dark .dark\:bg-blue-400{background-color:#60a5fa}.dark .dark\:bg-white\/5{background-color:#ffffff0d}.dark .dark\:bg-white\/10{background-color:#ffffff1a}.dark .dark\:bg-green-400\/10{background-color:#4ade801a}.dark .dark\:text-white{color:#fff}.dark .dark\:text-gray-400{color:#9ca3af}.dark .dark\:text-green-400{color:#4ade80}.dark .dark\:border-white\/20{border-color:#fff3}.dark .dark\:border-white\/10{border-color:#ffffff1a}.dark .dark\:ring-white\/10{--tw-ring-color: rgb(255 255 255 / .1)}.dark .dark\:hover\:bg-blue-400:hover{background-color:#60a5fa}.dark .dark\:hover\:bg-white\/10:hover{background-color:#ffffff1a}.dark .dark\:focus\:ring-blue-400\/50:focus{--tw-ring-color: rgb(96 165 250 / .5)}.hover\:bg-blue-500:hover{background-color:#3b82f6}.hover\:bg-gray-50:hover{background-color:#f9fafb}.focus\:ring-blue-500\/50:focus{--tw-ring-color: rgb(59 130 246 / .5)}.no-underline{text-decoration:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-4{gap:1rem}.flex-shrink-0{flex-shrink:0}.mt-0{margin-top:0}html.dark body{background-color:#030712!important;color:#fff!important}
