.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:white;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.3);max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;padding:24px 24px 16px;margin-bottom:20px}.modal-header h3{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.modal-close:hover{background-color:#f3f4f6;color:#374151}.modal-body{padding:0 24px 20px}.modal-body p{margin:0 0 16px;color:#6b7280;line-height:1.6}.modal-body p:last-of-type{margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:flex;margin-bottom:8px;font-weight:500;color:#374151;font-size:.875rem}.form-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-input.error{border-color:#ef4444}.form-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.form-error{display:flex;align-items:center;gap:8px;margin-top:8px;color:#ef4444}.form-error,.form-error i{font-size:.875rem}.modal-footer{padding:20px 24px 24px;display:flex;gap:12px;justify-content:flex-end;border-top:1px solid #e5e7eb;margin-top:20px}.modal-footer .btn{padding:12px 24px;border-radius:8px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;text-decoration:none;border:none}.modal-footer .btn-secondary{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.modal-footer .btn-secondary:hover{background-color:#e5e7eb;border-color:#9ca3af}.modal-footer .btn-primary{background-color:#3b82f6;color:white;border:1px solid #3b82f6}.modal-footer .btn-primary:hover{background-color:#2563eb;border-color:#2563eb}.modal-footer .btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.modal-content{width:95%;margin:20px}.modal-header{padding:20px 20px 0}.modal-body{padding:0 20px 20px}.modal-footer{padding:20px;flex-direction:column}.modal-footer .btn{width:100%;justify-content:center}}@media (prefers-color-scheme:dark){.modal-content{background:#1f2937;color:#f9fafb}.modal-header{border-bottom-color:#374151}.modal-header h3{color:#f9fafb}.modal-close{color:#9ca3af}.modal-close:hover{background-color:#374151;color:#d1d5db}.modal-body p{color:#d1d5db}.form-group label{color:#e5e7eb}.form-input{border-color:#4b5563;color:#f9fafb}.form-input:focus{border-color:#3b82f6}.form-input.error{border-color:#ef4444}.modal-footer{border-top-color:#374151}.modal-footer .btn-secondary{background-color:#374151;color:#e5e7eb;border-color:#4b5563}.modal-footer .btn-secondary:hover{background-color:#4b5563;border-color:#6b7280}}