*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.p-2{padding:.5rem}.p-4{padding:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pt-8{padding-top:2rem}.pb-4{padding-bottom:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mt-auto{margin-top:auto}.w-full{width:100%}.w-px{width:1px}.h-full{height:100%}.h-16{height:4rem}.max-w-3xl{max-width:48rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.text-3xl{font-size:1.875rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-white{color:white}.bg-blue-500{background-color:#3b82f6}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-green-500{background-color:#22c55e}.bg-green-600{background-color:#16a34a}.bg-gray-500{background-color:#6b7280}.bg-gray-600{background-color:#4b5563}.bg-gray-200{background-color:#e5e7eb}.bg-gray-300{background-color:#d1d5db}.bg-gray-700{background-color:#374151}.bg-gray-800{background-color:#1f2937}.bg-gray-900{background-color:#111827}.bg-black{background-color:#000000}.bg-white{background-color:#ffffff}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-yellow-300{color:#fcd34d}.hover\:bg-blue-600:hover{background-color:#2563eb}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-green-600:hover{background-color:#16a34a}.hover\:bg-gray-600:hover{background-color:#4b5563}.hover\:bg-gray-300:hover{background-color:#d1d5db}.hover\:bg-gray-700:hover{background-color:#374151}.hover\:bg-gray-800:hover{background-color:#1f2937}.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}.duration-300{transition-duration:.3s}.duration-1000{transition-duration:1s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.top-0{top:0}.left-0{left:0}.top-4{top:1rem}.right-4{right:1rem}.pointer-events-none{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width:768px){.md\:text-4xl{font-size:2.25rem}.md\:h-24{height:6rem}}