@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f3f4f6;color:#1f2937;font-family:Inter,sans-serif;line-height:1.5}.app-container{align-items:flex-start;display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.form-wrapper{background:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;max-width:800px;overflow:hidden;padding:2rem;width:100%}.form-header{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1.5rem;text-align:center}.logo-section{align-items:center;color:#4f46e5;display:flex;gap:.75rem;justify-content:center;margin-bottom:.5rem}.logo-icon{height:32px;width:32px}.form-header h1{color:#111827;font-size:1.5rem;font-weight:700}.subtitle{color:#6b7280;font-size:1rem}.section-title{align-items:center;color:#374151;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem;margin-top:1.5rem}.section-icon{color:#4f46e5;height:20px;width:20px}.grid-2{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}@media (max-width:640px){.grid-2{grid-template-columns:1fr}}.input-field{display:flex;flex-direction:column;margin-bottom:1rem}.input-field label{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.input-field input,.input-field select,.input-field textarea{border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;outline:none;padding:.75rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.input-field input:focus,.input-field select:focus,.input-field textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.input-field input:disabled{background-color:#f9fafb;cursor:not-allowed}input[type=radio]{accent-color:#4f46e5;margin-right:.5rem;width:auto!important}.input-field div label{align-items:center;cursor:pointer;display:inline-flex;font-weight:400;margin-right:1.5rem}.error{color:#ef4444;font-size:.8rem;margin-top:.25rem}.form-footer{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1.5rem}.submit-btn{background-color:#4f46e5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem;transition:background-color .2s;width:100%}.submit-btn:hover{background-color:#4338ca}.submit-btn:disabled{background-color:#a5b4fc;cursor:not-allowed}.dropdown-list{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dropdown-item:hover{background-color:#f3f4f6}.popup-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.popup-content{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:400px;padding:2rem;text-align:center;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.popup-content h3{color:#111827;margin-bottom:1rem}.popup-content p{color:#6b7280;margin-bottom:1.5rem}.reference-input{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;margin-bottom:1.5rem;padding:.75rem;width:100%}.popup-actions{display:flex;gap:1rem}.popup-actions button{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-weight:500;padding:.75rem}.cancel-btn{background-color:#f3f4f6;color:#374151}.confirm-btn{background-color:#4f46e5;color:#fff}.confirm-btn:hover{background-color:#4338ca}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}input[type=checkbox]:disabled+label{cursor:not-allowed;opacity:.6}
/*# sourceMappingURL=main.93d15608.css.map*/