.tx-chain-of-thought{font-size:12.5px}.tx-chain-of-thought .tx-chain-of-thought__header{display:inline-flex;align-items:center;gap:6px;padding:3px 0;border:none;background:transparent;color:var(--tx-text-color-secondary, #6b7280);font:inherit;cursor:pointer}.tx-chain-of-thought .tx-chain-of-thought__icon{display:inline-flex}.tx-chain-of-thought.is-thinking .tx-chain-of-thought__label{background:linear-gradient(90deg,var(--tx-text-color-secondary, #6b7280) 35%,var(--tx-text-color-primary, #111827) 50%,var(--tx-text-color-secondary, #6b7280) 65%);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;color:transparent;animation:tx-chain-shimmer 1.6s linear infinite}.tx-chain-of-thought .tx-chain-of-thought__count{padding:1px 7px;border-radius:999px;background:color-mix(in srgb,var(--tx-text-color-secondary, #6b7280) 12%,transparent);font-size:10.5px;font-weight:600}.tx-chain-of-thought .tx-chain-of-thought__chevron{display:inline-flex;transition:transform .2s cubic-bezier(.4,0,.2,1)}.tx-chain-of-thought .tx-chain-of-thought__chevron.is-open{transform:rotate(180deg)}.tx-chain-of-thought .tx-chain-of-thought__collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s cubic-bezier(.4,0,.2,1)}.tx-chain-of-thought .tx-chain-of-thought__collapse.is-open{grid-template-rows:1fr}.tx-chain-of-thought .tx-chain-of-thought__steps{min-height:0;overflow:hidden;margin:0;padding:4px 0 0;list-style:none}.tx-chain-of-thought .tx-chain-of-thought__step{position:relative;display:flex;gap:10px;padding:0 0 12px 2px}.tx-chain-of-thought .tx-chain-of-thought__step:before{content:"";position:absolute;top:18px;bottom:0;left:9px;width:1px;background:var(--tx-border-color-light, #e4e7ed)}.tx-chain-of-thought .tx-chain-of-thought__step:last-child{padding-bottom:2px}.tx-chain-of-thought .tx-chain-of-thought__step:last-child:before{display:none}.tx-chain-of-thought .tx-chain-of-thought__bullet{z-index:1;display:grid;flex:none;place-items:center;width:16px;height:16px;margin-top:1px;border:1px solid var(--tx-border-color-light, #e4e7ed);border-radius:999px;background:var(--tx-fill-color-blank, #fff);color:var(--tx-color-success, #67c23a)}.tx-chain-of-thought .tx-chain-of-thought__step[data-status=active] .tx-chain-of-thought__bullet{color:var(--tx-color-primary, #409eff)}.tx-chain-of-thought .tx-chain-of-thought__step[data-status=error] .tx-chain-of-thought__bullet{color:var(--tx-color-danger, #f56c6c)}.tx-chain-of-thought .tx-chain-of-thought__step[data-kind=tool][data-status=done] .tx-chain-of-thought__bullet{color:var(--tx-text-color-secondary, #6b7280)}.tx-chain-of-thought .tx-chain-of-thought__spin{animation:tx-chain-spin .9s linear infinite}.tx-chain-of-thought .tx-chain-of-thought__content{flex:1;min-width:0}.tx-chain-of-thought .tx-chain-of-thought__title{color:var(--tx-text-color-primary, #111827)}.tx-chain-of-thought .tx-chain-of-thought__duration{margin-left:5px;color:var(--tx-text-color-secondary, #6b7280);font-size:11px;font-variant-numeric:tabular-nums}.tx-chain-of-thought.is-thinking .tx-chain-of-thought__step[data-status=active] .tx-chain-of-thought__body{-webkit-mask-image:linear-gradient(180deg,#000 calc(100% - 1.6em),rgba(0,0,0,.4));mask-image:linear-gradient(180deg,#000 calc(100% - 1.6em),#0006)}.tx-chain-of-thought .tx-chain-of-thought__body{max-height:140px;margin-top:4px;overflow:auto;color:var(--tx-text-color-secondary, #6b7280);font-size:12px;line-height:1.6;word-break:break-word}.tx-chain-of-thought .tx-chain-of-thought__body.is-plain{white-space:pre-wrap}.tx-chain-of-thought .tx-chain-of-thought__md ol,.tx-chain-of-thought .tx-chain-of-thought__md p,.tx-chain-of-thought .tx-chain-of-thought__md ul{margin:0 0 .5em;padding-left:0}.tx-chain-of-thought .tx-chain-of-thought__md ol,.tx-chain-of-thought .tx-chain-of-thought__md ul{padding-left:1.3em}.tx-chain-of-thought .tx-chain-of-thought__md>:last-child{margin-bottom:0}.tx-chain-of-thought .tx-chain-of-thought__md strong{color:var(--tx-text-color-primary, #111827);font-weight:600}.tx-chain-of-thought .tx-chain-of-thought__md code{padding:.1em .3em;border-radius:4px;background:color-mix(in srgb,var(--tx-text-color-secondary, #6b7280) 10%,transparent);font-size:.9em}@keyframes tx-chain-shimmer{0%{background-position:200% 0}to{background-position:-100% 0}}@keyframes tx-chain-spin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.tx-chain-of-thought .tx-chain-of-thought__chevron,.tx-chain-of-thought .tx-chain-of-thought__collapse,.tx-chain-of-thought .tx-chain-of-thought__spin,.tx-chain-of-thought.is-thinking .tx-chain-of-thought__label{transition:none;animation:none}}
