.chat-container[data-astro-cid-wfrjesbw]{display:flex;flex-direction:column;height:calc(100vh - 60px);max-width:800px;margin:0 auto}.chat-header[data-astro-cid-wfrjesbw]{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border)}.chat-title[data-astro-cid-wfrjesbw]{display:flex;align-items:center;gap:.75rem}.chat-logo[data-astro-cid-wfrjesbw]{font-size:1.5rem}.chat-title[data-astro-cid-wfrjesbw] h1[data-astro-cid-wfrjesbw]{font-size:1.15rem;font-weight:700;letter-spacing:-.02em}.chat-subtitle[data-astro-cid-wfrjesbw]{font-size:.8rem;color:var(--text-muted)}.chat-status[data-astro-cid-wfrjesbw]{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-muted)}.status-dot[data-astro-cid-wfrjesbw]{width:8px;height:8px;border-radius:50%;background:var(--green)}.chat-status[data-astro-cid-wfrjesbw].active .status-dot[data-astro-cid-wfrjesbw]{background:var(--yellow);animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.messages[data-astro-cid-wfrjesbw]{flex:1;overflow-y:auto;padding:1.5rem 0;display:flex;flex-direction:column;gap:1rem}.message[data-astro-cid-wfrjesbw]{display:flex;max-width:85%}.message[data-astro-cid-wfrjesbw].user{align-self:flex-end}.message[data-astro-cid-wfrjesbw].assistant{align-self:flex-start}.message-content[data-astro-cid-wfrjesbw]{padding:.75rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.6}.message[data-astro-cid-wfrjesbw].user .message-content[data-astro-cid-wfrjesbw]{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.message[data-astro-cid-wfrjesbw].assistant .message-content[data-astro-cid-wfrjesbw]{background:var(--bg-card);border:1px solid var(--border);border-bottom-left-radius:4px}.message-content[data-astro-cid-wfrjesbw] p[data-astro-cid-wfrjesbw]{margin:.35rem 0}.message-content[data-astro-cid-wfrjesbw] p[data-astro-cid-wfrjesbw]:first-child{margin-top:0}.message-content[data-astro-cid-wfrjesbw] p[data-astro-cid-wfrjesbw]:last-child{margin-bottom:0}.message-content[data-astro-cid-wfrjesbw] ul[data-astro-cid-wfrjesbw]{margin:.5rem 0;padding-left:1.25rem}.message-content[data-astro-cid-wfrjesbw] li[data-astro-cid-wfrjesbw]{margin:.25rem 0}.message-content[data-astro-cid-wfrjesbw] strong[data-astro-cid-wfrjesbw]{color:var(--text)}.message-content[data-astro-cid-wfrjesbw] code[data-astro-cid-wfrjesbw]{background:#ffffff1a;padding:.1rem .35rem;border-radius:4px;font-size:.85em}.message[data-astro-cid-wfrjesbw].thinking .dots[data-astro-cid-wfrjesbw] span[data-astro-cid-wfrjesbw]{animation:blink 1.4s infinite both;font-size:1.5rem;letter-spacing:.15rem;color:var(--text-muted)}.message[data-astro-cid-wfrjesbw].thinking .dots[data-astro-cid-wfrjesbw] span[data-astro-cid-wfrjesbw]:nth-child(2){animation-delay:.2s}.message[data-astro-cid-wfrjesbw].thinking .dots[data-astro-cid-wfrjesbw] span[data-astro-cid-wfrjesbw]:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.2}40%{opacity:1}}.input-area[data-astro-cid-wfrjesbw]{padding:1rem 0;border-top:1px solid var(--border)}.input-wrap[data-astro-cid-wfrjesbw]{display:flex;align-items:flex-end;gap:.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:.5rem .5rem .5rem 1rem;transition:border-color .15s}.input-wrap[data-astro-cid-wfrjesbw]:focus-within{border-color:var(--accent)}textarea[data-astro-cid-wfrjesbw]{flex:1;background:none;border:none;color:var(--text);font-family:inherit;font-size:.9rem;line-height:1.5;resize:none;outline:none;padding:.25rem 0}textarea[data-astro-cid-wfrjesbw]::placeholder{color:var(--text-muted)}button[data-astro-cid-wfrjesbw]{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:8px;border:none;background:var(--accent);color:#fff;cursor:pointer;transition:all .15s;flex-shrink:0}button[data-astro-cid-wfrjesbw]:hover{background:var(--accent-light)}button[data-astro-cid-wfrjesbw]:disabled{opacity:.5;cursor:not-allowed}.input-hint[data-astro-cid-wfrjesbw]{font-size:.7rem;color:var(--text-muted);margin-top:.5rem;text-align:center;opacity:.7}@media(max-width:768px){.message[data-astro-cid-wfrjesbw]{max-width:92%}}
