:root{--color-bg:#0f1117;--color-surface:#1a1d27;--color-surface-2:#22263a;--color-border:#2e3347;--color-accent:#6c63ff;--color-accent-hover:#7c74ff;--color-text:#e8eaf0;--color-text-muted:#7b82a0;--color-user-bubble:#6c63ff;--color-ai-bubble:#1a1d27;--color-error:#ff6b6b;--radius:12px;--radius-bubble:18px;--font:"Inter", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{background:var(--color-bg);height:100%;color:var(--color-text);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.6}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.app-shell{background:var(--color-bg);height:100%;min-height:100vh}.message[data-v-ffda2a25]{gap:12px;max-width:85%;animation:.2s ease-out fadeIn-ffda2a25;display:flex}@keyframes fadeIn-ffda2a25{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.message--user[data-v-ffda2a25]{flex-direction:row-reverse;align-self:flex-end}.message--assistant[data-v-ffda2a25]{align-self:flex-start}.message-avatar[data-v-ffda2a25]{background:var(--color-surface-2);border:1px solid var(--color-border);width:32px;height:32px;color:var(--color-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.message--user .message-avatar[data-v-ffda2a25]{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.message-body[data-v-ffda2a25]{flex-direction:column;gap:4px;display:flex}.message-content[data-v-ffda2a25]{border-radius:var(--radius-bubble);white-space:pre-wrap;word-break:break-word;padding:12px 16px;line-height:1.6}.message--user .message-content[data-v-ffda2a25]{background:var(--color-user-bubble);color:#fff;border-bottom-right-radius:4px}.message--assistant .message-content[data-v-ffda2a25]{background:var(--color-ai-bubble);border:1px solid var(--color-border);color:var(--color-text);border-bottom-left-radius:4px}.message--error .message-content[data-v-ffda2a25]{border-color:var(--color-error);color:var(--color-error)}.message-time[data-v-ffda2a25]{color:var(--color-text-muted);padding:0 4px;font-size:11px}.message--user .message-time[data-v-ffda2a25]{text-align:right}.chat-input-form[data-v-29849887]{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);align-items:flex-end;gap:8px;padding:10px 10px 10px 16px;transition:border-color .2s;display:flex}.chat-input-form[data-v-29849887]:focus-within{border-color:var(--color-accent)}.chat-input[data-v-29849887]{color:var(--color-text);resize:none;background:0 0;border:none;outline:none;flex:1;max-height:200px;font-family:inherit;font-size:15px;line-height:1.6;overflow-y:auto}.chat-input[data-v-29849887]::placeholder{color:var(--color-text-muted)}.chat-input[data-v-29849887]:disabled{opacity:.6;cursor:not-allowed}.send-btn[data-v-29849887]{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,opacity .2s;display:flex}.send-btn[data-v-29849887]:hover:not(:disabled){background:var(--color-accent-hover)}.send-btn[data-v-29849887]:disabled{opacity:.4;cursor:not-allowed}.chat-view[data-v-f7bfc8b6]{flex-direction:column;width:100%;max-width:800px;height:100vh;margin:0 auto;padding:0 16px;display:flex}.chat-header[data-v-f7bfc8b6]{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.header-brand[data-v-f7bfc8b6]{align-items:center;gap:8px;font-size:18px;font-weight:600;display:flex}.brand-icon[data-v-f7bfc8b6]{color:var(--color-accent);font-size:20px}.clear-btn[data-v-f7bfc8b6]{background:var(--color-surface-2);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;border-radius:8px;padding:6px 14px;font-size:13px;transition:color .2s}.clear-btn[data-v-f7bfc8b6]:hover{color:var(--color-text)}.chat-messages[data-v-f7bfc8b6]{flex:1;padding:24px;overflow-y:auto}.empty-state[data-v-f7bfc8b6]{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.empty-icon[data-v-f7bfc8b6]{color:var(--color-accent);font-size:40px}.empty-title[data-v-f7bfc8b6]{font-size:26px;font-weight:600}.empty-subtitle[data-v-f7bfc8b6]{color:var(--color-text-muted);max-width:400px}.starter-prompts[data-v-f7bfc8b6]{flex-wrap:wrap;justify-content:center;gap:8px;max-width:560px;margin-top:8px;display:flex}.starter-prompt[data-v-f7bfc8b6]{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;text-align:left;border-radius:20px;padding:10px 16px;font-size:13px;transition:all .2s}.starter-prompt[data-v-f7bfc8b6]:hover{border-color:var(--color-accent);color:var(--color-text)}.messages-list[data-v-f7bfc8b6]{flex-direction:column;gap:8px;display:flex}.loading-indicator[data-v-f7bfc8b6]{align-self:flex-start;gap:6px;padding:16px 20px;display:flex}.dot[data-v-f7bfc8b6]{background:var(--color-text-muted);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite bounce-f7bfc8b6}.dot[data-v-f7bfc8b6]:nth-child(2){animation-delay:.2s}.dot[data-v-f7bfc8b6]:nth-child(3){animation-delay:.4s}@keyframes bounce-f7bfc8b6{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-footer[data-v-f7bfc8b6]{border-top:1px solid var(--color-border);flex-shrink:0;padding:16px 24px 20px}.disclaimer[data-v-f7bfc8b6]{text-align:center;color:var(--color-text-muted);margin-top:8px;font-size:11px}
