.custom-file-upload-container{width:100%}.custom-file-upload{position:relative;width:35%;min-width:200px;aspect-ratio:1/1;border:2px dashed #d0d0d0;border-radius:.75rem;text-align:center;cursor:pointer;transition:all .3s ease;background:white;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.custom-file-upload:hover:not(.disabled){border-color:#1a1a1a;background:#fafafa}.custom-file-upload.has-file{border-style:solid;border-color:#1a1a1a;padding:0}.custom-file-upload.has-error{border-color:#dc2626}.custom-file-upload.disabled{opacity:.5;cursor:not-allowed}.custom-file-upload.dragging{border-color:#1a1a1a;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-style:solid;transform:scale(1.02);box-shadow:0 8px 24px rgba(102,126,234,.2)}.custom-file-upload.dragging-invalid{border-color:#dc2626;background:linear-gradient(135deg,rgba(220,38,38,.1),rgba(185,28,28,.1));border-style:solid;transform:scale(1.02);box-shadow:0 8px 24px rgba(220,38,38,.3)}.upload-prompt{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem}.upload-icon{color:#666;margin-bottom:.25rem;width:32px;height:32px}.upload-text{font-size:.75rem;font-weight:600;color:var(--text-primary);margin:0}.upload-hint{font-size:.625rem;color:var(--text-secondary);margin:0;line-height:1.2}.file-preview{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;background:#f5f5f5}.preview-image,.preview-video{width:100%;height:100%;object-fit:contain;border-radius:0}.preview-video{object-fit:contain;background:#000}.file-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.6) 70%,transparent);padding:1rem .75rem .75rem;color:white;opacity:0;transition:opacity .3s ease}.custom-file-upload:hover .file-overlay{opacity:1}.file-name-overlay{font-size:.875rem;font-weight:600;margin:0 0 .25rem;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.file-size-overlay{font-size:.75rem;opacity:.9;margin:0}.audio-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;height:100%;background:#f9fafb}.audio-icon{color:#666;opacity:.7}.audio-player{width:90%;max-width:300px}.upload-error-inside{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;width:100%;height:100%;justify-content:center}.error-icon{color:#dc2626;opacity:.9}.error-text{font-size:.875rem;font-weight:600;color:#dc2626;margin:0;text-align:center;line-height:1.4}.error-hint{font-size:.75rem;color:#991b1b;margin:0;opacity:.8}.upload-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:.75rem}.upload-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#1a1a1a;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.custom-multi-select{position:relative;width:100%;font-family:var(--font-family)}.custom-multi-select__trigger{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:.5rem 2.5rem .5rem 1rem;border:1px solid #d0d0d0;border-radius:.5rem;font-size:1rem;background-color:white;color:var(--text-primary);transition:all .2s ease;cursor:pointer;box-sizing:border-box}.custom-multi-select__trigger:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px rgba(26,26,26,.05)}.custom-multi-select--disabled .custom-multi-select__trigger{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.custom-multi-select--open .custom-multi-select__trigger{border-color:#1a1a1a;border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-multi-select__selected{flex:1 1;overflow:hidden}.custom-multi-select__placeholder{color:#9e9e9e}.custom-multi-select__tags{display:flex;flex-wrap:wrap;gap:.375rem}.custom-multi-select__tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#f0f0f0;border-radius:.25rem;font-size:.875rem;color:#333;max-width:100%}.custom-multi-select__tag-remove{display:flex;align-items:center;justify-content:center;padding:0;margin-left:.125rem;background:none;border:none;cursor:pointer;color:#666;border-radius:50%;width:16px;height:16px;transition:all .15s ease}.custom-multi-select__tag-remove:hover{background-color:rgba(0,0,0,.1);color:#333}.custom-multi-select__arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#333;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.custom-multi-select--open .custom-multi-select__arrow{transform:translateY(-50%) rotate(180deg)}.custom-multi-select__dropdown{position:absolute;top:100%;left:0;right:0;max-height:300px;display:flex;flex-direction:column;background-color:white;border:1px solid #1a1a1a;border-top:none;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.1)}.custom-multi-select__search{padding:.5rem;border-bottom:1px solid #e0e0e0;position:-webkit-sticky;position:sticky;top:0;background-color:white;z-index:1}.custom-multi-select__search-input{width:100%;padding:.5rem .75rem;border:1px solid #d0d0d0;border-radius:.375rem;font-size:.875rem;font-family:var(--font-family);outline:none;box-sizing:border-box}.custom-multi-select__search-input:focus{border-color:#1a1a1a}.custom-multi-select__search-input::placeholder{color:#9e9e9e}.custom-multi-select__options{overflow-y:auto;max-height:240px}.custom-multi-select__no-results{padding:1rem;text-align:center;color:#9e9e9e;font-size:.875rem}.custom-multi-select__option{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s ease}.custom-multi-select__option:hover:not(.custom-multi-select__option--disabled){background-color:#f5f5f5}.custom-multi-select__option--selected{background-color:#f0f7ff}.custom-multi-select__option--selected:hover:not(.custom-multi-select__option--disabled){background-color:#e6f0fa}.custom-multi-select__option--disabled{opacity:.5;cursor:not-allowed}.custom-multi-select__checkbox{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid #d0d0d0;border-radius:.25rem;background-color:white;flex-shrink:0}.custom-multi-select__option--selected .custom-multi-select__checkbox{background-color:#1a1a1a;border-color:#1a1a1a;color:white}.custom-multi-select__option-label{flex:1 1;font-size:.9375rem;color:var(--text-primary)}.custom-multi-select__option--disabled .custom-multi-select__option-label{color:#9e9e9e}.custom-multi-select__options::-webkit-scrollbar{width:8px}.custom-multi-select__options::-webkit-scrollbar-track{background:#f5f5f5;border-radius:.25rem}.custom-multi-select__options::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:.25rem}.custom-multi-select__options::-webkit-scrollbar-thumb:hover{background:#b0b0b0}