@keyframes chat-typing-dot{0%,60%,to{opacity:.35;transform:translateY(0) scale(.9)}30%{opacity:1;transform:translateY(-3.5px) scale(1.05)}}.chat-typing-dot{display:inline-block;width:6px;height:6px;flex-shrink:0;border-radius:9999px;background-color:currentColor;animation:chat-typing-dot 1.2s ease-in-out infinite}.chat-thread-bg{background:radial-gradient(120% 70% at 50% -10%,color-mix(in oklch,var(--primary) 10%,transparent),transparent 58%),var(--card);overflow-anchor:none;scrollbar-width:thin;scrollbar-color:color-mix(in oklch,var(--foreground) 24%,transparent) transparent}.chat-thread-bg::-webkit-scrollbar{width:5px}.chat-thread-bg::-webkit-scrollbar-track{background:transparent;margin:10px 0}.chat-thread-bg::-webkit-scrollbar-thumb{background-color:color-mix(in oklch,var(--foreground) 22%,transparent);border-radius:99px}.chat-thread-bg::-webkit-scrollbar-thumb:hover{background-color:color-mix(in oklch,var(--foreground) 38%,transparent)}.chat-thread-enter{animation:chat-thread-in .42s var(--ease-spring) both}@keyframes chat-thread-in{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes chat-panel-in-mobile{0%{opacity:0;transform:translate3d(0,28px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes chat-panel-out-mobile{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,28px,0)}}@keyframes chat-panel-in{0%{opacity:0;transform:translate3d(8px,16px,0);clip-path:inset(20% 8% 0 42% round 1.25rem)}to{opacity:1;transform:translateZ(0);clip-path:inset(0 0 0 0 round 1.25rem)}}@keyframes chat-panel-out{0%{opacity:1;transform:translateZ(0);clip-path:inset(0 0 0 0 round 1.25rem)}to{opacity:0;transform:translate3d(8px,14px,0);clip-path:inset(24% 10% 0 44% round 1.25rem)}}.chat-panel-shell{transform-origin:50% 100%;isolation:isolate;background-color:var(--card);animation:chat-panel-in-mobile .35s var(--ease-spring) both}.chat-panel-shell.is-closing{animation:chat-panel-out-mobile .22s ease both;pointer-events:none}@media (min-width:640px){.chat-panel-shell{transform-origin:100% 100%;animation:chat-panel-in .46s var(--ease-spring) both}.chat-panel-shell.is-closing{animation:chat-panel-out .26s ease both}}@keyframes chat-msg-focus-pulse{0%{box-shadow:0 0 0 0 color-mix(in oklch,var(--primary) 42%,transparent)}to{box-shadow:0 0 0 10px transparent}}.chat-msg-focus{border-radius:1.15rem;outline:2px solid color-mix(in oklch,var(--primary) 55%,transparent);outline-offset:2px;animation:chat-msg-focus-pulse .9s ease-out 2}@media (prefers-reduced-motion:reduce){.chat-msg-focus,.chat-panel-shell,.chat-thread-enter,.chat-typing-dot{animation:none!important}}