@keyframes cot-chat-slide-up{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes cot-chat-pulse{0%,to{box-shadow:var(--shadow-lift)}50%{box-shadow:var(--shadow-lift), 0 0 0 6px color-mix(in srgb, var(--color-coral) 22%, transparent)}}@keyframes cot-chat-typing{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.cot-creator-chat-root{z-index:100000;font-family:var(--font-body);pointer-events:auto;position:fixed;bottom:16px;right:16px}.cot-creator-chat-panel{background:var(--color-bg);box-shadow:var(--shadow-lift);border:1px solid var(--color-border);border-radius:var(--radius-lg);animation:cot-chat-slide-up var(--dur-base) var(--ease-soft) both;flex-direction:column;display:flex}.cot-creator-chat-header{z-index:2;position:relative;overflow:visible}.cot-creator-chat-launcher{cursor:pointer;background:var(--color-coral);width:56px;height:56px;color:var(--color-on-accent);box-shadow:var(--shadow-lift);transition:transform var(--dur-fast) var(--ease-soft);border:none;border-radius:999px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.cot-creator-chat-launcher:hover{transform:scale(1.04)}.cot-creator-chat-launcher--pulse{animation:cot-chat-pulse 2.4s var(--ease-soft) 2}.cot-creator-chat-launcher img{object-fit:cover;width:100%;height:100%}.cot-creator-chat-typing{border-radius:var(--radius-lg);background:var(--color-panel);box-shadow:var(--shadow-card);align-items:center;gap:4px;padding:10px 14px;display:inline-flex}.cot-creator-chat-typing span{background:var(--color-ink-muted);width:6px;height:6px;animation:cot-chat-typing 1.2s var(--ease-soft) infinite;border-radius:999px}.cot-creator-chat-typing span:nth-child(2){animation-delay:.15s}.cot-creator-chat-typing span:nth-child(3){animation-delay:.3s}.cot-creator-chat-history-skeleton{flex-direction:column;gap:8px;padding:8px 0;display:flex}.cot-creator-chat-history-skeleton div{border-radius:var(--radius-md);background:linear-gradient(90deg, var(--color-panel) 0%, color-mix(in srgb, var(--color-amber-soft) 40%, var(--color-panel)) 50%, var(--color-panel) 100%);height:44px;animation:cot-shimmer 1.4s var(--ease-soft) infinite;background-size:200% 100%}.cot-creator-chat-panel__body{border-radius:0 0 var(--radius-lg) var(--radius-lg);flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.cot-creator-chat-panel--expanded{width:min(560px,96vw)!important;height:min(720px,92vh)!important}.cot-creator-chat-messages{flex:1;min-width:0;padding:12px 14px;overflow:hidden auto}.cot-creator-chat-header-btn{color:var(--color-bg);cursor:pointer;opacity:.85;border-radius:var(--radius-sm);transition:opacity var(--dur-fast) var(--ease-soft);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:relative}.cot-creator-chat-header-btn:hover{opacity:1}.cot-creator-chat-header-btn:disabled{opacity:.4;cursor:not-allowed}.cot-creator-chat-badge{background:var(--color-coral);min-width:14px;height:14px;color:var(--color-on-accent);font-family:var(--font-mono);text-align:center;border-radius:999px;padding:0 4px;font-size:9px;font-weight:700;line-height:14px;position:absolute;top:-2px;right:-4px}.cot-creator-chat-attach-preview{border-radius:var(--radius-md);background:var(--color-panel);border:1px solid var(--color-border);align-items:center;gap:8px;max-width:100%;padding:6px 8px;display:inline-flex}.cot-creator-chat-attach-preview img{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;width:48px;height:48px}.cot-creator-chat-attach-preview span{color:var(--color-ink-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.cot-creator-chat-attach-remove{cursor:pointer;color:var(--color-ink-muted);opacity:.7;background:0 0;border:none;flex-shrink:0;padding:2px;display:flex}.cot-creator-chat-attach-remove:hover{opacity:1}.cot-creator-chat-bubble{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow-wrap:anywhere;word-break:break-word;min-width:0;padding:10px 12px;font-size:14px;line-height:1.45}.cot-creator-chat-bubble--user{white-space:pre-wrap}.cot-creator-chat-bubble-row{align-items:flex-end;gap:6px;min-width:0;max-width:88%;display:flex}.cot-creator-chat-bubble-row a{color:var(--color-coral);font-weight:600}.cot-creator-chat-bubble--user a{color:inherit;text-decoration:underline}.cot-chat-md{font-family:var(--font-body);font-size:14px;line-height:1.45}.cot-chat-md p.cot-chat-md-p{margin:0 0 .5em}.cot-chat-md p.cot-chat-md-p:last-child{margin-bottom:0}.cot-chat-md-ul,.cot-chat-md-ol{margin:.35em 0 .5em;padding-left:1.25em}.cot-chat-md-li{margin:.15em 0}.cot-chat-md-code{font-family:var(--font-mono);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--color-ink) 8%, transparent);overflow-wrap:anywhere;padding:.1em .35em;font-size:.9em}.cot-chat-md-code-block{font-family:var(--font-mono);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--color-ink) 8%, transparent);white-space:pre-wrap;overflow-wrap:anywhere;padding:8px 10px;font-size:.85em;display:block;overflow-x:auto}.cot-chat-md a{color:var(--color-coral);overflow-wrap:anywhere;font-weight:600}.cot-chat-md-strong{font-weight:700}.cot-creator-chat-page{background:var(--color-bg);flex-direction:column;height:100dvh;display:flex}@media (prefers-reduced-motion:reduce){.cot-creator-chat-panel,.cot-creator-chat-launcher--pulse,.cot-creator-chat-typing span,.cot-creator-chat-history-skeleton div{animation:none}.cot-creator-chat-launcher:hover{transform:none}}
