@keyframes tx-bui-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tx-bui-code-stream{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-code-stream) *,:where(.tx-bui-code-stream) :after,:where(.tx-bui-code-stream) :before{box-sizing:border-box}:where(.tx-bui-code-stream) button{padding:0;font:inherit;color:inherit;background:transparent;border:0}:where(.tx-bui-code-stream) ol,:where(.tx-bui-code-stream) ul{padding:0;margin:0;list-style:none}:where(.tx-bui-code-stream) h1,:where(.tx-bui-code-stream) h2,:where(.tx-bui-code-stream) h3,:where(.tx-bui-code-stream) h4,:where(.tx-bui-code-stream) h5,:where(.tx-bui-code-stream) h6{margin:0;font-size:inherit;font-weight:inherit}:where(.tx-bui-code-stream) img,:where(.tx-bui-code-stream) svg{display:block}.tx-bui-code-stream{overflow:hidden;border-radius:var(--tx-bui-radius-card, 10px);background:var(--tx-bui-surface, #fff);box-shadow:var(--tx-bui-shadow-card, 0 0 0 1px #ecedef, 0 1px 2px rgba(16,24,40,.039), 0 2px 6px rgba(16,24,40,.031))}.tx-bui-code-stream .tx-bui-code-stream__header{padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--tx-bui-line, #ecedef)}.tx-bui-code-stream .tx-bui-code-stream__title{display:flex;align-items:baseline;gap:8px;min-width:0}.tx-bui-code-stream .tx-bui-code-stream__filename{overflow:hidden;color:var(--tx-bui-ink, #1f2124);font-family:var(--tx-bui-font-mono, "JetBrains Mono", ui-monospace, "SF Mono", monospace);font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.tx-bui-code-stream .tx-bui-code-stream__lang{flex:none;color:var(--tx-bui-ink-3, #9a9da3);font-size:11.5px}.tx-bui-code-stream .tx-bui-code-stream__actions{display:flex;flex:none;align-items:center;gap:4px}.tx-bui-code-stream .tx-bui-code-stream__body{min-height:var(--tx-bui-code-stream-min-height, calc(var(--tx-bui-code-stream-lines, 0)*1.7em + 20px));padding:10px 12px;overflow-x:auto;background:var(--tx-bui-inset, #f7f8f9);font-family:var(--tx-bui-font-mono, "JetBrains Mono", ui-monospace, "SF Mono", monospace);font-size:11.5px;line-height:1.7}.tx-bui-code-stream .tx-bui-code-stream__line{animation:tx-bui-fade-up .25s var(--tx-ease-out-strong, cubic-bezier(.23, 1, .32, 1)) 0s both}@media(prefers-reduced-motion:reduce){.tx-bui-code-stream .tx-bui-code-stream__line{animation:none}}.tx-bui-code-stream .tx-bui-code-stream__line{display:flex}.tx-bui-code-stream .tx-bui-code-stream__lineno{flex:none;width:20px;color:color-mix(in oklab,var(--tx-bui-ink-3, #9a9da3) 60%,transparent);font-size:10.5px;line-height:1.86;text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tx-bui-code-stream .tx-bui-code-stream__content{padding-left:10px;white-space:pre}.tx-bui-code-stream .tx-bui-code-stream__code{font:inherit}.tx-bui-code-stream .tx-bui-code-stream__caret{display:inline-block;width:3px;height:12px;margin-left:2px;border-radius:999px;background:var(--tx-bui-accent, #0285ff);transform:translateY(2px)}.tx-bui-code-stream .tx-bui-code-stream__copy.tx-copy-button{gap:4px;height:24px;padding:0 6px;border:0;border-radius:var(--tx-bui-radius-chip, 6px);background:transparent;color:var(--tx-bui-ink-3, #9a9da3);font-size:11.5px;font-weight:500;transition:background-color .1s ease,color .1s ease}.tx-bui-code-stream .tx-bui-code-stream__copy.tx-copy-button:hover:not(:disabled){border:0;background:var(--tx-bui-hover, #f4f5f6);color:var(--tx-bui-ink, #1f2124)}.tx-bui-code-stream .tx-bui-code-stream__copy.tx-copy-button.is-copied{border:0;background:transparent;color:var(--tx-bui-green, #189a4d)}.tx-bui-code-stream .tx-bui-code-stream__copy.tx-copy-button .tx-copy-button__icon svg{width:10px;height:10px}@media(prefers-reduced-motion:reduce){.tx-bui-code-stream .tx-bui-code-stream__copy.tx-copy-button{transition:none}}
