.chat-module__-9LyAa__page{--primary:#2d5016;--card:#e8e6e1;--bg:#fafaf7;--text:#4a4643;--error:#c54245;background:var(--bg);max-width:720px;min-height:0;color:var(--text);flex-direction:column;flex:1;margin:0 auto;display:flex}.chat-module__-9LyAa__header{border-bottom:1px solid var(--card);align-items:center;gap:12px;padding:16px 20px;display:flex}.chat-module__-9LyAa__avatar{font-size:32px;line-height:1}.chat-module__-9LyAa__header h1{color:var(--primary);margin:0;font-size:18px}.chat-module__-9LyAa__header p{opacity:.8;margin:2px 0 0;font-size:13px}.chat-module__-9LyAa__messages{flex-direction:column;flex:1;gap:12px;min-height:0;padding:20px;display:flex;overflow-y:auto}.chat-module__-9LyAa__bubble{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:80%;padding:10px 14px;line-height:1.5}.chat-module__-9LyAa__user{background:var(--primary);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-module__-9LyAa__assistant{background:var(--card);border-bottom-left-radius:4px;align-self:flex-start}.chat-module__-9LyAa__typing{align-items:center;gap:4px;width:32px;padding:4px 0;display:flex}.chat-module__-9LyAa__dot{background:var(--text);opacity:.4;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-module__-9LyAa__typing-bounce}.chat-module__-9LyAa__dot:nth-child(2){animation-delay:.15s}.chat-module__-9LyAa__dot:nth-child(3){animation-delay:.3s}@keyframes chat-module__-9LyAa__typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.chat-module__-9LyAa__dot{opacity:.6;animation:none}}.chat-module__-9LyAa__form{border-top:1px solid var(--card);gap:8px;padding:12px 16px;display:flex}.chat-module__-9LyAa__input{resize:none;border:1px solid var(--card);font:inherit;color:var(--text);background:#fff;border-radius:10px;flex:1;padding:10px 12px}.chat-module__-9LyAa__input:focus{outline:2px solid var(--primary);outline-offset:1px}.chat-module__-9LyAa__send{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:0 18px;font-weight:700}.chat-module__-9LyAa__send:disabled{opacity:.5;cursor:not-allowed}
