.absolute{position:absolute}.relative{position:relative}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){margin-left:.5rem}.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}.w-4{width:1rem}.w-20{width:5rem}.w-full{width:100%}.h-1{height:.25rem}.h-4{height:1rem}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-6xl{max-width:72rem}.max-w-\[200px\]{max-width:200px}.mx-auto{margin-left:auto;margin-right:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-50{margin-bottom:50px}.mb-100{margin-bottom:100px}.me-2{margin-right:.5rem}.ms-auto{margin-left:auto}.p-1{padding:.25rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.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-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pl-5{padding-left:1.25rem}.right-4{right:1rem}.top-1\/2{top:50%}.transform{transform:translate(var(--tw-translate-x,0),var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) skewX(var(--tw-skew-x,0)) skewY(var(--tw-skew-y,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1))}.-translate-y-1\/2{--tw-translate-y:-50%}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-gray-300{border-color:#d1d5db}.border-blue-500{border-color:#3b82f6}.border-red-500{border-color:#ef4444}.border-yellow-500{border-color:#eab308}.bg-transparent{background-color:transparent}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-500{background-color:#6b7280}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-blue-600{background-color:#2563eb}.bg-green-600{background-color:#16a34a}.bg-red-100{background-color:#fee2e2}.bg-yellow-50{background-color:#fefce8}.bg-black{background-color:#000}.bg-opacity-50{--tw-bg-opacity:.5;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.text-center{text-align:center}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-md{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-1xl{font-size:1.25rem;line-height:1.75rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.italic,.fst-italic{font-style:italic}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.indent-8{text-indent:2rem}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-white{color:#fff}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-blue-500{color:#3b82f6}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-red-800{color:#991b1b}.text-yellow-600{color:#ca8a04}.text-yellow-700{color:#a16207}.text-yellow-800{color:#854d0e}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.list-inside{list-style-position:inside}.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}.shadow-xl{box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}.cursor-pointer{cursor:pointer}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s}.transition-all{transition-property:all;transition-duration:.15s}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-600:hover{background-color:#4b5563}.hover\:bg-green-700:hover{background-color:#15803d}.hover\:bg-red-200:hover{background-color:#fecaca}.hover\:text-blue-800:hover{color:#1e40af}.hover\:text-blue-900:hover{color:#1e3a8a}.hover\:text-red-800:hover{color:#991b1b}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:border-blue-600:focus{border-color:#2563eb}.focus\:ring-2:focus{box-shadow:0 0 0 2px rgb(59 130 246/.45)}.focus\:ring-blue-200:focus{box-shadow:0 0 0 2px #bfdbfe}.focus\:ring-blue-500:focus{box-shadow:0 0 0 2px #3b82f6}.focus\:ring-gray-500:focus{box-shadow:0 0 0 2px #6b7280}.focus\:ring-green-500:focus{box-shadow:0 0 0 2px #22c55e}.focus\:ring-red-400:focus{box-shadow:0 0 0 2px #f87171}.focus\:ring-offset-2:focus{outline-offset:2px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem}.btn-sm{font-size:.875rem}.btn-outline-secondary{border:1px solid #6b7280;color:#4b5563}.navbar-brand{display:flex;align-items:center;text-decoration:none}.viewport{min-height:100vh}@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\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
