.w-full{width:100%}.h-full{height:100%}.h-48{height:9.6rem}.h-10{height:2rem}.min-h-screen{min-height:100vh}.flex{display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-col{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-grow{-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1}.flex-1{-webkit-flex:1;-ms-flex:1;flex:1}.items-center{-ms-flex-align:center;-webkit-align-items:center;align-items:center}.items-end{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}.justify-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.justify-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.gap-1{gap:.2rem}.gap-2{gap:.4rem}.gap-3{gap:.6rem}.gap-4{gap:.8rem}.text-center{text-align:center}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-xs{font-size:.6rem}.text-sm{font-size:.7rem}.text-base{font-size:.8rem}.text-lg{font-size:.9rem}.text-xl{font-size:1rem}.text-2xl{font-size:1.2rem}.leading-snug{line-height:1.375}.text-white{color:#fff}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-yellow-300{color:#fcd34d}.text-green-600{color:#16a34a}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.bg-transparent{background-color:transparent}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-red-100{background-color:#fee2e2}.bg-red-600{background-color:#dc2626}.bg-orange-500{background-color:#f97316}.bg-yellow-100{background-color:#fef9c3}.bg-green-50{background-color:#f0fdf4}.bg-green-500{background-color:#22c55e}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-gray-300{background-color:#d1d5db}.bg-gray-800{background-color:#1f2937}.bg-opacity-30{background-color:rgba(0,0,0,.3)}.bg-opacity-60{background-color:rgba(0,0,0,.6)}.p-1{padding:.2rem}.py-0\.5{padding-bottom:.1rem;padding-top:.1rem}.p-2{padding:.4rem}.p-3{padding:.6rem}.p-4{padding:.8rem}.px-2{padding-left:.4rem;padding-right:.4rem}.px-3{padding-left:.6rem;padding-right:.6rem}.px-4{padding-left:.8rem;padding-right:.8rem}.py-1{padding-bottom:.2rem;padding-top:.2rem}.py-2{padding-bottom:.4rem;padding-top:.4rem}.py-10{padding-bottom:2rem;padding-top:2rem}.pb-2{padding-bottom:.4rem}.pb-3{padding-bottom:.6rem}.pb-20{padding-bottom:4rem}.pt-2{padding-top:.4rem}.m-2{margin:.4rem}.mr-2{margin-right:.4rem}.mr-4{margin-right:.8rem}.ml-1{margin-left:.2rem}.mb-1{margin-bottom:.2rem}.mb-2{margin-bottom:.4rem}.mb-4{margin-bottom:.8rem}.mt-1{margin-top:.2rem}.mt-2{margin-top:.4rem}.mt-auto{margin-top:auto}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky;position:-webkit-sticky}.top-0{top:0}.top-2{top:.4rem}.left-2{left:.4rem}.right-2{right:.4rem}.bottom-2{bottom:.4rem}.z-40{z-index:40}.border{border-style:solid;border-width:.025rem}.border-t{border-top-style:solid;border-top-width:.025rem}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-800{border-color:#1f2937}.border-green-100{border-color:#dcfce7}.border-red-600{border-color:#dc2626}.rounded{border-radius:.2rem}.rounded-lg{border-radius:.4rem}.rounded-full{border-radius:249.975rem}.overflow-hidden{overflow:hidden}.shadow-sm{-webkit-box-shadow:0 .025rem .05rem 0 rgba(0,0,0,.05);box-shadow:0 .025rem .05rem 0 rgba(0,0,0,.05)}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:16rem){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.whitespace-nowrap{white-space:nowrap}.no-scrollbar::-webkit-scrollbar{display:none}