.tah-chat{margin-top:20px;border:1px solid #dce8df;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgba(21,68,43,.08)}
.tah-chat-head{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:18px 20px;background:#f3f8f4;border-bottom:1px solid #e2ece4}
.tah-chat-head span{display:block;color:#2f7650;font-size:11px;font-weight:800;letter-spacing:.12em}.tah-chat-head h3{margin:3px 0 0;font-size:20px}.tah-chat-head small{color:#597063}
.tah-chat-messages{display:flex;flex-direction:column;gap:10px;max-height:390px;overflow:auto;padding:20px;background:#f9fbf9}
.tah-chat-messages article{align-self:flex-start;max-width:82%;padding:11px 14px;border-radius:16px 16px 16px 4px;background:#fff;border:1px solid #e1e9e3}
.tah-chat-messages article.is-mine{align-self:flex-end;border-radius:16px 16px 4px 16px;background:#e6f4e9;border-color:#cae5d0}.tah-chat-messages b{font-size:12px;color:#377253}.tah-chat-messages p{margin:4px 0;line-height:1.45}.tah-chat-messages time{font-size:11px;color:#738278}.tah-chat-empty{margin:auto;color:#687a6e;text-align:center}
.tah-chat-form{padding:18px 20px}.tah-chat-quick{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px}.tah-chat-quick button{flex:0 0 auto;border:1px solid #bed8c5;border-radius:999px;background:#fff;padding:8px 11px;color:#285d3e;font-weight:700;cursor:pointer}.tah-chat-form label span{display:block;margin-bottom:6px;font-weight:700}.tah-chat-form textarea{width:100%;margin-bottom:10px;border:1px solid #cad8cd;border-radius:12px;padding:12px;box-sizing:border-box}
.tah-chat-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-left:5px;padding:0 5px;border-radius:10px;background:#ef5b4b;color:#fff;font-size:11px;font-weight:800}
.tah-chat-admin-grid{display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:20px}.tah-chat-admin-grid>.tah-panel:first-child>a{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px;border-bottom:1px solid #e6ece8;text-decoration:none;color:#243d30}.tah-chat-admin-grid>.tah-panel:first-child>a.is-active{background:#edf7ef}.tah-chat-admin-grid>a span{display:block}.tah-chat-admin-grid small{display:block;color:#6b7a70;margin-top:3px}.tah-chat-admin-grid i{display:grid;place-items:center;min-width:24px;height:24px;border-radius:50%;background:#e84d3d;color:#fff;font-style:normal;font-weight:800}.tah-chat-admin-grid .tah-chat{margin:0}.tah-chat-admin-empty{text-align:center;padding:70px 20px}.tah-chat-admin-empty span{font-size:38px}
@media(max-width:782px){.tah-chat-admin-grid{grid-template-columns:1fr}.tah-chat-head{align-items:flex-start;flex-direction:column}.tah-chat-messages article{max-width:90%}}

