.chatPreview{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(140deg,#201a38,#6045d9)}.phone{width:min(430px,100%);height:min(760px,92vh);background:#f8f8fb;border-radius:26px;overflow:hidden;box-shadow:0 28px 80px #0d081f66;display:flex;flex-direction:column}.phone header{display:flex;align-items:center;gap:11px;padding:17px 19px;background:#fff;border-bottom:1px solid #e9e8f0}.chatAvatar{width:42px;height:42px;border-radius:14px;background:#6246ea;color:#fff;display:grid;place-items:center;font-weight:700}.phone header div:nth-child(2){flex:1 1}.phone header span,.phone header strong{display:block}.phone header span{font-size:10px;color:#777687;margin-top:3px}.phone header i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#25a87d}.phone header a{font-size:25px;color:#777687;text-decoration:none}.messages{flex:1 1;overflow:auto;padding:20px;display:flex;flex-direction:column;gap:11px}.bubble{max-width:83%;padding:11px 14px;border-radius:15px;line-height:1.7;font-size:13px}.bubble.assistant{align-self:flex-start;background:#fff;border:1px solid #ebeaf1;border-bottom-right-radius:4px}.bubble.user{align-self:flex-end;background:#6246ea;color:#fff;border-bottom-left-radius:4px}.typing{letter-spacing:3px;color:#777687}.suggestions{display:flex;gap:6px;padding:8px 14px;overflow:auto}.suggestions button{white-space:nowrap;border:1px solid #dcd9ee;border-radius:18px;background:#fff;color:#6246ea;padding:7px 10px;font:600 10px inherit}.phone form{display:flex;gap:8px;padding:12px 14px;background:#fff;border-top:1px solid #e9e8f0}.phone form input{flex:1 1;border:1px solid #dedde7;border-radius:12px;padding:0 12px;font:inherit}.phone form button{border:0;border-radius:11px;background:#6246ea;color:#fff;padding:0 15px;font:700 12px inherit}.phone form button:disabled{opacity:.5}.powered{text-align:center;background:#fff;color:#9a99a5;padding:0 0 10px;font-size:9px}