.chat-fab[data-v-79ea044e]{z-index:150;background:var(--color-accent);width:48px;height:48px;color:var(--color-accent-text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:max(20px,50vw - 680px);box-shadow:0 4px 16px #00000059}.chat-fab[data-v-79ea044e]:hover{transform:scale(1.07);box-shadow:0 6px 20px #0006}.chat-fab--open[data-v-79ea044e]{background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--color-border)}@media (width<=768px){.chat-fab[data-v-79ea044e]{bottom:92px;right:16px}}.chat-backdrop[data-v-79ea044e]{z-index:500;pointer-events:none;background:0 0;position:fixed;inset:0}@media (width<=899px){.chat-backdrop[data-v-79ea044e]{pointer-events:all;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080}}.chat-panel[data-v-79ea044e]{background:var(--bg-card);border:1px solid var(--color-border);pointer-events:all;border-radius:20px 20px 0 0;flex-direction:column;height:520px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -8px 40px #0006}@media (width>=600px) and (width<=899px){.chat-panel[data-v-79ea044e]{border-radius:16px;width:380px;height:560px;inset:80px max(16px,50vw - 684px) auto auto;box-shadow:0 8px 40px #0006}.chat-panel__handle[data-v-79ea044e]{display:none}}@media (width>=900px){.chat-panel[data-v-79ea044e]{border-radius:16px;width:360px;height:480px;inset:auto max(20px,50vw - 680px) 86px auto;box-shadow:0 8px 40px #00000059}.chat-panel__handle[data-v-79ea044e]{display:none}}.chat-panel__handle[data-v-79ea044e]{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;height:20px;display:flex}.chat-panel__handle-bar[data-v-79ea044e]{background:var(--color-border);border-radius:2px;width:36px;height:4px}.chat-panel__header[data-v-79ea044e]{border-bottom:1px solid var(--color-border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 16px;display:flex}.chat-panel__identity[data-v-79ea044e]{align-items:center;gap:8px;display:flex}.chat-panel__dot[data-v-79ea044e]{background:var(--color-success);border-radius:50%;width:8px;height:8px}.chat-panel__title[data-v-79ea044e]{color:var(--text-primary);font-size:15px;font-weight:600;font-family:var(--font-display)}.chat-panel__close[data-v-79ea044e]{background:var(--bg-surface);width:30px;height:30px;color:var(--text-muted);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.chat-panel__close[data-v-79ea044e]:hover{background:var(--bg-card-hover);color:var(--text-primary)}.chat-panel__messages[data-v-79ea044e]{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;flex-direction:column;flex:1;gap:10px;padding:14px 16px;display:flex;overflow-y:auto}.chat-welcome[data-v-79ea044e]{flex-direction:column;gap:10px;display:flex}.chat-welcome__text[data-v-79ea044e]{color:var(--text-secondary);margin:0;font-size:13px}.chat-suggestions[data-v-79ea044e]{flex-direction:column;gap:6px;display:flex}.chat-suggestion[data-v-79ea044e]{background:var(--bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--text-primary);text-align:left;cursor:pointer;padding:8px 12px;font-family:inherit;font-size:12px;transition:background .15s,border-color .15s}.chat-suggestion[data-v-79ea044e]:hover{background:var(--bg-card-hover);border-color:var(--color-accent)}.chat-msg[data-v-79ea044e]{display:flex}.chat-msg--user[data-v-79ea044e]{justify-content:flex-end}.chat-msg--assistant[data-v-79ea044e]{justify-content:flex-start}.chat-msg__bubble[data-v-79ea044e]{word-break:break-word;border-radius:12px;max-width:82%;padding:9px 12px;font-size:13px;line-height:1.5}.chat-msg--user .chat-msg__bubble[data-v-79ea044e]{background:var(--color-accent);color:var(--color-accent-text);border-bottom-right-radius:4px}.chat-msg--assistant .chat-msg__bubble[data-v-79ea044e]{background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--color-border-subtle);border-bottom-left-radius:4px}.chat-msg__bubble[data-v-79ea044e] p{margin:0 0 6px;line-height:1.5}.chat-msg__bubble[data-v-79ea044e] p:last-child{margin-bottom:0}.chat-msg__bubble[data-v-79ea044e] h1,.chat-msg__bubble[data-v-79ea044e] h2{color:var(--text-primary);border-bottom:1px solid var(--color-border-subtle);margin:8px 0 4px;padding-bottom:3px;font-size:13px;font-weight:700}.chat-msg__bubble[data-v-79ea044e] h3,.chat-msg__bubble[data-v-79ea044e] h4{color:var(--color-accent);text-transform:uppercase;letter-spacing:.03em;margin:8px 0 3px;font-size:12px;font-weight:600}.chat-msg__bubble[data-v-79ea044e] ul,.chat-msg__bubble[data-v-79ea044e] ol{margin:4px 0 4px 16px;padding:0}.chat-msg__bubble[data-v-79ea044e] li{margin-bottom:3px;line-height:1.5}.chat-msg__bubble[data-v-79ea044e] a{color:var(--color-accent);cursor:pointer;font-weight:500;text-decoration:underline}.chat-msg__bubble[data-v-79ea044e] a:hover{opacity:.8}.chat-msg__bubble[data-v-79ea044e] code{background:var(--bg-base);border-radius:3px;padding:1px 5px;font-family:monospace;font-size:12px}.chat-msg__bubble[data-v-79ea044e] pre{background:var(--bg-base);border-radius:var(--radius-sm);margin:6px 0;padding:8px 10px;overflow-x:auto}.chat-msg__bubble[data-v-79ea044e] pre code{background:0 0;padding:0}.chat-msg__bubble--typing[data-v-79ea044e]{align-items:center;gap:5px;padding:10px 14px;display:flex}.chat-msg__bubble--typing span[data-v-79ea044e]{background:var(--color-accent);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite typing-bounce-79ea044e}.chat-msg__bubble--typing span[data-v-79ea044e]:nth-child(2){animation-delay:.2s}.chat-msg__bubble--typing span[data-v-79ea044e]:nth-child(3){animation-delay:.4s}@keyframes typing-bounce-79ea044e{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.chat-panel__footer[data-v-79ea044e]{border-top:1px solid var(--color-border-subtle);flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.chat-input[data-v-79ea044e]{background:var(--bg-surface);border:1px solid var(--color-border);color:var(--text-primary);resize:none;border-radius:10px;outline:none;flex:1;min-height:38px;max-height:120px;padding:8px 12px;font-family:inherit;font-size:13px;line-height:1.4;transition:border-color .15s}.chat-input[data-v-79ea044e]:focus{border-color:var(--color-accent)}.chat-input[data-v-79ea044e]::placeholder{color:var(--text-muted)}.chat-send[data-v-79ea044e]{background:var(--color-accent);width:36px;height:36px;color:var(--color-accent-text);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s,background .15s;display:flex}.chat-send[data-v-79ea044e]:hover:not(:disabled){background:var(--color-accent-hover)}.chat-send[data-v-79ea044e]:disabled{opacity:.35;cursor:not-allowed}.chat-slide-enter-active[data-v-79ea044e],.chat-slide-leave-active[data-v-79ea044e]{transition:opacity .25s}.chat-slide-enter-active .chat-panel[data-v-79ea044e],.chat-slide-leave-active .chat-panel[data-v-79ea044e]{transition:transform .25s cubic-bezier(.32,.72,0,1),opacity .25s}.chat-slide-enter-from .chat-panel[data-v-79ea044e],.chat-slide-leave-to .chat-panel[data-v-79ea044e]{opacity:0;transform:translateY(30px)}.chat-slide-enter-from[data-v-79ea044e],.chat-slide-leave-to[data-v-79ea044e]{opacity:0}@media (width>=600px){.chat-slide-enter-active .chat-panel[data-v-79ea044e],.chat-slide-leave-active .chat-panel[data-v-79ea044e]{transition:transform .2s cubic-bezier(.34,1.56,.64,1),opacity .2s}.chat-slide-enter-from .chat-panel[data-v-79ea044e],.chat-slide-leave-to .chat-panel[data-v-79ea044e]{opacity:0;transform:translateY(12px)scale(.97)}}
