@keyframes rs-spin{to{transform:rotate(360deg)}}@keyframes rs-dotPulse{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-1px)}}:root{--rs-border: #e5e7eb;--rs-text: #2f2f2f;--rs-muted: #8a8f98;--rs-bg: #ffffff;--rs-shadow: 0 1px 2px rgba(0, 0, 0, .04)}.rs-panel-wrapper{width:min(100%,42rem);background:transparent;box-shadow:none;overflow:visible;font-family:SF Pro Text,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.rs-panel{width:100%;max-width:100%;margin-top:6px;background:transparent;position:relative;font-family:SF Pro Text,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.rs-panel.isStreaming,.rs-panel.isIdle{border-top:0}.rs-panel:before,.rs-panel:after{content:"";position:absolute;left:0;right:0;height:20px;pointer-events:none;z-index:1}.rs-panel:before{top:0;background:linear-gradient(to bottom,#fffffff2,#ffffffb3,#fff0)}.rs-panel:after{bottom:0;background:linear-gradient(to top,#fffffff2,#ffffffb3,#fff0)}.rs-header{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.rs-titleStack{display:flex;min-width:0;align-items:center;gap:4px;line-height:1.1}.rs-headerIndicator{width:14px;height:14px;border-radius:999px;border:2px solid #d1d5db;border-left-color:#9ca3af;border-bottom-color:#9ca3af;flex-shrink:0;margin-right:4px}.rs-headerIndicatorSpinning{animation:rs-spin .9s linear infinite}.rs-title{font-size:14px;font-weight:500;color:#6b7280}.rs-header:hover .rs-title{color:var(--rs-text)}.rs-chevron{color:var(--rs-muted);flex-shrink:0;transition:transform .2s ease}.rs-chevron.isCollapsed{transform:rotate(-90deg)}.rs-body{height:auto;max-height:210px;overflow-y:auto;padding:16px 0 10px 8px;background:transparent;scroll-behavior:smooth}.rs-panel.isStreaming .rs-body{padding-left:28px}.rs-item{display:grid;grid-template-columns:14px minmax(0,1fr);column-gap:10px}.rs-item+.rs-item{margin-top:12px}.rs-rail{position:relative;display:flex;justify-content:center}.rs-rail:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:#e5e7eb;transform:translate(-50%)}.rs-railDot{position:relative;z-index:1;width:6px;height:6px;margin-top:6px;border-radius:999px;background:#d4d4d4}.rs-itemContent{min-width:0}.rs-reasoningGroup{margin-bottom:0}.rs-reasoningToggle{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:6px;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left;padding:0}.rs-reasoningTitle{font-size:14px;font-weight:500;color:#6b7280}.rs-reasoningToggle .rs-chevron,.rs-header .rs-chevron{width:12px;height:12px}.rs-reasoningBlock{border:0;background:transparent;border-radius:0;margin:8px 0 12px;padding:0;color:#3a3a3a;font-size:14px;line-height:1.55;font-family:SF Pro Text,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;white-space:pre-wrap}.rs-row{display:flex;gap:8px;align-items:flex-start;padding:4px 0}.rs-toolChildren{margin-top:12px}.rs-icon{width:14px;flex:0 0 14px;height:14px;margin-top:2px;position:relative;flex-shrink:0;overflow:visible}.rs-iconLens{animation:none;display:flex;align-items:center;justify-content:center}.rs-iconLens .rs-iconSvg{color:#c4c4c4;flex-shrink:0}.rs-iconDone,.rs-iconInterrupted,.rs-iconFailed{display:flex;align-items:center;justify-content:center}.rs-iconSvg.isDone{color:#9ca3af}.rs-iconSvg.isInterrupted{color:#f59e0b}.rs-iconSvg.isFailed{color:#d98c8c}.rs-rowText{color:#6b7280;font-size:14px;line-height:1.4;min-width:0}.rs-toolLoader{display:flex;align-items:center;gap:4px;margin-top:6px}.rs-toolDot{width:5px;height:5px;border-radius:999px;background:#c4c4c4;animation:rs-dotPulse 1.1s ease-in-out infinite}.rs-toolDot:nth-child(2){animation-delay:.15s}.rs-toolDot:nth-child(3){animation-delay:.3s}.rs-panel-wrapper.rs-compact .rs-header{padding:0}.rs-panel-wrapper.rs-compact .rs-title{font-size:13px}.rs-panel-wrapper.rs-compact .rs-headerIndicator{width:12px;height:12px}.rs-panel-wrapper.rs-compact .rs-body{max-height:170px;padding:14px 0 8px 6px}.rs-panel-wrapper.rs-compact .rs-panel.isStreaming .rs-body{padding-left:24px}.rs-panel-wrapper.rs-compact .rs-item{grid-template-columns:12px minmax(0,1fr);column-gap:8px}.rs-panel-wrapper.rs-compact .rs-item+.rs-item{margin-top:10px}.rs-panel-wrapper.rs-compact .rs-railDot{width:5px;height:5px;margin-top:5px}.rs-panel-wrapper.rs-compact .rs-reasoningGroup{margin-bottom:0}.rs-panel-wrapper.rs-compact .rs-reasoningToggle{padding:0}.rs-panel-wrapper.rs-compact .rs-reasoningTitle{font-size:13px}.rs-panel-wrapper.rs-compact .rs-reasoningBlock{margin:6px 0 10px;padding:0;font-size:12.5px;line-height:1.45}.rs-panel-wrapper.rs-compact .rs-row{gap:8px;padding:6px 0}.rs-panel-wrapper.rs-compact .rs-toolChildren{margin-top:10px}.rs-panel-wrapper.rs-compact .rs-icon{width:14px;height:14px;flex-basis:14px}.rs-panel-wrapper.rs-compact .rs-iconSvg{width:13px;height:13px}.rs-panel-wrapper.rs-compact .rs-rowText{font-size:13px;line-height:1.35}.rs-panel-wrapper.rs-compact .rs-toolLoader{margin-top:4px;gap:3px}.rs-panel-wrapper.rs-compact .rs-toolDot{width:4px;height:4px}.chat-scroll{position:relative}.chat-scroll:after{content:"";position:sticky;left:0;right:0;bottom:0;height:24px;display:block;pointer-events:none;background:linear-gradient(to top,#fff9,#fff0)}
