.modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.modal-content{background:white;border-radius:1rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.modal-subtitle{font-size:.875rem;color:#6b7280;margin:.25rem 0 0}.modal-close-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#6b7280;border-radius:.5rem;transition:all .2s}.modal-close-btn:hover{background-color:#f3f4f6;color:#111827}.modal-body{padding:1.5rem}.form-group-modal{margin-bottom:1rem}.file-upload-label{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:2px dashed #d1d5db;border-radius:.5rem;cursor:pointer;transition:all .2s}.file-upload-label:hover{border-color:#9ca3af;background-color:#f9fafb}.file-icon-wrapper{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:#f3f4f6;border-radius:.5rem;color:#6b7280}.space-y-4>*+*{margin-top:1rem}