.wup-trigger{border:1px solid var(--wh-border-light,#0000001f);background:var(--wh-surface,#fff);color:var(--wh-text);cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:8px;width:100%;height:34px;padding:0 10px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .15s,box-shadow .15s,background .15s;display:inline-flex}.wup-trigger:hover:not(:disabled){border-color:#0003}.wup-trigger:focus-visible{border-color:var(--wh-indigo,#4f46e5);outline:none;box-shadow:0 0 0 3px #4f46e526}.wup-trigger:disabled{opacity:.55;cursor:not-allowed}.wup-trigger--empty .wup-trigger-label{color:var(--wh-text-muted,#6b7280);font-weight:400}.wup-trigger-label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}[data-theme=dark] .wup-trigger{background:var(--wh-surface,#1e1e1e);border-color:#ffffff1f}.wup-popover{flex-direction:column;width:320px;max-width:90vw;max-height:360px;padding:0;display:flex}.wup-search{border-bottom:1px solid var(--wh-border-light,#0000000f);align-items:center;gap:6px;padding:10px 12px 8px;display:flex}.wup-search-input{color:var(--wh-text);background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:13px}.wup-search-input::placeholder{color:var(--wh-text-muted,#9ca3af)}.wup-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:inline-flex}.wup-icon-btn:hover{background:#0000000d}.wup-list{scrollbar-width:thin;flex:1;padding:4px;overflow-y:auto}.wup-row{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:9px;width:100%;padding:7px 10px;font-family:inherit;transition:background .12s;display:flex}.wup-row:hover{background:#0000000a}.wup-row--active{background:#4f46e514}[data-theme=dark] .wup-row:hover{background:#ffffff0d}[data-theme=dark] .wup-row--active{background:#6366f126}.wup-row-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.wup-row-name{color:var(--wh-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.wup-row-email{color:var(--wh-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.wup-row-role{color:var(--wh-indigo,#4f46e5);letter-spacing:.04em;text-transform:uppercase;background:#6366f11a;border-radius:999px;align-items:center;padding:2px 7px;font-size:10px;font-weight:700;display:inline-flex}.wup-loading,.wup-empty{color:var(--wh-text-muted);justify-content:center;align-items:center;gap:8px;padding:24px 12px;font-size:12px;display:flex}.wup-footer{border-top:1px solid var(--wh-border-light,#0000000f);justify-content:flex-end;padding:8px 10px;display:flex}.wup-clear-btn{color:var(--wh-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:5px;padding:5px 9px;font-family:inherit;font-size:11px;font-weight:600;transition:background .12s,color .12s;display:inline-flex}.wup-clear-btn:hover{color:var(--wh-text);background:#0000000a}[data-theme=dark] .wup-clear-btn:hover{background:#ffffff0f}