*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#374151}.min-h-screen{min-height:100vh}.min-h-full{min-height:100%}.bg-white{background-color:#fff}.py-8{padding-top:2rem;padding-bottom:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.pt-4{padding-top:1rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-3{margin-left:.75rem}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.text-center{text-align:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-white{color:#fff}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-red-700{color:#b91c1c}.text-red-400{color:#f87171}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-red-600{background-color:#dc2626}.bg-red-700{background-color:#b91c1c}.bg-gray-50{background-color:#f9fafb}.bg-red-50{background-color:#fef2f2}.bg-green-100{background-color:#dcfce7}.bg-blue-100{background-color:#dbeafe}.bg-yellow-100{background-color:#fef3c7}.bg-red-100{background-color:#fee2e2}.bg-gray-100{background-color:#f3f4f6}.text-green-800{color:#166534}.text-blue-800{color:#1e40af}.text-yellow-800{color:#92400e}.text-red-800{color:#991b1b}.text-gray-800{color:#1f2937}.border{border-width:1px}.border-t{border-top-width:1px}.border-gray-300{border-color:#d1d5db}.border-red-200{border-color:#fecaca}.border-red-100{border-color:#fee2e2}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-sm{box-shadow:0 1px 2px #0000000d}input[type=text]{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;font-size:.875rem;line-height:1.25rem;min-height:2.5rem}input[type=text]:focus{outline:2px solid transparent;outline-offset:2px;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}button{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border:none;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease-in-out}.btn-primary{background-color:#2563eb;color:#fff;padding:.625rem 1.5rem;min-height:2.5rem;font-weight:600}.btn-primary:hover{background-color:#1d4ed8}.btn-primary:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #2563eb80}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background-color:#dc2626;color:#fff;padding:.5rem 1rem}.btn-danger:hover{background-color:#b91c1c}.btn-danger:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #dc262680}.btn-link{background:none;color:#2563eb;padding:0;font-size:.875rem}.btn-link:hover{color:#1d4ed8}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{display:inline-block;width:2rem;height:2rem;border:2px solid transparent;border-top:2px solid #2563eb;border-radius:50%}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;overflow:hidden}.space-y-6>*+*{margin-top:1.5rem}.space-y-3>*+*{margin-top:.75rem}.overflow-hidden{overflow:hidden}.break-all{word-break:break-all}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-success{background-color:#dcfce7;color:#166534}.status-processed{background-color:#dbeafe;color:#1e40af}.status-pending{background-color:#fef3c7;color:#92400e}.status-failed{background-color:#fee2e2;color:#991b1b}.status-default{background-color:#f3f4f6;color:#1f2937}.w-full{width:100%}.search-button-container{display:flex;align-items:flex-end}@media (min-width: 640px){.search-button-container{align-items:flex-end;padding-top:1.75rem}}.fixed{position:fixed}.inset-0{inset:0}.bg-black{background-color:#000}.bg-opacity-50{background-color:#00000080}.modal-overlay{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.z-50{z-index:50}.max-w-md{max-width:28rem;margin:auto}.max-h-screen{max-height:100vh}.overflow-y-auto{overflow-y:auto}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.h-6{height:1.5rem}.w-6{width:1.5rem}.h-12{height:3rem}.w-12{width:3rem}.h-4{height:1rem}.w-4{width:1rem}.h-5{height:1.25rem}.w-5{width:1.25rem}input[type=radio]{appearance:none;width:1rem;height:1rem;border:1px solid #d1d5db;border-radius:50%;background-color:#fff;cursor:pointer;position:relative}input[type=radio]:checked{border-color:#2563eb;background-color:#2563eb}input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.25rem;height:.25rem;border-radius:50%;background-color:#fff}input[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #2563eb1a}.text-green-600{color:#16a34a}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.hover\:text-gray-600:hover{color:#4b5563}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.cursor-not-allowed{cursor:not-allowed}.space-y-2>*+*{margin-top:.5rem}.flex-1{flex:1 1 0%}.gap-3{gap:.75rem}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}.sm\:w-auto{width:auto}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
