body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.flex-1{flex:1 1}.hidden{display:none}.p-3{padding:.75rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.gap-2{gap:.5rem}.space-y-3>*+*{margin-top:.75rem}.w-80{width:20rem}.h-screen{height:100vh}.h-\[500px\]{height:500px}.max-w-\[85\%\]{max-width:85%}.max-w-none{max-width:none}.text-white{color:#fff}.text-black{color:#000}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-xl{font-size:1.25rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-center{text-align:center}.bg-white{background-color:#fff}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-gray-100{background-color:#f3f4f6}.bg-gray-700{background-color:#374151}.bg-gray-800{background-color:#1f2937}.bg-gray-900{background-color:#111827}.border{border-width:1px;border-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.border-none{border-width:0;border-style:solid}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-gray-600{border-color:#4b5563}.border-gray-700{border-color:#374151}.rounded-lg{border-radius:.5rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.overflow-y-auto{overflow-y:auto}.overflow-hidden{overflow:hidden}.relative{position:relative}.fixed{position:fixed}.bottom-4{bottom:1rem}.bottom-80{bottom:80px}.right-4{right:1rem}.transition-colors{transition-property:color,background-color,border-color;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}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-blue-800:hover{background-color:#1e40af}.hover\:text-gray-200:hover{color:#e5e7eb}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{box-shadow:0 0 0 3px rgba(37,99,235,.5)}.focus\:ring-blue-500:focus{--tw-ring-color:#3b82f6}.disabled\:opacity-50:disabled{opacity:.5}.prose{max-width:65ch}.prose-sm{font-size:.875rem}.prose p{margin:.5rem 0}.prose p+p{margin-top:1rem}.prose code{background:rgba(0,0,0,.1);padding:.125rem .25rem;border-radius:.25rem}.dark .prose code{background:hsla(0,0%,100%,.1)}.dark{color-scheme:dark}.dark .bg-white{background-color:#1f2937}.dark .text-gray-500{color:#9ca3af}.dark .border-gray-300{border-color:#4b5563}