:root{font-family:Inter,system-ui,sans-serif;color:#173432;background:#eef5f4}*{box-sizing:border-box}body{margin:0}header{height:64px;padding:0 24px;background:#0f625d;color:white;display:flex;align-items:center;justify-content:space-between}header div{display:flex;gap:14px;align-items:baseline}header span{opacity:.72;font-size:13px}button{border:0;border-radius:10px;padding:10px 14px;cursor:pointer}header button{background:#ffffff1f;color:white}main{display:grid;grid-template-columns:340px 1fr;height:calc(100vh - 64px)}aside{background:white;border-right:1px solid #d7e4e2;padding:20px;overflow:auto}h1{font-size:20px}.list{display:grid;gap:8px}.conversation{text-align:left;background:#f2f7f6;display:grid;gap:5px}.conversation span,.conversation small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation small{color:#62817e}.conversation.selected{background:#d4eeeb;outline:2px solid #54a69f}.chat{position:relative;padding:24px}.empty{height:100%;display:grid;place-items:center;color:#67817f}.chat-head{background:white;padding:16px 20px;border-radius:14px}.chat-head h2,.chat-head p{margin:0}.chat-head p{color:#64817e;margin-top:5px}.messages{height:calc(100vh - 235px);overflow:auto;padding:18px;display:flex;flex-direction:column;gap:10px}.message{max-width:70%;background:white;border-radius:14px;padding:10px 14px}.message.outbound{align-self:flex-end;background:#ccebe7}.message p{margin:5px 0;white-space:pre-wrap}.message small{color:#647b79}form{display:flex;gap:10px}textarea{flex:1;resize:none;border:1px solid #bdd2d0;border-radius:12px;padding:12px}form button,.demo{background:#126c66;color:white}.demo{position:fixed;right:24px;bottom:24px}.error{color:#a63737}.muted{color:#6a817f}@media(max-width:720px){main{grid-template-columns:1fr}aside{height:42vh;border-right:0;border-bottom:1px solid #d7e4e2}.chat{height:calc(58vh - 64px);padding:12px}.messages{height:calc(58vh - 220px)}.demo{bottom:12px;right:12px}}

