.wmup-root{font-family:var(--wh-font,"Open Sans",sans-serif);width:100%;position:relative}.wmup-chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.wmup-chip{background:var(--wh-surface,#fff);border:1.5px solid var(--wh-border,#00000014);border-radius:999px;align-items:center;gap:8px;padding:7px 14px;display:flex}.wmup-chip-label{color:var(--wh-text,#0f172a);font-size:13px;font-weight:500}.wmup-chip-remove{cursor:pointer;background:0 0;border:none;padding:0;display:flex}.wmup-add-btn{background:var(--wh-surface,#fff);border:1.5px dashed var(--wh-border,#0000002e);cursor:pointer;color:var(--wh-indigo,#4f46e5);border-radius:999px;outline:none;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .2s,background .15s;display:flex}.wmup-add-btn:hover{border-color:var(--wh-indigo,#4f46e5);background:var(--wh-indigo-muted,#4f46e50f)}.wmup-popover{z-index:99999;background:var(--wh-surface,#fff);border:1px solid var(--wh-border,#00000014);border-radius:14px;flex-direction:column;animation:.18s ease-out wmup-appear;display:flex;position:fixed;overflow:hidden;box-shadow:0 16px 48px #0000001f,0 4px 16px #0000000d}@keyframes wmup-appear{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.wmup-search{border-bottom:1px solid var(--wh-border,#0000000f);align-items:center;gap:10px;padding:14px 18px;display:flex}.wmup-search-input{color:var(--wh-text,#0f172a);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:14px;font-weight:500}.wmup-list{max-height:260px;overflow-y:auto}.wmup-empty{text-align:center;color:var(--wh-text-muted,#6b7280);padding:28px;font-size:13px}.wmup-item{border:none;border-bottom:1px solid var(--wh-border-subtle,#0000000a);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:13px 20px;font-family:inherit;transition:background .12s;display:flex}.wmup-item:hover{background:var(--wh-surface-hover,#00000008)}.wmup-item-label{color:var(--wh-text,#0f172a);font-size:14px;font-weight:400}.wmup-item-selected{background:color-mix(in srgb,var(--wh-indigo)6%,transparent)}.wmup-item-selected .wmup-item-label{color:var(--wh-indigo,#4f46e5);font-weight:600}[data-theme=dark] .wmup-chip{background:var(--wh-surface,#1e1e1e);border-color:#ffffff1a}[data-theme=dark] .wmup-add-btn{background:var(--wh-surface,#1e1e1e);border-color:#ffffff2e}[data-theme=dark] .wmup-popover{background:var(--wh-surface,#1e1e1e);border-color:#ffffff1a}[data-theme=dark] .wmup-search{border-bottom-color:#ffffff0f}[data-theme=dark] .wmup-item{border-bottom-color:#ffffff0a}[data-theme=dark] .wmup-item:hover{background:#ffffff0a}