.collapsible-container{border:1px solid hsl(var(--border));border-radius:.5rem;overflow:hidden}.collapsible-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;cursor:pointer}.collapsible-header,.collapsible-header:hover{background-color:#000000;color:hsl(var(--muted-foreground))}.collapsible-title{display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500}.collapsible-arrow{transition:transform .3s ease}.collapsible-container.is-open .collapsible-arrow{transform:rotate(180deg)}.thought-process-container{padding:.5rem 1.5rem 1rem;max-height:0;overflow:hidden;transition:max-height .5s ease-out;background-color:#000000}.collapsible-container.is-open .thought-process-container{max-height:300px;overflow-y:auto;transition:max-height .5s ease-in}.step{display:flex;position:relative;opacity:0;transform:translateY(10px);animation:fadeIn .5s ease-out forwards}.step:first-child{animation-delay:.2s}.step:nth-child(2){animation-delay:.4s}.step:nth-child(3){animation-delay:.6s}.step:nth-child(4){animation-delay:.8s}.step:nth-child(5){animation-delay:1s}.step:nth-child(6){animation-delay:1.2s}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.timeline{position:absolute;left:14px;top:28px;bottom:-8px;width:2px;background-color:hsl(var(--border))}.step:last-child .timeline{display:none}.icon-container{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1;background-color:#000000;border-width:2px}.icon-container svg{width:16px;height:16px}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.content{padding-left:.75rem;padding-bottom:1.25rem;color:hsl(var(--muted-foreground));width:100%;overflow:hidden}.content-title{font-weight:500;color:hsl(var(--card-foreground));font-size:.875rem}.content-body{font-size:.825rem;margin-top:.25rem}.content-body,.tool-call{color:hsl(var(--muted-foreground));white-space:pre-wrap;word-break:break-word}.tool-call{background-color:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:.375rem;padding:.5rem .75rem;margin-top:.5rem;font-size:.8rem}