@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*,body{margin:0}*{box-sizing:border-box;padding:0}body{background:linear-gradient(135deg,#1e293b,#334155);color:#f8fafc;font-family:Inter,sans-serif;min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.space-x-4>*+*{margin-left:1rem}.space-y-5>*+*{margin-top:1.25rem}.text-center{text-align:center}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-w-7xl{margin:0 auto;max-width:80rem}.hidden{display:none}.block{display:block}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-white{color:#fff}.text-gray-200{color:#e5e7eb}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-blue-500{color:#3b82f6}.text-blue-600{color:#2563eb}.text-red-700{color:#b91c1c}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-700{background-color:#374151}.bg-gray-800{background-color:#1f2937}.bg-gray-900{background-color:#111827}.bg-blue-500{background-color:#3b82f6}.bg-blue-600{background-color:#2563eb}.bg-green-600{background-color:#16a34a}.bg-red-100{background-color:#fee2e2}.bg-red-500{background-color:#ef4444}.hover\:bg-blue-600:hover{background-color:#2563eb}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-green-700:hover{background-color:#15803d}.hover\:bg-red-600:hover{background-color:#dc2626}.border{border-width:1px}.border-2{border-width:2px}.border-dashed{border-style:dashed}.border-gray-300{border-color:#d1d5db}.border-gray-600{border-color:#4b5563}.border-red-500{border-color:#ef4444}.border-l-4{border-left-width:4px}.rounded-lg{border-radius:.5rem}.rounded-2xl{border-radius:1rem}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.transition,.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke}.transition,.transition-colors{transition-duration:.15s}input[type=file],input[type=text]{transition:all .3s ease}input[type=text]{background-color:#374151;border:1px solid #4b5563;border-radius:.5rem;color:#fff;font-size:.875rem;padding:.625rem 1rem;width:100%}input[type=text]:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}button{border:none;border-radius:.5rem;cursor:pointer;font-family:inherit;transition:all .3s ease}button:disabled{cursor:not-allowed;opacity:.5}input[type=file]{display:none}label[for=image-upload-input]{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:.5rem;box-shadow:0 4px 14px 0 #3b82f663;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}label[for=image-upload-input]:hover{box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-6{gap:1.5rem}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:p-8{padding:2rem}}@media (min-width:640px){.sm\:p-6{padding:1.5rem}.sm\:text-4xl{font-size:2.25rem}}.upload-area{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px dashed #fff3;transition:all .3s ease}.upload-area:hover{background:#3b82f60d;border-color:#3b82f680}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:1rem;box-shadow:0 8px 32px #0000001a}.tab-button{border-bottom:2px solid #0000;color:#9ca3af;font-size:.875rem;font-weight:500;padding:1rem .25rem;transition:all .3s ease}.tab-button.active{border-bottom-color:#3b82f6;color:#3b82f6}.tab-button:hover:not(.active){border-bottom-color:#ffffff4d;color:#d1d5db}.tab-button:disabled{cursor:not-allowed;opacity:.5}.image-container{align-items:center;background:#0003;border-radius:.5rem;display:flex;justify-content:center;min-height:300px;overflow:hidden}.image-container img{max-height:100%;max-width:100%;object-fit:contain}.error-alert{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fee2e2e6;border-left:4px solid #ef4444;border-radius:.5rem;color:#b91c1c;margin-bottom:1.5rem;padding:1rem}
/*# sourceMappingURL=main.133479e5.css.map*/