.workspace:has(#messagesView.active) main{height:calc(100dvh - 72px);overflow:hidden;padding:18px 24px}.messages-title{align-items:center;flex:none;margin:0 0 14px}.messages-title h1{font-size:26px}.messages-title p{font-size:11px}.messages-count{padding:8px 14px;border:1px solid #cdebdc;border-radius:12px;background:#effaf4;color:#087b58;text-align:center}.messages-count strong,.messages-count span{display:block}.messages-count strong{font:800 20px Manrope}.messages-count span{font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.messages-shell{height:calc(100% - 72px);min-height:0;display:grid;grid-template-columns:304px minmax(0,1fr);overflow:hidden;border:1px solid #dfe9e4;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(26,58,42,.07)}.messages-inbox{display:flex;min-height:0;flex-direction:column;border-right:1px solid #e2ebe6;background:#fbfdfc}.messages-inbox-head{display:flex;align-items:baseline;justify-content:space-between;padding:14px 15px 9px}.messages-inbox-head strong{color:#1c3025;font:800 13px Manrope}.messages-inbox-head span{color:#87948d;font-size:8px}.messages-search{height:31px;display:flex;align-items:center;gap:7px;margin:0 11px 8px;padding:0 9px;border:1px solid #dfe9e4;border-radius:8px;background:#fff;color:#8b9991}.messages-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;font-size:9px}.messages-list{min-height:0;overflow-y:auto;padding:0 6px 8px}.message-list-item{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr) 48px;gap:8px;width:100%;padding:9px 8px;border:0;border-radius:9px;background:transparent;text-align:left}.message-list-item:hover{background:#f0f8f4}.message-list-item.active{background:#e4f6ed}.message-list-item span{min-width:0}.message-list-item strong,.message-list-item em,.message-list-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-list-item strong{color:#23362b;font-size:9px}.message-list-item em{margin-top:2px;color:#4c6155;font-size:8px;font-style:normal;font-weight:800}.message-list-item small{margin-top:2px;color:#8b9791;font-size:7px}.message-list-item time{color:#8b9791;font-size:7px;text-align:right}.message-avatar{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#d7f2e4;color:#087b58;font:800 8px Manrope}.messages-list-empty{padding:28px 12px;color:#87948d;font-size:9px;text-align:center}.messages-conversation{position:relative;display:flex;min-width:0;min-height:0;flex-direction:column;background:#f6f9f7}.messages-conversation-head{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:8px 16px;border-bottom:1px solid #e0eae5;background:#fff}.messages-conversation-head>div{display:flex;align-items:center;gap:9px}.message-avatar.large{width:34px;height:34px;border-radius:11px}.messages-conversation-head strong,.messages-conversation-head small{display:block}.messages-conversation-head strong{color:#203128;font:800 12px Manrope}.messages-conversation-head small{margin-top:2px;color:#78867f;font-size:8px}.messages-conversation-head .secondary{padding:6px 9px;font-size:8px}.messages-thread{flex:1;min-height:0;overflow-y:auto;padding:13px clamp(16px,4vw,66px);background:linear-gradient(135deg,#f5faf7,#eef6f1)}.message-bubble{max-width:min(78%,760px);margin:0 0 8px;padding:8px 10px;border:1px solid #dce7e1;border-radius:6px 13px 13px 13px;background:#fff;box-shadow:0 2px 7px rgba(28,58,43,.04)}.message-bubble.outgoing{margin-left:auto;border-color:#0a9f72;border-radius:13px 6px 13px 13px;background:#0a9f72;color:#fff}.message-bubble.internal{margin-left:auto;border-color:#bee4d1;background:#e4f7ee;color:#234a39}.message-bubble>div{display:flex;gap:7px;margin-bottom:4px;font-size:7px}.message-bubble time{margin-left:auto;color:#85938b;font-size:7px}.message-bubble.outgoing time{color:rgba(255,255,255,.75)}.message-bubble>b{display:block;margin-bottom:3px;font-size:9px}.message-bubble p{margin:0;white-space:pre-wrap;font-size:9px;line-height:1.42}.messages-composer{flex:none;padding:8px 14px 10px;border-top:1px solid #dfe9e4;background:#fff}.messages-composer-top{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:5px}.messages-composer-top strong{color:#254032;font:800 9px Manrope}.messages-composer-top span{color:#7a8981;font-size:8px}.messages-composer label{display:flex;align-items:center;gap:6px;margin-bottom:5px;color:#7a8981;font-size:7px;font-weight:800}.messages-composer input{height:24px;min-width:0;flex:1;border:1px solid #dce7e1;border-radius:6px;padding:0 7px;font-size:8px;outline:0}.messages-composer textarea{display:block;width:100%;height:52px;min-height:52px;resize:none;border:1px solid #dce7e1;border-radius:8px;padding:7px 8px;font:9px DM Sans;outline:0}.messages-composer textarea:focus,.messages-composer input:focus{border-color:#6dc39a;box-shadow:0 0 0 2px #effaf4}.messages-composer>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px}.messages-composer small{color:#829088;font-size:7px}.messages-composer .primary{padding:7px 10px;font-size:8px}@media(max-width:820px){.workspace:has(#messagesView.active) main{height:auto;min-height:calc(100dvh - 72px);overflow:visible}.messages-shell{height:calc(100dvh - 190px);grid-template-columns:245px minmax(0,1fr)}.messages-thread{padding:12px}.message-bubble{max-width:90%}}@media(max-width:640px){.workspace:has(#messagesView.active) main{padding:14px 12px;overflow:visible}.messages-shell{height:auto;min-height:680px;grid-template-columns:1fr}.messages-inbox{height:220px;border-right:0;border-bottom:1px solid #e2ebe6}.messages-conversation{min-height:440px}.messages-conversation-head .secondary{display:none}}
