.launcher.svelte-cf0snt{background:linear-gradient(135deg, var(--color-sw-flame-2) 0%, var(--color-sw-flame) 60%, var(--color-sw-flame-deep) 100%);color:#fff;cursor:pointer;width:56px;height:56px;box-shadow:inset 0 1px 0 #ffffff38, 0 1px 0 rgb(var(--color-sw-flame-rgb) / .2), 0 18px 40px -14px rgb(var(--color-sw-flame-rgb) / .65);z-index:60;border:0;border-radius:999px;justify-content:center;align-items:center;transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .2s;display:inline-flex;position:fixed;bottom:24px;right:24px}.launcher.svelte-cf0snt:hover{box-shadow:inset 0 1px 0 #ffffff4d, 0 1px 0 rgb(var(--color-sw-flame-rgb) / .25), 0 24px 48px -14px rgb(var(--color-sw-flame-rgb) / .8);transform:scale(1.05)}.launcher.open.svelte-cf0snt{transform:rotate(90deg)}.badge.svelte-cf0snt{color:var(--sw-fg-on-elev);border:2px solid var(--color-sw-cream);width:18px;height:18px;font-size:10px;font-weight:700;font-family:var(--font-mono);background:#ef6855;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:-4px;right:-4px}.ping.svelte-cf0snt{border:2px solid var(--color-sw-ink);border-radius:999px;animation:2s ease-out infinite svelte-cf0snt-ping;position:absolute;inset:0}@keyframes svelte-cf0snt-ping{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.panel.svelte-cf0snt{background:var(--color-sw-cream);width:min(380px,100vw - 32px);height:min(560px,100vh - 130px);box-shadow:0 1px 0 rgb(var(--sw-fg-rgb) / .06), 0 40px 80px -20px rgb(var(--sw-fg-rgb) / .45);border:1px solid rgb(var(--sw-fg-rgb) / .08);z-index:60;border-radius:18px;flex-direction:column;animation:.28s cubic-bezier(.2,.8,.2,1) svelte-cf0snt-panel-in;display:flex;position:fixed;bottom:92px;right:24px;overflow:hidden}@keyframes svelte-cf0snt-panel-in{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.panel-head.svelte-cf0snt{background:var(--color-sw-ink);color:var(--sw-fg-on-elev);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.panel-id.svelte-cf0snt{align-items:center;gap:12px;display:flex}.avatar.svelte-cf0snt{background:var(--color-sw-cream);width:36px;height:36px;color:var(--sw-fg);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.panel-name.svelte-cf0snt{font-family:var(--font-sw-display);color:var(--sw-fg-on-elev);font-size:18px;font-style:italic;line-height:1;display:block}.panel-status.svelte-cf0snt{color:rgb(var(--sw-bg-rgb) / .65);align-items:center;gap:6px;margin-top:4px;font-size:11px;display:inline-flex}.status-dot.svelte-cf0snt{background:#6cd97e;border-radius:999px;width:6px;height:6px;animation:1.6s ease-in-out infinite svelte-cf0snt-pulse;box-shadow:0 0 0 3px #6cd97e40}@keyframes svelte-cf0snt-pulse{0%,to{opacity:1}50%{opacity:.4}}.head-close.svelte-cf0snt{background:rgb(var(--sw-bg-rgb) / .1);color:var(--sw-fg-on-elev);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .16s;display:inline-flex}.head-close.svelte-cf0snt:hover{background:rgb(var(--sw-bg-rgb) / .2)}.panel-body.svelte-cf0snt{background:radial-gradient(ellipse at top, rgb(var(--sw-fg-rgb) / .04), transparent 50%), var(--color-sw-cream);flex-direction:column;flex:1;gap:14px;padding:18px;display:flex;overflow-y:auto}.msg.svelte-cf0snt{align-items:flex-end;gap:8px;animation:.24s cubic-bezier(.2,.8,.2,1) svelte-cf0snt-msg-in;display:flex}@keyframes svelte-cf0snt-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.msg-bot.svelte-cf0snt{align-self:flex-start;max-width:88%}.msg-user.svelte-cf0snt{flex-direction:row-reverse;align-self:flex-end;max-width:88%}.msg-avatar.svelte-cf0snt{background:var(--color-sw-ink);width:22px;height:22px;color:var(--sw-fg-on-elev);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.msg-content.svelte-cf0snt{flex-direction:column;gap:6px;display:flex}.msg-bubble.svelte-cf0snt{color:var(--sw-fg);background:var(--color-sw-chalk);border:1px solid rgb(var(--sw-fg-rgb) / .06);border-radius:14px 14px 14px 4px;padding:10px 14px;font-size:13px;line-height:1.5}.msg-user.svelte-cf0snt .msg-bubble:where(.svelte-cf0snt){background:var(--color-sw-ink);color:var(--sw-fg-on-elev);border-color:var(--sw-fg);border-bottom-right-radius:4px;border-bottom-left-radius:14px}.typing.svelte-cf0snt{align-items:center;gap:4px;padding:12px 14px;display:inline-flex}.typing.svelte-cf0snt span:where(.svelte-cf0snt){background:rgb(var(--sw-fg-rgb) / .4);border-radius:999px;width:6px;height:6px;animation:1.2s ease-in-out infinite svelte-cf0snt-dot}.typing.svelte-cf0snt span:where(.svelte-cf0snt):nth-child(2){animation-delay:.15s}.typing.svelte-cf0snt span:where(.svelte-cf0snt):nth-child(3){animation-delay:.3s}@keyframes svelte-cf0snt-dot{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.quick-row.svelte-cf0snt{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.quick-btn.svelte-cf0snt{background:var(--color-sw-cream);border:1px solid rgb(var(--sw-fg-rgb) / .18);color:var(--sw-fg);cursor:pointer;text-align:left;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:500;transition:all .16s}.quick-btn.svelte-cf0snt:hover{background:var(--color-sw-ink);color:var(--sw-fg-on-elev);border-color:var(--sw-fg);transform:translateY(-1px)}.panel-input.svelte-cf0snt{border-top:1px solid rgb(var(--sw-fg-rgb) / .08);background:var(--color-sw-chalk);gap:8px;padding:12px 14px;display:flex}.panel-input.svelte-cf0snt input:where(.svelte-cf0snt){background:var(--color-sw-cream);border:1px solid rgb(var(--sw-fg-rgb) / .12);color:var(--sw-fg);border-radius:10px;outline:none;flex:1;padding:10px 14px;font-size:13px;transition:border-color .16s}.panel-input.svelte-cf0snt input:where(.svelte-cf0snt):focus{border-color:var(--sw-fg)}.send-btn.svelte-cf0snt{background:var(--color-sw-ink);color:var(--sw-fg-on-elev);cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .16s,transform .16s;display:inline-flex}.send-btn.svelte-cf0snt:hover:not(:disabled){background:var(--color-sw-soot);transform:translateY(-1px)}.send-btn.svelte-cf0snt:disabled{opacity:.4;cursor:not-allowed}.panel-foot.svelte-cf0snt{border-top:1px solid rgb(var(--sw-fg-rgb) / .06);color:rgb(var(--sw-fg-rgb) / .45);text-align:center;background:var(--color-sw-chalk);font-size:10px;font-family:var(--font-mono);padding:8px 14px}body:has(.sw-scope){background:var(--color-sw-cream-2)}.sw-scope.svelte-1uha8ag{background:var(--color-sw-cream-2)}main.stack.svelte-1uha8ag{background:var(--color-sw-cream-2);flex-direction:column;gap:clamp(64px,8vw,128px);display:flex}main.stack.svelte-1uha8ag>:first-child{margin-top:0}main.stack.svelte-1uha8ag>:last-child{margin-bottom:0}
