@keyframes copilot-slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.copilot-message-enter{animation:.3s ease-out copilot-slideUp}@keyframes copilot-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.copilot-shimmer{background:linear-gradient(90deg,transparent 30%,color-mix(in srgb,var(--primary)8%,transparent)50%,transparent 70%);background-size:200% 100%;animation:2s ease-in-out infinite copilot-shimmer}@keyframes copilot-blink{0%,50%{opacity:1}51%,to{opacity:0}}.copilot-cursor-blink:after{content:"▮";color:hsl(var(--primary));margin-left:2px;animation:1s infinite copilot-blink}@keyframes copilot-pulse-fade{0%,to{opacity:1}50%{opacity:.5}}.copilot-pulse-3{animation:2s cubic-bezier(.4,0,.6,1) 3 copilot-pulse-fade}@keyframes copilot-fillRing{0%{stroke-dashoffset:283px}}.copilot-score-ring{animation:1s ease-out copilot-fillRing}.copilot-shimmer-simple{border-left:2px solid color-mix(in srgb,var(--primary)40%,transparent);animation:2s cubic-bezier(.4,0,.6,1) infinite copilot-pulse-fade}.copilot-stagger-enter{animation:.3s ease-out copilot-slideUp;animation-delay:calc(var(--stagger-index,0)*60ms);animation-fill-mode:both}.copilot-quick-action-enter{animation:.25s ease-out .15s both copilot-slideUp}@keyframes copilot-text-glow{0%{opacity:.5}to{opacity:1}}.copilot-streaming .prose-chat>:last-child{animation:.3s ease-out copilot-text-glow}@keyframes slideRight{0%{transform:translate(-100%)}to{transform:translate(400%)}}@media (prefers-reduced-motion:reduce){.copilot-message-enter,.copilot-shimmer,.copilot-cursor-blink:after,.copilot-pulse-3,.copilot-score-ring,.copilot-streaming .prose-chat>:last-child,.copilot-shimmer-simple,.copilot-stagger-enter,.copilot-quick-action-enter{animation:none}}
