@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden;position:relative}body:before{background:radial-gradient(circle at 0 0,#93c5fd1a 0,#0000 50%),radial-gradient(circle at 100% 0,#f9a8d41a 0,#0000 50%),radial-gradient(circle at 100% 100%,#6ee7b71a 0,#0000 50%),radial-gradient(circle at 0 100%,#a78bfa1a 0,#0000 50%);bottom:0;left:0;right:0;top:0}body:after,body:before{content:"";position:fixed;z-index:-1}body:after{animation:subtleFloat 30s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 50H0L50 0l50 50-50 50Z' fill='%23f1f5f9' fill-opacity='.4'/%3E%3C/svg%3E");height:100vh;opacity:.4;width:100vw}@keyframes subtleFloat{0%{transform:translate(0) rotate(0deg)}50%{transform:translate(20px,20px) rotate(5deg)}to{transform:translate(0) rotate(0deg)}}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.text-center{text-align:center}.min-h-screen{min-height:100vh}.bg-white{background-color:#fff}.text-gray-600{color:#4b5563;text-shadow:0 1px 0 #ffffff80}.text-gray-800{color:#1f2937}.text-blue-600{color:#2563eb}.rounded-lg{border-radius:.5rem}.rounded-2xl,.rounded-xl{border-radius:1rem}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.p-8{padding:2rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-12{padding-bottom:3rem;padding-top:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-3{margin-right:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.max-w-md{max-width:28rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;font-size:1.75rem;line-height:2.25rem;text-shadow:0 2px 4px #0000001a}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.btn{align-items:center;border:none;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:48px;justify-content:center;line-height:24px;padding:0 24px;transition:all .2s ease-in-out;width:100%}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background-color:#374151;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1f2937}.btn-secondary{background-color:#f3f4f6;box-shadow:inset 0 0 0 1px #d1d5db;color:#374151}.btn-secondary:hover:not(:disabled){background-color:#e5e7eb;box-shadow:inset 0 0 0 1px #9ca3af}.card{background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-width:28rem;padding:3rem;width:100%}.logo-container{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.bg-gradient{background:linear-gradient(135deg,#667eea,#764ba2)}.logo-icon{align-items:center;border-radius:.5rem;display:flex;height:2.5rem;justify-content:center;margin-right:.75rem;width:2.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.status-indicator{display:none}.notification-container{animation:slideDown .5s ease-out forwards;left:50%;max-width:400px;padding:0 16px;pointer-events:none;position:fixed;top:24px;transform:translateX(-50%);width:100%;z-index:50}.notification{align-items:center;background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 0 1px #0000000d;display:flex;overflow:hidden;padding:16px;pointer-events:auto;position:relative}.notification:before{content:"";height:100%;left:0;position:absolute;top:0;width:4px}.notification-success{background:linear-gradient(145deg,#fff,#f8fafc)}.notification-success:before{background:#10b981}.notification-error{background:linear-gradient(145deg,#fff,#fef2f2)}.notification-error:before{background:#ef4444}.notification-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-right:16px;width:40px}.notification-success .notification-icon{background:#ecfdf5;color:#10b981}.notification-error .notification-icon{background:#fef2f2;color:#ef4444}.notification-content{flex:1 1;min-width:0}.notification-title{color:#111827;font-size:16px;font-weight:600;line-height:24px;margin-bottom:4px}.notification-message{color:#6b7280;font-size:14px;line-height:20px}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-100%)}to{opacity:1;transform:translate(-50%)}}@media (max-width:768px){.container{padding:0 1rem}.card{margin:1rem;padding:2rem}}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.bg-gray-50{background-color:#f9fafb}.border{border:1px solid #e5e7eb}.text-left{text-align:left}.text-xs{font-size:.75rem;line-height:1rem}.text-gray-500{color:#6b7280}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.transition-colors{transition:background-color .2s ease-in-out}.ml-4{margin-left:1rem}.mt-3{margin-top:.75rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out}.flex-1{flex:1 1}.min-w-0{min-width:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.border-gray-200{border-color:#e5e7eb}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.p-1{padding:.25rem}.p-3{padding:.75rem}.bg-blue-100{background-color:#dbeafe}.rounded-full{border-radius:9999px}.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-8{width:2rem}.h-8{height:2rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-20{width:5rem}.h-20{height:5rem}.mr-2{margin-right:.5rem}.pt-4{padding-top:1rem}.mt-4{margin-top:1rem}.border-t{border-top-width:1px}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-gray-400{color:#9ca3af}.hover\:text-red-500:hover{color:#ef4444}.hover\:bg-red-50:hover{background-color:#fef2f2}.transition-all{transition:all .2s ease-in-out}.p-2{padding:.5rem}.justify-between{justify-content:space-between}.duration-200{transition-duration:.2s}.border-0{border:none}.bg-transparent{background-color:initial}.timeline-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,inset 0 0 0 1px #ffffff80;margin:0 auto;max-width:300px;padding:2rem;position:relative}.timeline-container:before{background:linear-gradient(180deg,#0000,#6366f133 20%,#6366f180 50%,#6366f133 80%,#0000);content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-step{padding:1rem 0;position:relative}.timeline-content{position:relative;text-align:center;width:100%}.timeline-button{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;flex-direction:column;padding:0;transition:all .2s ease-in-out;width:auto}.timeline-button:disabled{cursor:not-allowed;opacity:.6}.timeline-bubble{align-items:center;background:linear-gradient(145deg,#374151,#1f2937);border-radius:50%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,inset 0 1px 0 #ffffff1a;color:#fff;display:flex;height:48px;justify-content:center;margin-bottom:.5rem;position:relative;transition:all .3s ease-in-out;width:48px;z-index:1}.timeline-button:hover:not(:disabled) .timeline-bubble{background:linear-gradient(145deg,#1f2937,#111827);box-shadow:0 6px 8px -1px #00000026,0 3px 6px -1px #0000001a,inset 0 1px 0 #ffffff1a;transform:translateY(-2px) scale(1.05)}.timeline-text{color:#374151;font-size:1rem;font-weight:600;margin-top:.5rem;text-shadow:0 1px 0 #ffffff80;transition:all .3s ease-in-out}.status-indicator{margin-bottom:2rem}
/*# sourceMappingURL=main.472af2f7.css.map*/