.v2-combobox{min-width:0;position:relative}.v2-combobox__label{margin:0 0 var(--v2-space-1);font-size:var(--v2-text-sm);color:var(--v2-muted);font-weight:700;display:block}.v2-combobox__chips{flex-wrap:wrap;gap:6px;margin:0 0 6px;padding:0;list-style:none;display:flex}.v2-combobox__chip{min-height:28px;padding:0 2px 0 var(--v2-space-2);background:var(--v2-accent-soft);color:var(--v2-accent-ink);font-size:var(--v2-text-sm);border-radius:999px;align-items:center;gap:4px;display:inline-flex}.v2-combobox__chip img{border-radius:50%}.v2-root .v2-combobox__chip-remove{width:24px;height:24px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:16px;line-height:1;display:inline-flex}.v2-root .v2-combobox__chip-remove:hover{background:var(--v2-paper)}.v2-combobox__control{box-sizing:border-box;min-height:40px;padding:0 4px 0 var(--v2-space-2);border:1px solid var(--v2-border-strong);border-radius:var(--v2-radius-sm);background:var(--v2-paper);align-items:center;gap:4px;display:flex}.v2-combobox__control:focus-within{outline:var(--v2-focus);outline-offset:1px}.v2-combobox__control>img{border-radius:4px}.v2-combobox__input{min-width:0;color:var(--v2-ink);font:inherit;background:0 0;border:0;outline:none;flex:auto;padding:8px 4px;font-size:16px}.v2-combobox__input::placeholder{color:var(--v2-faint)}.v2-root .v2-combobox__btn{border-radius:var(--v2-radius-sm);width:32px;height:32px;color:var(--v2-muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;line-height:1;display:inline-flex}.v2-root .v2-combobox__btn:hover{background:var(--v2-surface)}.v2-root .v2-combobox__btn:disabled{opacity:.4;cursor:not-allowed}.v2-combobox__list{z-index:5;box-sizing:border-box;border:1px solid var(--v2-border-strong);border-radius:var(--v2-radius-sm);background:var(--v2-paper);max-height:280px;margin:4px 0 0;padding:4px;list-style:none;position:absolute;left:0;right:0;overflow-y:auto;box-shadow:0 6px 20px #1f23331f}.v2-combobox--inflow .v2-combobox__list{box-shadow:none;position:static}.v2-combobox__option{align-items:center;gap:var(--v2-space-2);min-height:36px;padding:4px var(--v2-space-2);border-radius:var(--v2-radius-sm);font-size:var(--v2-text-sm);cursor:pointer;display:flex}.v2-combobox__option img{border-radius:4px;flex-shrink:0}.v2-combobox__option>span:first-of-type{overflow-wrap:anywhere;min-width:0}.v2-combobox__option[data-highlighted]{background:var(--v2-accent-soft)}.v2-combobox__option[aria-selected=true]{color:var(--v2-accent-ink);font-weight:700}.v2-combobox__option[aria-selected=true]:after{content:"✓";margin-left:auto}.v2-combobox__option[aria-disabled=true]{color:var(--v2-muted);cursor:default}.v2-combobox__badge{font-size:var(--v2-text-xs);color:var(--v2-muted);flex-shrink:0;margin-left:auto}.v2-combobox[data-disabled] .v2-combobox__control{background:var(--v2-surface);color:var(--v2-muted)}
