*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f3f4f6;color:#1f2937}h1,h2,h3,h4,h5,h6{font-family:Georgia,serif;font-weight:600}button{font-family:inherit;cursor:pointer;border:none;border-radius:.375rem;font-weight:500;transition:all .2s ease}input,select,textarea{font-family:inherit;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem}input:focus,select:focus,textarea:focus{outline:none;border-color:#15803d;box-shadow:0 0 0 3px #15803d1a}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:80rem}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-3{padding:.75rem}.p-4{padding:1rem}.mb-8{margin-bottom:2rem}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mb-3{margin-bottom:.75rem}.mb-2{margin-bottom:.5rem}.mb-1{margin-bottom:.25rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.pb-6{padding-bottom:1.5rem}.pb-3{padding-bottom:.75rem}.pb-2{padding-bottom:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.bg-white{background-color:#fff}.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-green-50{background-color:#f0fdf4}.bg-green-700{background-color:#15803d}.bg-green-800{background-color:#166534}.bg-green-100{background-color:#dcfce7}.bg-red-50{background-color:#fef2f2}.bg-red-700{background-color:#b91c1c}.bg-red-200{background-color:#fecaca}.bg-yellow-100{background-color:#fef3c7}.bg-yellow-600{background-color:#d97706}.bg-blue-50{background-color:#eff6ff}.bg-blue-700{background-color:#1d4ed8}.bg-blue-100{background-color:#dbeafe}.bg-blue-800{background-color:#1e40af}.bg-orange-600{background-color:#ea580c}.bg-black{background-color:#00000080}.text-white{color:#fff}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-green-700{color:#15803d}.text-red-700{color:#b91c1c}.text-red-800{color:#991b1b}.text-yellow-700{color:#b45309}.text-yellow-800{color:#92400e}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-orange-700{color:#c2410c}.text-sm{font-size:.875rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-lg{font-size:1.125rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.border{border:1px solid #e5e7eb}.border-b{border-bottom:1px solid #e5e7eb}.border-t{border-top:1px solid #e5e7eb}.border-l{border-left:1px solid #e5e7eb}.border-l-4{border-left:4px solid #e5e7eb}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-green-700{border-color:#15803d}.border-green-200{border-color:#bbf7d0}.border-red-200{border-color:#fecaca}.border-blue-200{border-color:#bfdbfe}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.w-full{width:100%}.w-32{width:8rem}.w-40{width:10rem}.w-4{width:1rem}.h-2{height:.5rem}.h-16{height:4rem}.h-4{height:1rem}.flex{display:flex}.flex-1{flex:1 1 0%}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.items-center{align-items:center}.items-start{align-items:flex-start}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1.5rem}.divide-y>*+*{border-top:1px solid #e5e7eb}.sticky{position:sticky}.top-0{top:0}.top-16{top:4rem}.top-32{top:8rem}.z-40{z-index:40}.z-50{z-index:50}.fixed{position:fixed}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.hover\:bg-gray-300:hover{background-color:#d1d5db}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-green-50:hover{background-color:#f0fdf4}.hover\:bg-green-800:hover{background-color:#166534}.hover\:text-gray-900:hover{color:#111827}.hover\:underline:hover{text-decoration:underline}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-50:disabled{cursor:not-allowed}.transition,.transition-all{transition:all .2s ease}.opacity-50{opacity:.5}.cursor-pointer{cursor:pointer}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.max-h-96{max-height:24rem}table{width:100%;border-collapse:collapse}tr{border-bottom:1px solid #e5e7eb}th,td{text-align:left;padding:1rem 1.5rem}th{background-color:#f9fafb;font-weight:600;font-size:.875rem}.inset-0{inset:0}
