.wyatt-chat{max-width:760px;margin:30px auto;border:1px solid #ddd;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 32px #0002}.wyatt-head{display:flex;align-items:center;gap:16px;padding:18px 20px;border-bottom:1px solid #eee}.wyatt-head-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;flex:0 0 72px}.wyatt-head h2{margin:0 0 4px;font-size:24px}.wyatt-head p{margin:0;opacity:.72}.wyatt-msgs{min-height:320px;max-height:520px;overflow:auto;padding:20px;background:#f7f7f7}.botrow{display:flex;align-items:flex-end;gap:9px;margin-bottom:14px}.wyatt-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex:0 0 36px}.wyatt-msgs .bot,.wyatt-msgs .user{max-width:76%;padding:12px 15px;border-radius:16px;white-space:pre-wrap;line-height:1.45}.wyatt-msgs .bot{background:#fff;border:1px solid #e3e3e3}.wyatt-msgs .user{background:#222;color:#fff;margin:0 0 14px auto}.wyatt-msgs .typing{font-style:italic;opacity:.65}.wyatt-chat form{display:flex;gap:10px;padding:16px}.wyatt-chat textarea{flex:1;min-height:50px;padding:12px;border:1px solid #ccc;border-radius:10px}.wyatt-chat form button{min-width:100px;border:0;border-radius:10px;font-weight:700}.wyatt-chat .memory,.wyatt-chat small{display:block;padding:0 16px 10px;font-size:12px;opacity:.7}.wyatt-chat .memory button{border:0;background:none;text-decoration:underline;cursor:pointer}@media(max-width:600px){.wyatt-head-avatar{width:58px;height:58px;flex-basis:58px}.wyatt-head h2{font-size:20px}.wyatt-chat form{flex-direction:column}.wyatt-msgs .bot,.wyatt-msgs .user{max-width:84%}}