.lci-wrap{border:1px solid var(--wh-border-light,#0000001f);background:var(--wh-surface,#fff);cursor:text;border-radius:8px;flex-wrap:wrap;align-items:center;gap:5px;min-height:34px;padding:5px 8px;transition:border-color .15s,box-shadow .15s;display:flex}.lci-wrap:focus-within{border-color:var(--wh-indigo,#4f46e5);box-shadow:0 0 0 3px #4f46e526}[data-theme=dark] .lci-wrap{background:var(--wh-surface,#1e1e1e);border-color:#ffffff1f}.lci-chip{color:var(--wh-indigo,#4f46e5);letter-spacing:.01em;user-select:none;background:#4f46e51a;border-radius:999px;align-items:center;gap:4px;height:24px;padding:0 4px 0 9px;font-size:12px;font-weight:600;display:inline-flex}[data-theme=dark] .lci-chip{background:#6366f12e}.lci-chip-remove{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-left:1px;padding:0;transition:opacity .15s,background .15s;display:inline-flex}.lci-chip-remove:hover{opacity:1;background:#4f46e52e}.lci-input{color:var(--wh-text);background:0 0;border:none;outline:none;flex:1;min-width:80px;height:22px;padding:0 2px;font-family:inherit;font-size:13px}.lci-input::placeholder{color:var(--wh-text-muted,#9ca3af)}