.klyp-ExpandingSearch{box-sizing:border-box;min-width:0;max-width:2.25rem;height:36px;transition:max-width var(--duration-normal) var(--easing-standard);flex:auto;display:flex;position:relative}.klyp-ExpandingSearch[data-open=true]{max-width:100%}.klyp-ExpandingSearch:not([data-open=true]){min-width:2.25rem}@media (prefers-reduced-motion:reduce){.klyp-ExpandingSearch{transition:none}}.klyp-ExpandingSearch__capsule{box-sizing:border-box;justify-content:flex-start;align-items:center;gap:var(--space-8);border:var(--bw-default) solid var(--color-border-subtle);border-radius:var(--r-chip);background:var(--color-bg-surface);cursor:pointer;width:100%;height:36px;transition:background var(--duration-fast) var(--easing-standard), border-color var(--duration-fast) var(--easing-standard);padding-block:0;padding-inline:8px 0;display:flex;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.klyp-ExpandingSearch__capsule{transition:none}}.klyp-ExpandingSearch:not([data-open=true]) .klyp-ExpandingSearch__capsule:hover{background:var(--color-bg-surface-solid)}.klyp-ExpandingSearch[data-open=true] .klyp-ExpandingSearch__capsule{cursor:text}.klyp-ExpandingSearch__icon{color:var(--color-fg-muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.klyp-ExpandingSearch__icon>svg{width:18px;height:18px}.klyp-ExpandingSearch__input{min-width:0;color:var(--color-fg-primary);font-family:var(--font-sans);font-size:var(--font-size-13);font-weight:var(--font-weight-medium);background:0 0;border:0;outline:none;flex:1 1 0;line-height:1}.klyp-ExpandingSearch__input::placeholder{color:var(--color-fg-muted)}.klyp-ExpandingSearch__input::-webkit-search-cancel-button{appearance:none}.klyp-ExpandingSearch__input::-webkit-search-decoration{appearance:none}.klyp-ExpandingSearch__triggerOverlay{inset:calc(-1 * var(--bw-default));cursor:pointer;background:0 0;border:0;width:auto;height:auto;padding:0;position:absolute}.klyp-ExpandingSearch__triggerOverlay:focus-visible{outline:var(--bw-default) solid var(--color-fg-accent);outline-offset:var(--bw-default);border-radius:var(--r-chip)}.klyp-ExpandingSearch__triggerOverlay:disabled{cursor:not-allowed}.klyp-ExpandingSearch__close{width:20px;height:20px;color:var(--color-fg-muted);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--duration-fast) var(--easing-standard);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;margin-inline-end:var(--space-8);padding:0;display:inline-flex}.klyp-ExpandingSearch__close>svg{width:18px;height:18px}.klyp-ExpandingSearch__close:hover{color:var(--color-fg-primary)}.klyp-ExpandingSearch__close:focus-visible{outline:var(--bw-default) solid var(--color-fg-accent);outline-offset:var(--bw-default)}.klyp-ExpandingSearch__close:disabled{opacity:var(--opacity-50);cursor:not-allowed}
