.chat-panel{max-width:800px;margin:2rem auto;padding:2rem;border:1px solid #d7d0c7;border-radius:24px;background:#fffaf5;color:#292623}.chat-panel>p{color:#6b625b}.chat-panel label{display:block;margin:1rem 0 .5rem}.chat-panel textarea{box-sizing:border-box;width:100%;resize:vertical;border:1px solid #c9bfb4;border-radius:12px;padding:1rem;font:inherit;background:white}.chat-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}.chat-actions button{padding:10px 24px;border:1px solid #b5a493;border-radius:20px;background:#eee5db;cursor:pointer;font:inherit}.chat-actions button[type=submit]{background:#38332f;color:white}.chat-actions button:disabled{opacity:.5;cursor:wait}#chat-messages{max-height:460px;overflow:auto}.chat-message{padding:14px 18px;margin:12px 0;border-radius:16px;background:#f1eae2}.chat-message.user{background:#e9eee8;margin-left:10%}.chat-message.assistant{margin-right:10%}.chat-message p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.7;margin:6px 0}#chat-status{min-height:1.5em}@media(max-width:600px){.chat-panel{margin:1rem;padding:1rem}}
