.tiptap-gallery{margin:1.5rem 0}.tiptap-gallery .tiptap-gallery-file-input{display:none}.tiptap-gallery .tiptap-gallery-dropzone{border:1.5px dashed #dde3ea;border-radius:12px;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:border-color .2s;background:#fafbfc;outline:none}.tiptap-gallery .tiptap-gallery-dropzone:focus-visible,.tiptap-gallery .tiptap-gallery-dropzone:hover{border-color:#0f2f5a}.tiptap-gallery .tiptap-gallery-drop-icon{width:2rem;height:2rem;color:#94a3b8}.tiptap-gallery .tiptap-gallery-drop-text{font-size:.875rem;color:#64748b;text-align:center}.tiptap-gallery .tiptap-gallery-drop-text strong{font-weight:600;color:#0f172a}.tiptap-gallery .tiptap-gallery-drop-subtext{font-size:.75rem;color:#94a3b8}.tiptap-gallery .tiptap-gallery-uploading{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#64748b;font-size:.875rem}.tiptap-gallery .tiptap-gallery-spinner{width:1.5rem;height:1.5rem;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.tiptap-gallery .tiptap-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(max-width:640px){.tiptap-gallery .tiptap-gallery-grid{grid-template-columns:repeat(2,1fr)}}.tiptap-gallery .tiptap-gallery-item{display:flex;flex-direction:column;gap:.25rem}.tiptap-gallery .tiptap-gallery-thumb{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:6px;background:#f0f4f8}.tiptap-gallery .tiptap-gallery-thumb:hover .tiptap-gallery-remove{opacity:1}.tiptap-gallery .tiptap-gallery-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.65);color:#fff;border:none;border-radius:50%;cursor:pointer;opacity:0;transition:opacity .15s,background .15s;padding:0}.tiptap-gallery .tiptap-gallery-remove:hover{background:rgba(220,38,38,.9)}.tiptap-gallery .tiptap-gallery-remove-icon{width:12px;height:12px}.tiptap-gallery .tiptap-gallery-caption{font-size:.72rem;color:#64748b;background:rgba(0,0,0,0);border:none;border-bottom:1px solid rgba(0,0,0,0);padding:.15rem 0;width:100%;outline:none;transition:border-color .15s}.tiptap-gallery .tiptap-gallery-caption:focus{border-bottom-color:#dde3ea}.tiptap-gallery .tiptap-gallery-caption::placeholder{color:#cbd5e1}.tiptap-gallery .tiptap-gallery-add-slot{aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border:1.5px dashed #dde3ea;border-radius:6px;cursor:pointer;color:#94a3b8;font-size:.72rem;font-weight:500;transition:border-color .2s,color .2s;outline:none}.tiptap-gallery .tiptap-gallery-add-slot:focus-visible,.tiptap-gallery .tiptap-gallery-add-slot:hover{border-color:#0f2f5a;color:#0f2f5a}.tiptap-gallery .tiptap-gallery-add-icon{width:1.25rem;height:1.25rem}.tiptap-gallery .tiptap-gallery-error{font-size:.75rem;color:#ef4444;margin-top:.5rem;text-align:center}.tiptap-gallery .tiptap-gallery-error--grid{grid-column:1/-1;margin-top:0}.tiptap.ProseMirror .tiptap-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;max-width:none;margin:0;outline:none;border-radius:0}.ProseMirror-selectednode .tiptap-gallery .tiptap-gallery-dropzone{border-color:#0f2f5a}