[hidden]{display:none!important}.chat-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px;align-items:start}.chat-people-heading{padding:22px 20px 0}.chat-people-heading .help{margin-top:0}.chat-person{width:100%;background:white;border:0;border-top:1px solid var(--line);padding:18px;display:flex;gap:12px;align-items:center;text-align:left;color:var(--ink);cursor:pointer}.chat-person:hover,.chat-person.selected{background:#eaf1fd}.chat-person.selected{box-shadow:inset 3px 0 var(--blue)}.chat-avatar{width:38px;height:38px;flex-shrink:0;display:grid;place-items:center;background:var(--navy);color:white;border-radius:50%;font-weight:600}.chat-person-text{min-width:0;flex:1}.chat-person-text strong,.chat-person-text>span{display:block;overflow-wrap:anywhere}.chat-person-text>span{font-size:.875rem}.person-online{color:#216245}.person-online::before{content:'●';font-size:.7rem;margin-right:5px}.chat-unread,.chat-nav-count{background:var(--blue);color:#fff;border-radius:20px;padding:1px 8px;font-size:.8125rem}.chat-nav-count{background:white;color:var(--navy)}.chat-empty{min-height:420px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:30px}.chat-empty .building{margin-bottom:22px}.chat-header{padding:20px 24px;display:flex;justify-content:space-between;gap:16px;align-items:center;border-bottom:1px solid var(--line)}.chat-header h2{margin:0;overflow-wrap:anywhere}.chat-header .help{margin:4px 0 0}.chat-privacy{padding:10px 24px;background:#f5f8fc;color:var(--muted);font-size:.8125rem;margin:0}.chat-notice{color:var(--muted);font-size:.875rem;padding:0 20px}.chat-notice:empty{display:none}.chat-messages{height:380px;overflow-y:auto;padding:22px;display:flex;flex-direction:column;gap:14px;overscroll-behavior:contain}.chat-message{max-width:88%;align-self:flex-start;background:#eef2f7;border-radius:10px;padding:13px 16px;overflow-wrap:anywhere}.chat-message.mine{align-self:flex-end;background:#e7efff}.chat-message strong{font-size:.8125rem}.chat-message p{white-space:pre-wrap;margin:6px 0}.chat-message time{font-size:.75rem;color:var(--muted);display:block}.chat-compose{padding:20px 24px;border-top:1px solid var(--line)}.chat-compose textarea{min-height:80px}.chat-compose-footer{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:12px}.chat-compose-footer .help{font-size:.8125rem;margin:0}.chat-compose .button{white-space:nowrap}.chat-compose button:disabled{opacity:.65;cursor:wait}#chat-older{display:block;margin:14px auto 0}.topbar nav{flex-wrap:wrap;row-gap:8px}.topbar nav a{white-space:nowrap}@media(max-width:850px){.chat-layout{grid-template-columns:1fr}.chat-people{max-height:260px;overflow-y:auto}.chat-messages{height:360px}.chat-header,.chat-compose{padding:18px}.chat-message{max-width:94%}.chat-compose-footer{flex-wrap:wrap}.chat-empty{min-height:230px}.chat-layout{gap:18px}}
