.tx-bui-prompt-bar-menu{animation:tx-bui-pop-in .18s var(--tx-ease-out-strong, cubic-bezier(.23, 1, .32, 1)) 0s both}@media(prefers-reduced-motion:reduce){.tx-bui-prompt-bar-menu{animation:none}}.tx-bui-prompt-bar-menu{position:absolute;bottom:100%;z-index:10;margin-bottom:8px;padding:4px;border-radius:10px;background:var(--tx-bui-surface, #fff);box-shadow:var(--tx-bui-shadow-raised, 0 0 0 1px #ecedef, 0 2px 10px rgba(0,0,0,.043))}.tx-bui-prompt-bar-menu.is-stretch{left:0;right:0;transform-origin:bottom center}.tx-bui-prompt-bar-menu.is-end{right:0;transform-origin:bottom right}.tx-bui-prompt-bar-menu .tx-bui-prompt-bar-menu__highlight{position:absolute;left:4px;right:4px;border-radius:6px;background:var(--tx-bui-hover, #f4f5f6);pointer-events:none;transition:top .22s var(--tx-ease-out-strong, cubic-bezier(.23, 1, .32, 1)),height .22s var(--tx-ease-out-strong, cubic-bezier(.23, 1, .32, 1)),opacity .15s ease}.tx-bui-prompt-bar-menu .tx-bui-prompt-bar-menu__list{position:relative;z-index:1;margin:0;padding:0;list-style:none}.tx-bui-prompt-bar-menu .tx-bui-prompt-bar-menu__option{display:flex;align-items:center;gap:10px;height:var(--tx-bui-prompt-bar-menu-row-height, 36px);padding:0 8px;border-radius:6px;text-align:left;cursor:pointer}.tx-bui-prompt-bar-menu .tx-bui-prompt-bar-menu__empty{display:flex;align-items:center;height:var(--tx-bui-prompt-bar-menu-row-height, 36px);padding:0 8px;color:var(--tx-bui-ink-3, #9a9da3);font-size:12px}.tx-bui-prompt-bar-menu .tx-bui-prompt-bar-menu__footer{margin-top:4px;padding:6px 8px 4px;border-top:1px solid var(--tx-bui-line, #ecedef);color:var(--tx-bui-ink-3, #9a9da3);font-size:11px}@media(prefers-reduced-motion:reduce){.tx-bui-prompt-bar-menu .tx-bui-prompt-bar-menu__highlight{transition:none}}@keyframes tx-bui-pop-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes tx-bui-eq-bounce{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}.tx-bui-prompt-bar{box-sizing:border-box;font-family:var(--tx-font-family, "Inter", "Helvetica Neue", Arial, sans-serif);font-size:13px;color:var(--tx-bui-ink, #1f2124)}:where(.tx-bui-prompt-bar) *,:where(.tx-bui-prompt-bar) :after,:where(.tx-bui-prompt-bar) :before{box-sizing:border-box}:where(.tx-bui-prompt-bar) button{padding:0;font:inherit;color:inherit;background:transparent;border:0}:where(.tx-bui-prompt-bar) ol,:where(.tx-bui-prompt-bar) ul{padding:0;margin:0;list-style:none}:where(.tx-bui-prompt-bar) h1,:where(.tx-bui-prompt-bar) h2,:where(.tx-bui-prompt-bar) h3,:where(.tx-bui-prompt-bar) h4,:where(.tx-bui-prompt-bar) h5,:where(.tx-bui-prompt-bar) h6{margin:0;font-size:inherit;font-weight:inherit}:where(.tx-bui-prompt-bar) img,:where(.tx-bui-prompt-bar) svg{display:block}.tx-bui-prompt-bar{position:relative;width:100%}.tx-bui-prompt-bar .tx-bui-prompt-bar__composer{--tx-bui-prompt-bar-ring: var(--tx-bui-line, #ecedef);--tx-bui-prompt-bar-cast: 0 1px 2px #1018280a, 0 2px 6px #10182808;position:relative;isolation:isolate;display:flex;flex-direction:column;gap:6px;padding:6px;overflow:hidden;border-radius:14px;background:var(--tx-bui-surface, #fff);box-shadow:0 0 0 1px var(--tx-bui-prompt-bar-ring),var(--tx-bui-prompt-bar-cast);transition:box-shadow .15s ease,border-radius .15s ease}.tx-bui-prompt-bar .tx-bui-prompt-bar__composer:focus-within{--tx-bui-prompt-bar-ring: var(--tx-bui-line-strong, #e0e2e5)}.tx-bui-prompt-bar .tx-bui-prompt-bar__measure{position:absolute;visibility:hidden;pointer-events:none;white-space:pre;font-size:13px;line-height:18px}.tx-bui-prompt-bar .tx-bui-prompt-bar__attachments{display:flex;flex-wrap:wrap;gap:6px;padding:2px 2px 0}.tx-bui-prompt-bar .tx-bui-prompt-bar__attachment{animation:tx-bui-pop-in .2s var(--tx-ease-out-strong, cubic-bezier(.23, 1, .32, 1)) 0s both}@media(prefers-reduced-motion:reduce){.tx-bui-prompt-bar .tx-bui-prompt-bar__attachment{animation:none}}.tx-bui-prompt-bar .tx-bui-prompt-bar__attachment{display:flex;align-items:center;gap:6px;height:26px;padding:4px 4px 4px 6px;border-radius:var(--tx-bui-radius-chip, 6px);background:var(--tx-bui-field, #f2f2f3);box-shadow:var(--tx-bui-shadow-hairline, 0 0 0 1px #ecedef);color:var(--tx-bui-ink-2, #62656b);font-size:11.5px}.tx-bui-prompt-bar .tx-bui-prompt-bar__attachment-icon{display:flex;flex:none}.tx-bui-prompt-bar .tx-bui-prompt-bar__attachment-name{max-width:144px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tx-bui-prompt-bar .tx-bui-prompt-bar__attachment-remove{display:flex;align-items:center;justify-content:center;flex:none;width:16px;height:16px;border-radius:4px;color:var(--tx-bui-ink-3, #9a9da3);cursor:pointer;transition:background-color .1s ease,color .1s ease}.tx-bui-prompt-bar .tx-bui-prompt-bar__attachment-remove:hover{background:color-mix(in oklab,var(--tx-bui-line, #ecedef) 70%,transparent);color:var(--tx-bui-ink, #1f2124)}.tx-bui-prompt-bar .tx-bui-prompt-bar__controls{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"lead input trail";gap:6px 4px;align-items:end}.tx-bui-prompt-bar .tx-bui-prompt-bar__controls.is-expanded{grid-template-areas:"input input input" "lead . trail"}.tx-bui-prompt-bar .tx-bui-prompt-bar__controls.is-leadless{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"input trail"}.tx-bui-prompt-bar .tx-bui-prompt-bar__controls.is-leadless.is-expanded{grid-template-areas:"input input" ". trail"}.tx-bui-prompt-bar .tx-bui-prompt-bar__lead{grid-area:lead;display:flex;justify-self:start}.tx-bui-prompt-bar .tx-bui-prompt-bar__trail{grid-area:trail;display:flex;align-items:flex-end;gap:4px}.tx-bui-prompt-bar .tx-bui-prompt-bar__input{grid-area:input;min-width:0;width:100%;padding:5px 4px;border:0;background:transparent;color:var(--tx-bui-ink, #1f2124);font:inherit;font-size:13px;line-height:18px;resize:none;outline:none;overflow-wrap:anywhere}.tx-bui-prompt-bar .tx-bui-prompt-bar__input::-moz-placeholder{color:var(--tx-bui-ink-3, #9a9da3)}.tx-bui-prompt-bar .tx-bui-prompt-bar__input::placeholder{color:var(--tx-bui-ink-3, #9a9da3)}.tx-bui-prompt-bar .tx-bui-prompt-bar__control{display:flex;align-items:center;justify-content:center;flex:none;width:28px;height:28px;border-radius:var(--tx-bui-radius-control, 8px);color:var(--tx-bui-ink-3, #9a9da3);cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s var(--tx-ease-out-strong, cubic-bezier(.23, 1, .32, 1))}.tx-bui-prompt-bar .tx-bui-prompt-bar__control:not(:disabled):active{transform:scale(.94)}.tx-bui-prompt-bar .tx-bui-prompt-bar__control:disabled{cursor:not-allowed}.tx-bui-prompt-bar .tx-bui-prompt-bar__dictate:not(:disabled):hover,.tx-bui-prompt-bar .tx-bui-prompt-bar__plus:not(:disabled):hover{background:var(--tx-bui-hover, #f4f5f6);color:var(--tx-bui-ink, #1f2124)}.tx-bui-prompt-bar .tx-bui-prompt-bar__plus.is-on{background:var(--tx-bui-hover, #f4f5f6);color:var(--tx-bui-ink, #1f2124)}.tx-bui-prompt-bar .tx-bui-prompt-bar__dictate.is-on,.tx-bui-prompt-bar .tx-bui-prompt-bar__dictate.is-on:hover{background:var(--tx-bui-accent-tint, #e9f3ff);color:var(--tx-bui-accent-ink, #0170dd)}.tx-bui-prompt-bar .tx-bui-prompt-bar__send{background:var(--tx-bui-line-strong, #e0e2e5);color:var(--tx-bui-ink-2, #62656b)}.tx-bui-prompt-bar .tx-bui-prompt-bar__send.is-ready{background:var(--tx-bui-ink, #1f2124);color:var(--tx-bui-surface, #fff)}.tx-bui-prompt-bar .tx-bui-prompt-bar__model{display:flex;align-items:center;gap:4px;flex:none;height:28px;padding:0 6px;border-radius:var(--tx-bui-radius-control, 8px);color:var(--tx-bui-ink-2, #62656b);font-size:12px;font-weight:500;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s var(--tx-ease-out-strong, cubic-bezier(.23, 1, .32, 1))}.tx-bui-prompt-bar .tx-bui-prompt-bar__model:not(:disabled):hover{background:var(--tx-bui-hover, #f4f5f6);color:var(--tx-bui-ink, #1f2124)}.tx-bui-prompt-bar .tx-bui-prompt-bar__model:not(:disabled):active{transform:scale(.94)}.tx-bui-prompt-bar .tx-bui-prompt-bar__model:disabled{cursor:not-allowed}.tx-bui-prompt-bar .tx-bui-prompt-bar__model-chevron{display:flex;color:var(--tx-bui-ink-3, #9a9da3)}.tx-bui-prompt-bar .tx-bui-prompt-bar__bars{display:flex;align-items:center;gap:2.5px;height:14px}.tx-bui-prompt-bar .tx-bui-prompt-bar__bar{width:2.5px;height:100%;border-radius:999px;background:currentcolor;transform-origin:center;animation:tx-bui-eq-bounce .9s ease-in-out infinite}.tx-bui-prompt-bar .tx-bui-prompt-bar__bar:nth-child(2){animation-delay:.15s}.tx-bui-prompt-bar .tx-bui-prompt-bar__bar:nth-child(3){animation-delay:.3s}.tx-bui-prompt-bar .tx-bui-prompt-bar__row-icon{display:flex;align-items:center;justify-content:center;flex:none;width:22px;height:22px;color:var(--tx-bui-ink-2, #62656b)}.tx-bui-prompt-bar .tx-bui-prompt-bar__row-name{flex:none;color:var(--tx-bui-ink, #1f2124);font-size:12.5px;font-weight:500}.tx-bui-prompt-bar .tx-bui-prompt-bar__row-name.is-grow{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tx-bui-prompt-bar .tx-bui-prompt-bar__row-desc{flex:1;min-width:0;overflow:hidden;color:var(--tx-bui-ink-3, #9a9da3);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.tx-bui-prompt-bar .tx-bui-prompt-bar__row-tag{flex:none;color:var(--tx-bui-ink-3, #9a9da3);font-size:11px}.tx-bui-prompt-bar .tx-bui-prompt-bar__row-connect{flex:none;color:var(--tx-bui-accent-ink, #0170dd);font-size:12px;font-weight:500}.tx-bui-prompt-bar .tx-bui-prompt-bar__row-connect.is-connected{color:var(--tx-bui-green, #189a4d)}.tx-bui-prompt-bar .tx-bui-prompt-bar__row-check{display:flex;flex:none;color:var(--tx-bui-ink, #1f2124);visibility:hidden}.tx-bui-prompt-bar .tx-bui-prompt-bar__row-check.is-on{visibility:visible}.tx-bui-prompt-bar.is-disabled .tx-bui-prompt-bar__composer{opacity:.65}.tx-bui-prompt-bar.is-pill .tx-bui-prompt-bar__composer{border-radius:999px}.tx-bui-prompt-bar.is-pill .tx-bui-prompt-bar__composer.is-relaxed{border-radius:24px}.tx-bui-prompt-bar.is-pill .tx-bui-prompt-bar__attachments{padding-inline:4px}.tx-bui-prompt-bar.is-pill .tx-bui-prompt-bar__attachment,.tx-bui-prompt-bar.is-pill .tx-bui-prompt-bar__attachment-remove,.tx-bui-prompt-bar.is-pill .tx-bui-prompt-bar__control,.tx-bui-prompt-bar.is-pill .tx-bui-prompt-bar__model{border-radius:999px}@media(prefers-reduced-motion:reduce){.tx-bui-prompt-bar .tx-bui-prompt-bar__attachment-remove,.tx-bui-prompt-bar .tx-bui-prompt-bar__composer,.tx-bui-prompt-bar .tx-bui-prompt-bar__control,.tx-bui-prompt-bar .tx-bui-prompt-bar__model{transition:none}.tx-bui-prompt-bar .tx-bui-prompt-bar__control:active,.tx-bui-prompt-bar .tx-bui-prompt-bar__model:active{transform:none}.tx-bui-prompt-bar .tx-bui-prompt-bar__bar{animation:none;transform:scaleY(.7)}}
