.mlp-filterbar{margin-bottom:12px}.mlp-dropzone{border:1.5px dashed var(--wh-border);border-radius:var(--wh-radius-lg);background:var(--wh-surface-subtle,var(--wh-surface));cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;margin-bottom:14px;padding:18px;transition:border-color .15s,background-color .15s;display:flex}.mlp-dropzone:hover,.mlp-dropzone--active{border-color:var(--wh-indigo);background:var(--wh-indigo-muted)}.mlp-dropzone-text{font-family:var(--wh-font);color:var(--wh-text-muted);font-size:12px}.mlp-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.mlp-card{border:1px solid var(--wh-border);border-radius:var(--wh-radius-lg);background:var(--wh-surface);flex-direction:column;display:flex;overflow:hidden}.mlp-card--pickable{cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.mlp-card--pickable:hover{border-color:var(--wh-indigo);transform:translateY(-1px);box-shadow:0 4px 14px -6px #0f172a2e}.mlp-card-thumb{background:var(--wh-surface-hover);justify-content:center;align-items:center;height:96px;display:flex;overflow:hidden}.mlp-card-img{object-fit:cover;width:100%;height:100%}.mlp-card-meta{justify-content:space-between;align-items:center;gap:6px;padding:7px 9px;display:flex}.mlp-card-name{font-family:var(--wh-font);color:var(--wh-text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:11px;font-weight:500;overflow:hidden}.mlp-card-delete{color:var(--wh-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:background-color .15s,color .15s;display:flex}.mlp-card-delete:hover{background:var(--wh-error-muted,#ef44441a);color:var(--wh-error)}.cmp-preview{border:1px solid var(--wh-border);border-radius:var(--wh-radius-lg);background:var(--wh-surface-hover);justify-content:center;align-items:center;display:flex;overflow:hidden}.cmp-preview--empty,.cmp-preview--file{border-style:dashed;flex-direction:column;gap:8px}.cmp-preview-empty-text{font-family:var(--wh-font);color:var(--wh-text-muted);font-size:12px}.cmp-preview-img{object-fit:contain;width:100%;height:100%}.cmp-preview-video{object-fit:contain;background:#000;width:100%;height:100%}.cmp-preview-pdf{border:none;width:100%;height:100%}.cmp-preview-file-name{font-family:var(--wh-font);color:var(--wh-text);font-size:13px;font-weight:600}.cmp-preview-file-link{font-family:var(--wh-font);color:var(--wh-indigo);font-size:12px;text-decoration:none}.cmp-preview-file-link:hover{text-decoration:underline}