@keyframes ct-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ct-check-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}@keyframes ct-line-grow{0%{height:0}to{height:100%}}@keyframes ct-shimmer-text{0%,to{opacity:.6}50%{opacity:1}}@keyframes ct-pulse-ring{0%,to{box-shadow:0 0 0 0 var(--accent-ring-color, rgba(111,56,197,.45))}50%{box-shadow:0 0 0 6px var(--accent-ring-fade, rgba(111,56,197,0))}}.copilot-timeline{background:var(--white);border:.5px solid var(--darkGray);border-radius:12px;padding:14px 16px;font-family:var(--font-sans, system-ui, sans-serif);direction:ltr;text-align:left;max-width:440px;font-size:13px;--accent-ring-color: rgba(111,56,197,.45);--accent-ring-fade: rgba(111,56,197,0)}.copilot-timeline__header{display:flex;align-items:center;gap:8px;margin-bottom:14px;padding-bottom:10px;border-bottom:.5px solid var(--darkGray)}.copilot-timeline__pulse{width:8px;height:8px;border-radius:50%;background:var(--purple);animation:ct-pulse-ring 1.6s ease-in-out infinite;flex-shrink:0}.copilot-timeline__header-text{font-size:12px;font-weight:500;color:var(--lessDark)}.copilot-timeline__counter{margin-left:auto;font-size:11px;color:var(--gray);white-space:nowrap}.copilot-timeline__row{display:flex;gap:10px;animation:ct-slide-in .28s ease-out both}.copilot-timeline__left{display:flex;flex-direction:column;align-items:center;width:26px;flex-shrink:0}.copilot-timeline__icon{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .35s ease,border-color .35s ease}.copilot-timeline__icon--done{background:var(--purple);animation:ct-check-pop .3s cubic-bezier(.175,.885,.32,1.275) both}.copilot-timeline__icon--active{background:var(--bgPurple)}.copilot-timeline__icon--pending{border:2px solid var(--darkGray);background:transparent}.copilot-timeline__spinner{width:16px;height:16px;border-radius:50%;border:2.2px solid var(--purple);border-top-color:transparent;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.copilot-timeline__connector{width:2px;flex-grow:1;min-height:18px;background:var(--darkGray);margin:3px auto;border-radius:1px;transition:background .4s ease;position:relative;overflow:hidden}.copilot-timeline__connector--filled{background:var(--purple);animation:ct-line-grow .35s ease-out both}.copilot-timeline__body{padding-top:4px;min-width:0;flex:1}.copilot-timeline__title{font-size:13px;font-weight:500;line-height:1.4;color:var(--lessDark);display:inline}.copilot-timeline__title--done{color:var(--lessDark)}.copilot-timeline__title--active{color:var(--purple)!important}.copilot-timeline__live-tag{display:inline-block;margin-left:6px;font-size:11px;font-weight:400;color:var(--purple);animation:ct-shimmer-text 1.4s ease-in-out infinite}.copilot-timeline__desc{margin:2px 0 0;font-size:11.5px;color:var(--gray);line-height:1.5;white-space:pre-wrap}
