.chat-app{height:calc(100vh - 132px);min-height:560px;display:grid;grid-template-columns:360px 1fr;background:#fff;border:1px solid #dce7e1;border-radius:13px;overflow:hidden}.chat-sidebar{border-right:1px solid #dce7e1;min-width:0;display:flex;flex-direction:column}.chat-tools{padding:14px;background:#f6faf8;border-bottom:1px solid #e1e9e5}.chat-tools select{margin-bottom:10px}.chat-search{background:#edf3f0;border:0}.chat-list{overflow:auto}.chat-row{width:100%;display:grid;grid-template-columns:46px 1fr auto;gap:11px;align-items:center;text-align:left;padding:13px;background:#fff;color:#17251f;border-radius:0;border-bottom:1px solid #edf1ef;font-weight:400}.chat-row:hover,.chat-row.active{background:#edf5f1}.avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#dbe9e2;color:#287054;font-weight:800}.chat-name{display:block;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview{display:block;font-size:13px;color:#6d7c75;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:210px}.chat-time{font-size:11px;color:#84928c;align-self:start}.thread{display:flex;flex-direction:column;min-width:0;background:#efeae2}.thread-head{height:66px;background:#f3f7f5;border-bottom:1px solid #d9e1dd;padding:10px 18px;display:flex;align-items:center;gap:12px}.thread-body{flex:1;overflow:auto;padding:25px 7%;background-color:#efeae2;background-image:radial-gradient(#b8b1a633 .7px,transparent .7px);background-size:12px 12px}.bubble{width:max-content;max-width:72%;padding:8px 10px 6px;margin:5px 0;border-radius:8px;background:#fff;box-shadow:0 1px 1px #00000012;white-space:pre-wrap;word-break:break-word}.bubble.outgoing{margin-left:auto;background:#d9fdd3}.bubble-time{text-align:right;color:#718079;font-size:10px;margin:3px 0 0 15px}.thread-placeholder{height:100%;display:grid;place-items:center;text-align:center;color:#687870;padding:30px}.back-chat{display:none}@media(max-width:900px){.chat-app{grid-template-columns:300px 1fr}.preview{max-width:150px}}@media(max-width:650px){.chat-app{display:block;height:auto;min-height:0}.chat-sidebar{height:420px;border-right:0}.thread{height:600px}.chat-app.thread-open .chat-sidebar{display:none}.chat-app:not(.thread-open) .thread{display:none}.back-chat{display:block;padding:7px 10px}}
