*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{color:#1a1a1a;background:#f4f4f5;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.chat{background:#fff;border-left:1px solid #e4e4e7;border-right:1px solid #e4e4e7;flex-direction:column;max-width:560px;height:100dvh;margin:0 auto;display:flex}.chat-header{border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.chat-title{font-weight:600}.chat-code{border:1px solid #d4d4d8;border-radius:6px;width:120px;padding:.3rem .5rem;font-size:.8rem}.chat-list{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.chat-empty{color:#a1a1aa;text-align:center;margin:auto;font-size:.9rem}.bubble{white-space:pre-wrap;word-break:break-word;border-radius:12px;max-width:80%;padding:.6rem .8rem;line-height:1.45}.bubble.prospect{color:#fff;background:#2563eb;border-bottom-right-radius:3px;align-self:flex-end}.bubble.agent{color:#1a1a1a;background:#f1f1f4;border-bottom-left-radius:3px;align-self:flex-start}.bubble.typing{color:#a1a1aa;letter-spacing:2px}.chat-error{color:#b91c1c;background:#fef2f2;padding:.5rem 1rem;font-size:.85rem}.chat-composer{border-top:1px solid #e4e4e7;gap:.5rem;padding:.75rem 1rem;display:flex}.chat-composer textarea{resize:none;font:inherit;border:1px solid #d4d4d8;border-radius:8px;flex:1;padding:.55rem .7rem}.chat-composer button{font:inherit;color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:0 1rem;font-weight:600}.chat-composer button:disabled{cursor:default;background:#a5b4fc}.chat-footer{color:#a1a1aa;text-align:center;border-top:1px solid #f4f4f5;padding:.4rem 1rem;font-size:.7rem}
