code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}pre[class*=language-]{padding:0;margin:0;border:none}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding:0;margin:0;::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:10px;-webkit-transition:background .3s ease,box-shadow .3s ease;transition:background .3s ease,box-shadow .3s ease}::-webkit-scrollbar-thumb:hover{background:#6b7280;box-shadow:0 0 10px #6b7280}scrollbar-width:thin;scrollbar-color:#4b5563 #1f2937}html{transition:background-color .2s ease-in-out,color .2s ease-in-out}:root{--thinking-border-color:rgba(0,0,0,0.1);--thinking-bg-color:transparent;--thinking-text-color:#6b7280;--thinking-title-color:#374151;--thinking-fade-start:rgba(249,250,251,1);--thinking-fade-end:rgba(249,250,251,0);--thinking-fade-start-rgb:249,250,251}.dark{--thinking-border-color:rgba(255,255,255,0.1);--thinking-bg-color:transparent;--thinking-text-color:#9ca3af;--thinking-title-color:#e5e7eb;--thinking-fade-start:rgba(30,41,59,1);--thinking-fade-end:rgba(30,41,59,0);--thinking-fade-start-rgb:30,41,59}.thinking-box{width:98%;max-width:100%;position:relative}.dark .thinking-box *{border-color:rgba(255,255,255,.1)}.thinking-box__container{border:1px solid var(--thinking-border-color);border-radius:.75rem;background-color:var(--thinking-bg-color);overflow:hidden;transition:all .2s ease-in-out;box-shadow:0 1px 2px rgba(0,0,0,.05);transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.thinking-box__container--collapsed{border-color:var(--thinking-border-color);opacity:.9}.thinking-box__container--no-preview{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.thinking-box__container--no-preview .thinking-box__header{border-bottom:none}.thinking-box__container--transitioning{pointer-events:none}.dark .thinking-box__container--transitioning{border-color:rgba(255,255,255,.1)}.dark .thinking-box__container--transitioning .thinking-box__header{border-bottom-color:rgba(255,255,255,.1)}.dark .thinking-box__container--transitioning .thinking-box__content,.dark .thinking-box__container--transitioning .thinking-box__preview--crawling{border-top-color:rgba(255,255,255,.1)}.thinking-box__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom:1px solid var(--thinking-border-color)}.thinking-box__header:hover{background-color:rgba(0,0,0,.02)}.dark .thinking-box__header:hover{background-color:rgba(255,255,255,.02)}.thinking-box__title{display:flex;align-items:center;gap:.5rem;color:var(--thinking-title-color)}.thinking-box__icon{color:var(--thinking-text-color);margin-right:.25rem;animation:pulse 1.5s ease-in-out infinite}.thinking-box__title-text{font-size:.8rem;font-weight:500}.thinking-box__timer{font-size:.8rem;color:var(--thinking-text-color)}.thinking-box__collapse-icon{color:var(--thinking-text-color);display:flex;align-items:center}.thinking-box__content{border-top:1px solid var(--thinking-border-color);padding:1.25rem;max-height:400px;overflow-y:auto;color:var(--thinking-text-color);animation:fadeIn .3s ease-in-out}.thinking-box__markdown{font-size:.875rem;color:var(--thinking-text-color);line-height:1.5;overflow-wrap:break-word}.thinking-box__preview{position:relative;height:2.5rem;overflow:hidden;width:100%;padding:.15rem 0;transition:all .35s cubic-bezier(.16,1,.3,1)}.thinking-box__preview--crawling{height:5rem;transition:all .5s cubic-bezier(.16,1,.3,1);border-top:1px solid var(--thinking-border-color);background-color:rgba(0,0,0,.01)}.dark .thinking-box__preview--crawling{background-color:rgba(255,255,255,.025)}.thinking-box__fade-container{position:relative;height:100%;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.thinking-box__fade-container:after,.thinking-box__fade-container:before{content:"";position:absolute;left:0;right:0;height:.85rem;z-index:10;pointer-events:none;transition:all .3s cubic-bezier(.16,1,.3,1);opacity:.95}.thinking-box__fade-container:before{top:0;background:linear-gradient(to bottom,var(--thinking-fade-start),rgba(var(--thinking-fade-start-rgb,249,250,251),.85) 25%,var(--thinking-fade-end) 100%)}.thinking-box__fade-container:after{bottom:0;background:linear-gradient(to top,var(--thinking-fade-start),rgba(var(--thinking-fade-start-rgb,249,250,251),.85) 25%,var(--thinking-fade-end) 100%)}.dark .thinking-box__fade-container:before{background:linear-gradient(to bottom,var(--thinking-fade-start),rgba(var(--thinking-fade-start-rgb,30,41,59),.85) 25%,var(--thinking-fade-end) 100%)}.dark .thinking-box__fade-container:after{background:linear-gradient(to top,var(--thinking-fade-start),rgba(var(--thinking-fade-start-rgb,30,41,59),.85) 25%,var(--thinking-fade-end) 100%)}.thinking-box__preview--crawling .thinking-box__fade-container:after,.thinking-box__preview--crawling .thinking-box__fade-container:before{height:1.5rem;opacity:.95}.thinking-box__scroll-content{padding:.75rem 1rem;height:100%;width:100%;overflow-y:hidden;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:antialiased;-webkit-mask-image:linear-gradient(180deg,transparent,black 12%,black 88%,transparent);mask-image:linear-gradient(180deg,transparent,black 12%,black 88%,transparent)}.thinking-box__preview--crawling .thinking-box__preview-text{line-height:1.6}.thinking-box__expand-prompt{display:none}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scrollText{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.thinking-box__preview-text{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.7rem;color:var(--thinking-text-color);white-space:pre-wrap;margin:0;display:block;opacity:.85;line-height:1.4;transition:all .3s ease}.thinking-box__preview--crawling .thinking-box__scroll-content{-webkit-mask-image:linear-gradient(180deg,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(180deg,transparent,black 8%,black 92%,transparent);padding:.75rem 1rem;transition:height .3s ease-out}.thinking-box__preview--crawling .thinking-box__preview-text{opacity:.98;font-size:.75rem;line-height:1.7;text-shadow:0 0 .1px rgba(0,0,0,.2)}.thinking-box__preview{transition:all .25s cubic-bezier(.16,1,.3,1)}.thinking-box__container--collapsed .thinking-box__header:hover{background-color:rgba(0,0,0,.03)}.dark .thinking-box__container--collapsed .thinking-box__header:hover{background-color:rgba(255,255,255,.03)}