/* Vchat 0.46.0 — Document knowledge ingestion. Scoped to frontend only. */
.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-file-field{display:grid;gap:8px}
.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-dropzone{position:relative;min-height:92px;border:1px dashed #d9d2eb;border-radius:15px;background:#faf9fe;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:16px 17px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}
.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-dropzone:hover{border-color:#a89bd7;background:#f7f4ff;box-shadow:0 7px 20px rgba(64,48,112,.05)}
.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-dropzone input[type="file"][hidden]{display:none!important}
.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-dropzone>div{display:grid;gap:5px;min-width:0}
.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-dropzone b{color:#29233f;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-dropzone small{color:#7b748c;font-size:11.5px;line-height:1.45}
.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-file-button{appearance:none;-webkit-appearance:none;font:inherit;font-size:12px;font-weight:750;color:#5f4daf!important;-webkit-text-fill-color:#5f4daf;background:#fff;border:1px solid #ddd6ef;border-radius:10px;padding:9px 12px;white-space:nowrap;cursor:pointer;position:relative;z-index:3}.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-file-button:hover{background:#f5f1ff;border-color:#b9ace1}.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-file-button:focus-visible{outline:3px solid rgba(99,102,241,.18);outline-offset:2px}
.vchat-frontend-app .vchat-knowledge-file-meta{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#777189;font-size:11px;padding-left:2px}
.vchat-frontend-app .vchat-knowledge-row .vchat-knowledge-type:first-child{font-weight:800}
@media(max-width:780px){.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-dropzone{grid-template-columns:1fr;gap:11px;align-items:start}.vchat-frontend-app #vchat-modal.is-knowledge-editor .vchat-knowledge-file-button{justify-self:start}.vchat-frontend-app .vchat-knowledge-file-meta{max-width:170px}}
