.app-shell[data-v-39cca3a5]{display:flex;flex-direction:column;height:100vh;max-width:860px;margin:0 auto;background:var(--color-surface);box-shadow:var(--shadow-md)}.app-header[data-v-39cca3a5]{background:var(--color-header-bg);color:var(--color-header-text);padding:0 1.25rem;flex-shrink:0;box-shadow:0 2px 8px #0000002e}.header-inner[data-v-39cca3a5]{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}.header-title[data-v-39cca3a5]{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;line-height:1.2}.header-subtitle[data-v-39cca3a5]{font-size:.8rem;opacity:.7;margin-top:2px}.btn-reset[data-v-39cca3a5]{display:flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-sm);color:#fff;font-size:.82rem;font-weight:500;white-space:nowrap;transition:background .15s}.btn-reset[data-v-39cca3a5]:hover{background:#fff3}.chat-area[data-v-39cca3a5]{flex:1;overflow-y:auto;padding:1.5rem 1.25rem;background:var(--color-bg);scroll-behavior:smooth}.messages-list[data-v-39cca3a5]{display:flex;flex-direction:column;gap:1rem}.message-row[data-v-39cca3a5]{display:flex}.message-row--user[data-v-39cca3a5]{justify-content:flex-end}.message-row--assistant[data-v-39cca3a5]{justify-content:flex-start}.message-bubble[data-v-39cca3a5]{max-width:72%;padding:.85rem 1.1rem;border-radius:var(--radius);font-size:.95rem;line-height:1.65;box-shadow:var(--shadow-sm)}.bubble--user[data-v-39cca3a5]{background:var(--color-user-bubble);color:var(--color-user-bubble-text);border-bottom-right-radius:4px}.bubble--assistant[data-v-39cca3a5]{background:var(--color-assistant-bubble);color:var(--color-assistant-bubble-text);border-bottom-left-radius:4px}.bubble--typing[data-v-39cca3a5]{display:flex;align-items:center;gap:5px;padding:.9rem 1.1rem}.dot[data-v-39cca3a5]{width:8px;height:8px;border-radius:50%;background:var(--color-text-muted);animation:bounce-39cca3a5 1.2s infinite ease-in-out}.dot[data-v-39cca3a5]:nth-child(2){animation-delay:.2s}.dot[data-v-39cca3a5]:nth-child(3){animation-delay:.4s}@keyframes bounce-39cca3a5{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-6px);opacity:1}}.input-area[data-v-39cca3a5]{flex-shrink:0;background:var(--color-surface);border-top:1px solid var(--color-border);padding:.85rem 1.25rem 1rem}.input-inner[data-v-39cca3a5]{display:flex;flex-direction:column;gap:.4rem}.input-wrapper[data-v-39cca3a5]{display:flex;align-items:flex-end;gap:.6rem;background:var(--color-input-bg);border:1.5px solid var(--color-border);border-radius:var(--radius);padding:.6rem .6rem .6rem .9rem;transition:border-color .15s}.input-wrapper[data-v-39cca3a5]:focus-within{border-color:var(--color-accent)}.message-input[data-v-39cca3a5]{flex:1;border:none;outline:none;resize:none;background:transparent;font-size:.95rem;line-height:1.55;color:var(--color-text);max-height:160px;overflow-y:auto}.message-input[data-v-39cca3a5]::placeholder{color:var(--color-text-muted)}.message-input[data-v-39cca3a5]:disabled{opacity:.6}.send-btn[data-v-39cca3a5]{flex-shrink:0;width:38px;height:38px;border-radius:8px;background:var(--color-accent);border:none;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s,opacity .15s}.send-btn[data-v-39cca3a5]:hover:not(:disabled){background:var(--color-accent-hover)}.send-btn[data-v-39cca3a5]:disabled{opacity:.4;cursor:not-allowed}.input-hint[data-v-39cca3a5]{font-size:.75rem;color:var(--color-text-muted);padding-left:.1rem}kbd[data-v-39cca3a5]{display:inline-block;padding:1px 5px;background:#f0f3f7;border:1px solid #c8d0dc;border-radius:4px;font-size:.72rem;font-family:inherit;color:var(--color-text)}@media(max-width:600px){.message-bubble[data-v-39cca3a5]{max-width:88%}.header-title[data-v-39cca3a5]{font-size:1.05rem}.btn-reset span[data-v-39cca3a5]{display:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #f4f6f9;--color-surface: #ffffff;--color-primary: #1a3a5c;--color-primary-light: #245082;--color-accent: #2e6da4;--color-accent-hover: #245082;--color-user-bubble: #1a3a5c;--color-user-bubble-text: #ffffff;--color-assistant-bubble: #e8edf4;--color-assistant-bubble-text: #1a2b3c;--color-border: #d0d8e4;--color-text: #1a2b3c;--color-text-muted: #5a6a7e;--color-input-bg: #ffffff;--color-header-bg: #1a3a5c;--color-header-text: #ffffff;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--radius: 12px;--radius-sm: 8px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1)}html,body{height:100%;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}#app{height:100%;display:flex;flex-direction:column}button{cursor:pointer;font-family:inherit}textarea{font-family:inherit;font-size:inherit}
