.messages-page{width:min(1000px,100%);min-height:100vh;margin:auto;padding:0 18px 30px;color:#203128;background:#f3f6f4;font-family:Cairo,Tahoma,sans-serif}.messages-page>header{height:72px;display:flex;align-items:center;justify-content:space-between}.messages-page>header>a{display:flex;align-items:center;gap:5px;color:#377e4f;text-decoration:none;font-size:12px;font-weight:700}.messages-page>header>div{display:grid;text-align:center}.messages-page>header strong{font-size:17px}.messages-page>header span{color:#7a867e;font-size:10px}.messages-shell{height:calc(100vh - 105px);min-height:540px;display:grid;grid-template-columns:340px 1fr;overflow:hidden;border:1px solid #dfe7e1;border-radius:18px;background:#fff;box-shadow:0 12px 35px #1e392615}.conversation-list{overflow:auto;border-left:1px solid #e5ebe6}.conversation-list>h1{margin:0;padding:20px;border-bottom:1px solid #edf1ee;font-size:18px}.conversation-list>button{width:100%;padding:14px;display:flex;align-items:center;gap:10px;border:0;border-bottom:1px solid #edf1ee;background:#fff;text-align:right;font:inherit;cursor:pointer}.conversation-list>button.active{background:#edf7f0}.conversation-avatar{width:44px;height:44px;display:grid;flex:0 0 44px;place-items:center;overflow:hidden;border-radius:50%;color:#417c54;background:#e3efe6}.conversation-avatar img{width:100%;height:100%;object-fit:cover}.conversation-list button>div{min-width:0;display:grid;flex:1}.conversation-list strong{font-size:12px}.conversation-list small{color:#48805a;font-size:9px}.conversation-list p,.conversation-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-list p{margin:3px 0 0;color:#7c8780;font-size:10px}.conversation-list button>b{min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border-radius:999px;color:#fff;background:#dc5252;font-size:10px}.conversation-list button>svg{color:#a3aaa6}.conversations-empty,.messages-state,.select-chat{height:100%;display:grid;place-content:center;justify-items:center;color:#849087;text-align:center}.conversations-empty{height:330px}.conversations-empty p,.select-chat h2{margin:10px 0 2px;color:#35443b}.conversations-empty small,.select-chat p{margin:0;font-size:11px}.chat-panel{min-width:0;display:flex;flex-direction:column}.chat-panel>header{height:70px;padding:12px 18px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e6ece7}.chat-panel>header>button{display:none;border:0;background:none;color:#377e4f}.chat-panel>header>div{display:grid}.chat-panel>header strong{font-size:13px}.chat-panel>header a{color:#4b815c;text-decoration:none;font-size:10px}.chat-messages{padding:18px;display:flex;flex:1;flex-direction:column;gap:8px;overflow-y:auto;background:#f8faf8}.chat-messages>div.mine,.chat-messages>div.theirs{max-width:76%;padding:9px 12px;border-radius:14px}.chat-messages .mine{align-self:flex-start;color:#fff;background:#377e4f;border-bottom-right-radius:4px}.chat-messages .theirs{align-self:flex-end;border:1px solid #e0e7e1;background:#fff;border-bottom-left-radius:4px}.chat-messages p{margin:0;white-space:pre-wrap;font-size:12px;line-height:1.7}.chat-messages small{display:block;margin-top:3px;text-align:left;font-size:8px;opacity:.7}.chat-welcome{margin:auto;display:grid;justify-items:center;color:#849087;text-align:center}.chat-panel>form{padding:12px;display:flex;gap:8px;border-top:1px solid #e5ebe6}.chat-panel>form input{height:44px;padding:0 14px;flex:1;border:1px solid #dbe4dd;border-radius:12px;font:inherit;font-size:12px;outline:none}.chat-panel>form button{width:44px;border:0;border-radius:12px;color:#fff;background:#377e4f}.chat-panel>form button:disabled{opacity:.5}.chat-notice{padding:0 15px 8px;color:#b54848}.messages-state{min-height:100vh}.messages-state h1{margin:10px 0 0}.messages-state a{padding:9px 16px;border-radius:9px;color:#fff;background:#377e4f;text-decoration:none}.messages-state p{font-size:12px}@media(max-width:700px){.messages-page{padding:0}.messages-page>header{padding:0 16px}.messages-shell{height:calc(100vh - 72px);min-height:0;display:block;border-radius:0;border-width:1px 0}.conversation-list{height:100%;border:0}.chat-panel{height:100%}.chat-panel,.messages-shell.chat-open .conversation-list{display:none}.messages-shell.chat-open .chat-panel{display:flex}.chat-panel>header>button{display:block}.chat-messages>div.mine,.chat-messages>div.theirs{max-width:86%}}