@keyframes session-spin{to{transform:rotate(360deg)}}
@keyframes live-cursor{0%,45%{opacity:1}65%,100%{opacity:.15}}
@keyframes status-breathe{0%,100%{opacity:.35}50%{opacity:1}}
.running-spinner{animation:session-spin 1.2s linear infinite;transform-origin:center;flex-shrink:0}
.workspace-session-open .running-spinner{width:15px;height:15px;opacity:1;filter:invert(50%) sepia(65%) saturate(583%) hue-rotate(96deg)}
.reasoning-panel.is-running summary{color:#229863}
.reasoning-panel.is-running summary::after{content:'•••';letter-spacing:2px;animation:status-breathe 1.1s ease-in-out infinite}
.reasoning-live .reasoning-text:not(:empty)::after{content:'';display:inline-block;width:2px;height:1em;margin-left:3px;vertical-align:-2px;background:#29b675;animation:live-cursor .9s ease-in-out infinite}
.reasoning-body{max-height:260px;overscroll-behavior:contain;overflow-anchor:none}
.reasoning-latest{display:block;margin:8px 0 0 auto;padding:4px 10px;color:#20945f;font-size:12px;border:1px solid #ccebdc;border-radius:12px;background:#f4fcf8}
.reasoning-latest[hidden]{display:none}
.personal-skill-actions{display:flex;justify-content:flex-end;margin:-6px 0 12px}
.personal-skill-card-actions{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #efefef;margin:10px 14px 0;padding:9px 0 0;gap:8px}
.personal-skill-card-actions button{padding:5px 8px;font-size:12px;display:flex;align-items:center;gap:5px}
.personal-skill-card-actions img{width:14px;height:14px}
.skill-delete{color:#8b8f96;background:transparent;border:0}
.skill-delete:hover{color:#c74747;background:#fff4f4;border-radius:6px}
@media(prefers-reduced-motion:reduce){.running-spinner{animation:status-breathe 2s ease-in-out infinite}.reasoning-live .reasoning-text:not(:empty)::after{animation-duration:2s}}
@media(max-width:640px){.personal-skill-card-actions{margin-inline:10px}.reasoning-body{max-height:210px}}
.queue-status{display:flex;flex-direction:column;align-items:flex-start;gap:7px;margin:12px 0 18px;color:#687385}
.queue-primary{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px}
.queue-primary>img{width:16px;height:16px;opacity:.65}.queue-primary>strong{font-weight:500;color:#38475a}
.queue-detail{font-size:12px;line-height:1.6;color:#8992a0;padding-left:24px}
.skill-edit-summary{display:flex;align-items:center;flex-wrap:wrap;gap:4px 12px;margin:12px 0;color:#687385;font-size:12px;line-height:1.6}
.skill-edit-summary .text-action{min-height:32px;padding:5px 8px;color:#426694;font-size:12px;border-radius:6px}
.skill-edit-summary .text-action:hover{background:#eef4fb}
