.chat-toggle[data-v-f36ee3fa]{background:var(--color-primary,#3b82f6);color:#fff;cursor:pointer;z-index:50;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,opacity .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 16px #00000040}.chat-toggle[data-v-f36ee3fa]:hover{transform:scale(1.05)}.chat-toggle--open[data-v-f36ee3fa]{opacity:0;pointer-events:none;transform:scale(.8)}.chat-panel[data-v-f36ee3fa]{z-index:51;background-color:var(--color-surface-2);border-left:1px solid var(--color-border);flex-direction:column;width:380px;max-width:100vw;height:calc(100vh - 48px);display:flex;position:fixed;top:48px;right:0;box-shadow:-8px 0 32px #00000026}.chat-slide-enter-active[data-v-f36ee3fa],.chat-slide-leave-active[data-v-f36ee3fa]{transition:transform .25s}.chat-slide-enter-from[data-v-f36ee3fa],.chat-slide-leave-to[data-v-f36ee3fa]{transform:translate(100%)}.chat-header[data-v-f36ee3fa]{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.chat-header__title[data-v-f36ee3fa]{color:var(--color-text-primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.chat-header__close[data-v-f36ee3fa]{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem}.chat-messages[data-v-f36ee3fa]{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.chat-empty[data-v-f36ee3fa]{text-align:center;color:var(--color-text-secondary);padding:2rem 1rem}.chat-suggestions[data-v-f36ee3fa]{flex-direction:column;gap:.375rem;margin-top:1rem;display:flex}.chat-suggestion[data-v-f36ee3fa]{border:1px solid var(--color-border);background:var(--color-surface-3);color:var(--color-text-secondary);cursor:pointer;text-align:left;border-radius:.5rem;padding:.5rem .75rem;font-size:.75rem;transition:border-color .15s}.chat-suggestion[data-v-f36ee3fa]:hover{border-color:var(--color-border-strong);color:var(--color-text-primary)}.chat-msg[data-v-f36ee3fa]{display:flex}.chat-msg--user[data-v-f36ee3fa]{justify-content:flex-end}.chat-msg--assistant[data-v-f36ee3fa]{justify-content:flex-start}.chat-msg__bubble[data-v-f36ee3fa]{border-radius:.75rem;max-width:85%;padding:.625rem .875rem;font-size:.8125rem;line-height:1.5}.chat-msg--user .chat-msg__bubble[data-v-f36ee3fa]{background:var(--color-primary,#3b82f6);color:#fff;border-bottom-right-radius:.25rem}.chat-msg--assistant .chat-msg__bubble[data-v-f36ee3fa]{background:var(--color-surface-3);color:var(--color-text-primary);border-bottom-left-radius:.25rem}.chat-msg__text[data-v-f36ee3fa] code{background:color-mix(in srgb, var(--color-surface-1) 50%, transparent);border-radius:.25rem;padding:.125rem .25rem;font-size:.75rem}.chat-msg__actions[data-v-f36ee3fa]{flex-direction:column;gap:.25rem;margin-top:.5rem;display:flex}.chat-action[data-v-f36ee3fa]{background:color-mix(in srgb, var(--color-surface-1) 50%, transparent);border-radius:.375rem;align-items:center;gap:.375rem;padding:.25rem .5rem;font-size:.6875rem;display:flex}.chat-action.success[data-v-f36ee3fa]{color:#22c55e}.chat-action.error[data-v-f36ee3fa]{color:#ef4444}.chat-typing[data-v-f36ee3fa]{gap:4px;padding:4px 0;display:flex}.chat-typing span[data-v-f36ee3fa]{background:var(--color-text-secondary);border-radius:50%;width:6px;height:6px;animation:1.2s infinite typing-f36ee3fa}.chat-typing span[data-v-f36ee3fa]:nth-child(2){animation-delay:.2s}.chat-typing span[data-v-f36ee3fa]:nth-child(3){animation-delay:.4s}@keyframes typing-f36ee3fa{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-progress[data-v-f36ee3fa]{padding:.75rem!important}.chat-progress__step[data-v-f36ee3fa]{color:var(--color-text-secondary);align-items:center;gap:.5rem;padding:.25rem 0;font-size:.75rem;display:flex}.chat-progress__step.active[data-v-f36ee3fa]{color:var(--color-text-primary)}.chat-progress__step i[data-v-f36ee3fa]{text-align:center;width:14px}.chat-input[data-v-f36ee3fa]{border-top:1px solid var(--color-border);align-items:flex-end;gap:.5rem;padding:.75rem 1rem;display:flex}.chat-input textarea[data-v-f36ee3fa]{resize:none;border:1px solid var(--color-border);background:var(--color-surface-1);color:var(--color-text-primary);border-radius:.5rem;outline:none;flex:1;min-height:36px;max-height:120px;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;line-height:1.4}.chat-input textarea[data-v-f36ee3fa]:focus{border-color:var(--color-border-strong)}.chat-send[data-v-f36ee3fa]{background:var(--color-primary,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .15s;display:flex}.chat-send[data-v-f36ee3fa]:disabled{opacity:.4;cursor:default}
