.chat-page-heading{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:22px}.chat-page-heading h1{font-size:27px}.chat-page-heading .eyebrow{margin-bottom:8px}#chat-connection{font-size:12px;color:var(--muted)}.messenger{height:calc(100dvh - 215px);min-height:500px;max-height:1000px;display:grid;grid-template-columns:300px minmax(0,1fr);background:white;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 42px #17352606}.conversation-sidebar{border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0;min-width:0;background:#fff}.conversation-sidebar>header{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:10px}.conversation-sidebar h2{font-size:18px}.conversation-sidebar .icon-btn{width:36px;height:36px;background:#eef5eb;border:0;color:var(--green)}.chat-search{padding:0 17px 17px}.chat-search input{background:#f5f7f5;border:0;font-size:12px;min-height:40px}.chat-rooms{flex:1;overflow-y:auto;padding:0 9px}.conversation{display:flex;gap:11px;width:100%;border-radius:13px;padding:14px 10px;background:transparent;text-align:left;align-items:center;min-width:0;margin-bottom:5px;color:var(--ink)}.conversation:hover{background:#f5f8f4}.conversation.selected{background:#eaf3e5}.chat-avatar{width:42px;height:42px;flex-shrink:0;display:grid;place-items:center;background:#e8eee4;color:#4c6842;border-radius:15px;font-size:13px;font-weight:650}.chat-avatar.team{background:var(--ink);color:var(--lime)}.conversation-copy{min-width:0;flex:1}.conversation-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}.conversation-top strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-top time{font-size:10px;color:var(--muted);flex-shrink:0}.conversation-bottom{display:flex;align-items:center;gap:8px;justify-content:space-between}.conversation-bottom>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:var(--muted)}.unread-pill{min-width:19px;height:19px;border-radius:6px;background:var(--green);color:#fff;font-size:10px;display:grid;place-items:center;padding:0 4px;flex-shrink:0}.conversation-sidebar>footer{display:flex;align-items:center;gap:8px;padding:17px 20px;border-top:1px solid #edf1ee;font-size:10px;color:var(--muted);line-height:1.6}.conversation-sidebar>footer svg{width:16px;height:16px}.chat-pane{min-width:0;min-height:0;display:flex;flex-direction:column;background:#f2f6f1;position:relative}.chat-welcome{margin:auto;text-align:center;padding:30px}.welcome-symbol{margin:0 auto 22px;display:grid;place-items:center;width:76px;height:76px;background:#e2ecd9;color:var(--green);border-radius:26px;transform:rotate(-5deg)}.welcome-symbol svg{width:36px;height:36px}.chat-welcome h2{font-size:24px;margin-bottom:12px}.chat-welcome p{font-size:13px;color:var(--muted);line-height:1.9;margin-bottom:24px}.chat-room-header{background:#ffffffed;padding:17px 24px;display:flex;gap:13px;align-items:center;border-bottom:1px solid #dfe8dc;flex-shrink:0}.chat-room-header h2{font-size:16px}.chat-room-header p{font-size:11px;color:var(--muted);margin-top:5px;line-height:1.5}.chat-lock{margin-left:auto;color:#82967c}.chat-lock svg{width:19px;height:19px}#chat-back{display:none}.chat-history{flex:1;min-height:0;overflow-y:auto;padding:14px 26px 20px;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b9cbb2 transparent;overflow-anchor:none}.chat-history-start{text-align:center}.load-older{background:#fff9;color:var(--muted);border:1px solid #dce6d6;border-radius:20px;padding:9px 14px;font-size:11px;margin:4px 0 16px}.message-day{text-align:center;font-size:10px;color:#73856b;padding:14px 0 20px;clear:both}.chat-message{display:flex;align-items:flex-end;gap:8px;margin-bottom:12px;max-width:87%}.chat-message.own{margin-left:auto;justify-content:flex-end}.message-avatar{flex-shrink:0;display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:#dfe8da;color:#5a7250;font-size:9px;margin-bottom:2px}.message-bubble{padding:12px 15px 8px;border-radius:17px 17px 17px 4px;background:white;border:1px solid #e1e9dc;box-shadow:0 2px 4px #122d1710;min-width:70px;max-width:100%}.own .message-bubble{background:#197653;border-color:#197653;color:#fff;border-radius:17px 17px 4px 17px;box-shadow:0 2px 4px #122d1710}.message-author{font-size:11px;color:#3d8058;display:block;margin-bottom:6px}.message-text{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.65;user-select:text}.message-bubble footer{display:flex;justify-content:flex-end;align-items:center;gap:9px;margin-top:5px;font-size:9px;color:#8a9785}.own .message-bubble footer{color:#c0dbc9}.message-receipt.read{color:#e2f6a7}.chat-message.arrives{animation:message-arrives .22s ease-out both}@keyframes message-arrives{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;text-align:center;color:#84957b;font-size:12px;gap:12px;line-height:1.7}.chat-empty>svg{width:30px;height:30px}.chat-empty strong{font-size:14px;color:#657a5a}.chat-jump{position:absolute;right:26px;bottom:162px;background:var(--ink);color:#fff;padding:10px 14px;border-radius:20px;font-size:11px;box-shadow:0 4px 15px #17282330;z-index:3}.chat-typing{height:24px;flex-shrink:0;padding:0 26px;color:var(--green);font-size:11px;display:flex;align-items:center;gap:6px}.chat-typing.is-typing::before{content:'•••';letter-spacing:2px;animation:typing-pulse 1s infinite alternate}@keyframes typing-pulse{to{opacity:.35}}.chat-composer{background:white;border-top:1px solid var(--line);padding:16px 20px 12px;flex-shrink:0}.composer-row{display:flex;align-items:flex-end;gap:10px}.composer-row .icon-btn{border:0;background:#f0f5ee;color:#66825a;width:39px;height:43px;font-size:25px;flex-shrink:0}.composer-row textarea{min-height:46px;max-height:140px;height:62px;resize:vertical;border:0;background:#f6f8f4;border-radius:13px;font-size:13px;line-height:1.55;padding:11px 14px;scrollbar-width:thin}.chat-send{width:44px;height:44px;border-radius:14px;background:var(--green);color:white;display:grid;place-items:center;flex-shrink:0}.chat-send:hover{background:#105f43}.chat-composer>footer{display:flex;justify-content:space-between;gap:10px;margin-top:10px;color:#8a9982;font-size:9px;padding-left:50px}.chat-send-error{background:#fff0ea;color:var(--red);font-size:12px;line-height:1.6;border-radius:9px;padding:10px;margin-bottom:10px}.emoji-picker{display:flex;gap:5px;flex-wrap:wrap;padding-top:10px}.emoji-picker button{font-size:22px;background:#f3f6ef;border-radius:8px;padding:7px;min-width:38px}.chat-person{width:100%;padding:13px 8px;display:flex;align-items:center;gap:13px;background:white;text-align:left;border-bottom:1px solid var(--line);border-radius:10px;color:var(--ink)}.chat-person:hover{background:#f0f5eb}.chat-person strong{font-size:14px;display:block}.chat-person small{display:block;margin-top:5px}.chat-person>svg{margin-left:auto}.chat-people{max-height:380px;overflow:auto}.chat-list-empty{font-size:12px;color:var(--muted);padding:20px;line-height:1.7}.chat-unread-total{margin-left:auto;background:var(--green);color:white;min-width:19px;height:19px;display:inline-grid;place-items:center;border-radius:6px;padding:0 4px;font-size:10px}.nav-button.active .chat-unread-total{background:var(--ink);color:var(--lime)}
@media(max-width:1100px){.messenger{grid-template-columns:255px minmax(0,1fr)}.chat-history{padding:12px 17px}.chat-message{max-width:94%}.chat-room-header{padding:16px}.chat-composer{padding:14px}.chat-composer>footer{padding-left:0}}
@media(max-width:700px){.chat-page-heading{margin-bottom:14px;align-items:flex-start}.chat-page-heading h1{font-size:22px}.chat-page-heading .eyebrow{font-size:9px;margin-bottom:6px}#chat-connection{max-width:95px;text-align:right;font-size:10px;line-height:1.5}.messenger{height:calc(100dvh - 252px);min-height:380px;max-height:none;display:block;border-radius:16px}.conversation-sidebar{height:100%;border:0}.conversation-sidebar>header{padding:16px}.chat-rooms{padding:0 8px}.conversation{padding:14px 10px}.conversation-top strong{font-size:14px}.conversation-bottom>span{font-size:12px}.chat-pane{display:none;height:100%}.messenger.room-open .conversation-sidebar{display:none}.messenger.room-open .chat-pane{display:flex}.chat-room-header{padding:12px 10px;gap:8px}.chat-room-header>.chat-avatar{width:34px;height:34px;border-radius:11px;font-size:11px}.chat-room-header h2{font-size:14px}.chat-room-header p{font-size:9px;max-width:200px}.chat-lock{display:none}#chat-back{display:grid;border:0;background:transparent;width:28px;height:38px;flex-shrink:0}#chat-back svg{transform:rotate(180deg);width:17px}.chat-history{padding:8px 10px 14px}.chat-message{max-width:95%;gap:5px;margin-bottom:10px}.message-avatar{width:22px;height:22px;font-size:8px}.message-bubble{padding:10px 11px 7px;border-radius:14px 14px 14px 3px}.own .message-bubble{border-radius:14px 14px 3px 14px}.message-text{font-size:13px}.message-day{padding:10px 0 16px}.chat-composer{padding:10px}.composer-row{gap:6px}.composer-row textarea{font-size:16px;height:50px;min-height:44px;padding:9px 10px;max-height:100px;resize:none}.composer-row .icon-btn{width:30px;font-size:22px;background:transparent}.chat-send{width:38px;height:40px;border-radius:12px}.chat-composer>footer{margin-top:6px;font-size:9px}.chat-composer>footer>span:first-child{font-size:0}.chat-composer>footer>span:first-child::after{content:'Сообщения видны участникам';font-size:9px}.chat-typing{padding:0 14px;font-size:10px;height:21px}.chat-jump{bottom:135px;right:13px;font-size:10px}.chat-empty{min-height:130px;font-size:11px}.chat-empty strong{font-size:12px}.chat-empty>svg{width:25px}.emoji-picker button{font-size:20px;min-width:34px}.chat-person{min-height:64px}.chat-page-heading~.messenger .chat-history{scroll-padding-bottom:10px}}
.chat-directory-heading{display:flex;justify-content:space-between;align-items:center;margin:13px 10px 8px;padding-top:17px;border-top:1px solid var(--line);font-size:11px;font-weight:600;color:var(--muted)}.chat-directory-heading span{background:#eef3ea;border-radius:5px;padding:2px 6px}
.mobile-nav [data-view="chat"]{position:relative}.mobile-nav .chat-unread-total{position:absolute;top:0;right:1px;min-width:15px;height:15px;font-size:8px;margin:0}
@media(max-width:380px){.mobile-nav button{min-width:44px;padding-left:5px;padding-right:5px}.mobile-nav .mobile-add{min-width:48px}}
@media(prefers-reduced-motion:reduce){.chat-message.arrives,.chat-typing.is-typing::before{animation:none!important}}