.msg-page{height:100%;font-family:var(--font-sans,-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);color:#1a1d23;background:#f5f6f8;flex-direction:column;display:flex;overflow:hidden}.msg-page-header{background:#fff;border-bottom:1px solid #e8eaed;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.msg-page-header-left h1{color:#0f1623;letter-spacing:-.3px;margin:0 0 2px;font-size:20px;font-weight:700}.msg-page-header-left p{color:#6b7280;margin:0;font-size:13px}.msg-page-header-left span.msg-unread-badge{color:#fff;vertical-align:middle;background:#1d4ed8;border-radius:10px;margin-left:6px;padding:1px 7px;font-size:11px;font-weight:600;line-height:18px;display:inline-block}.msg-header-actions{gap:8px;display:flex}.msg-btn-new{color:#fff;cursor:pointer;white-space:nowrap;background:#1d4ed8;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.msg-btn-new:hover{background:#1e40af}.msg-btn-icon{cursor:pointer;color:#4b5563;background:0 0;border:1px solid #e2e6eb;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .12s,color .12s;display:flex}.msg-btn-icon:hover{color:#111;background:#f3f4f6}.msg-workspace{flex:1;min-height:0;display:flex;overflow:hidden}.msg-col-inbox{background:#fff;border-right:1px solid #e8eaed;flex-direction:column;flex-shrink:0;width:300px;min-width:280px;max-width:320px;display:flex}.msg-inbox-search{border-bottom:1px solid #f0f1f3;padding:12px 14px 10px}.msg-search-wrap{background:#f3f4f6;border-radius:8px;align-items:center;gap:7px;padding:0 10px;display:flex}.msg-search-wrap input{color:#111;background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-size:13px}.msg-search-wrap input::placeholder{color:#9ca3af}.msg-search-icon{color:#9ca3af;flex-shrink:0}.msg-inbox-filters{scrollbar-width:none;border-bottom:1px solid #f0f1f3;flex-wrap:nowrap;gap:4px;padding:8px 14px;display:flex;overflow-x:auto}.msg-inbox-filters::-webkit-scrollbar{display:none}.msg-filter-chip{cursor:pointer;white-space:nowrap;color:#6b7280;background:0 0;border:1px solid #0000;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;transition:all .12s}.msg-filter-chip:hover{color:#111;background:#f3f4f6}.msg-filter-chip.active{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe;font-weight:600}.msg-inbox-list{flex:1;padding-bottom:8px;overflow-y:auto}.msg-inbox-list::-webkit-scrollbar{width:4px}.msg-inbox-list::-webkit-scrollbar-thumb{background:#e2e6eb;border-radius:2px}.msg-group-label{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;padding:12px 14px 4px;font-size:11px;font-weight:600}.msg-conv-row{cursor:pointer;border-left:3px solid #0000;align-items:flex-start;gap:10px;padding:10px 14px;transition:background .1s;display:flex;position:relative}.msg-conv-row:hover{background:#f8fafc}.msg-conv-row.selected{background:#eff6ff;border-left-color:#1d4ed8}.msg-conv-row.unread .msg-conv-name{color:#0f1623;font-weight:700}.msg-conv-row.unread .msg-conv-preview{color:#374151}.msg-conv-avatar{color:#4b5563;background:#e2e6eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex;position:relative}.msg-conv-avatar.buyer{color:#1d4ed8;background:#dbeafe}.msg-conv-avatar.tenant{color:#065f46;background:#d1fae5}.msg-conv-avatar.owner{color:#92400e;background:#fef3c7}.msg-conv-avatar.supplier{color:#6b21a8;background:#f3e8ff}.msg-conv-avatar.internal{color:#0369a1;background:#e0f2fe}.msg-unread-dot{background:#1d4ed8;border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:2px;right:2px}.msg-conv-body{flex:1;min-width:0}.msg-conv-top{justify-content:space-between;align-items:center;margin-bottom:1px;display:flex}.msg-conv-name{color:#1a1d23;white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:13px;font-weight:600;overflow:hidden}.msg-conv-time{color:#9ca3af;white-space:nowrap;margin-left:6px;font-size:11px}.msg-conv-subject{color:#374151;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:12px;overflow:hidden}.msg-conv-preview{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.msg-conv-meta{align-items:center;gap:5px;margin-top:3px;display:flex}.msg-role-label{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600}.msg-role-label.buyer{color:#1e40af;background:#dbeafe}.msg-role-label.tenant{color:#065f46;background:#d1fae5}.msg-role-label.owner{color:#92400e;background:#fef3c7}.msg-role-label.supplier{color:#6b21a8;background:#f3e8ff}.msg-role-label.internal{color:#0369a1;background:#e0f2fe}.msg-property-ref{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.msg-attach-icon{color:#9ca3af}.msg-col-convo{background:#f8fafc;flex-direction:column;flex:1;min-width:0;display:flex}.msg-convo-empty{color:#9ca3af;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.msg-convo-empty svg{opacity:.3}.msg-convo-empty p{margin:0;font-size:14px}.msg-convo-header{background:#fff;border-bottom:1px solid #e8eaed;flex-shrink:0;align-items:center;gap:12px;padding:12px 18px;display:flex}.msg-convo-header-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;display:flex}.msg-convo-header-info{flex:1;min-width:0}.msg-convo-header-info h2{color:#0f1623;margin:0 0 1px;font-size:15px;font-weight:700}.msg-convo-header-info p{color:#6b7280;margin:0;font-size:12px}.msg-convo-header-actions{align-items:center;gap:6px;display:flex}.msg-prop-pill{color:#1d4ed8;cursor:pointer;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:500;text-decoration:none;transition:background .12s;display:inline-flex}.msg-prop-pill:hover{background:#dbeafe}.msg-messages-area{flex-direction:column;flex:1;gap:12px;padding:18px 20px;display:flex;overflow-y:auto}.msg-messages-area::-webkit-scrollbar{width:5px}.msg-messages-area::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.msg-date-divider{align-items:center;gap:10px;margin:6px 0;display:flex}.msg-date-divider span{color:#9ca3af;white-space:nowrap;font-size:11px;font-weight:500}.msg-date-divider:before,.msg-date-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.msg-bubble-wrap{align-items:flex-end;gap:8px;display:flex}.msg-bubble-wrap.outbound{flex-direction:row-reverse}.msg-bubble-avatar{color:#4b5563;background:#e2e6eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex}.msg-bubble-wrap.outbound .msg-bubble-avatar{color:#1d4ed8;background:#dbeafe}.msg-bubble{color:#1a1d23;background:#fff;border-radius:12px;max-width:68%;padding:10px 13px;font-size:14px;line-height:1.55;position:relative;box-shadow:0 1px 3px #0000000f}.msg-bubble-wrap.inbound .msg-bubble{border-radius:12px 12px 12px 3px}.msg-bubble-time{color:#9ca3af;text-align:right;margin-top:3px;font-size:10px;display:block}.msg-bubble-wrap.outbound .msg-bubble-time{color:#ffffffa6}.msg-attachment-card{color:#374151;cursor:pointer;background:#f3f4f6;border-radius:8px;align-items:center;gap:8px;margin-top:6px;padding:8px 10px;font-size:12px;display:flex}.msg-attachment-card:hover{background:#e9eaec}.msg-bubble-wrap.outbound .msg-attachment-card{color:#fff;background:#ffffff2e}.msg-attachment-card svg{flex-shrink:0}.msg-attachment-name{font-weight:500}.msg-attachment-size{color:#9ca3af;font-size:11px}.msg-bubble-wrap.outbound .msg-attachment-size{color:#fff9}.msg-note-wrap{align-items:flex-start;gap:8px;display:flex}.msg-note-body{color:#78350f;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;max-width:70%;padding:9px 12px;font-size:13px}.msg-note-label{text-transform:uppercase;letter-spacing:.05em;color:#d97706;align-items:center;gap:4px;margin-bottom:3px;font-size:10px;font-weight:600;display:flex}.msg-note-time{color:#9ca3af;margin-top:4px;font-size:10px;display:block}.msg-composer{background:#fff;border-top:1px solid #e8eaed;flex-shrink:0;padding:12px 16px}.msg-composer-tabs{gap:2px;margin-bottom:8px;display:flex}.msg-composer-tab{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:500;transition:all .12s}.msg-composer-tab.active{color:#1d4ed8;background:#eff6ff;font-weight:600}.msg-composer-tab:hover:not(.active){background:#f3f4f6}.msg-composer-box{background:#f8fafc;border:1px solid #e2e6eb;border-radius:10px;align-items:flex-end;gap:8px;padding:8px 10px;transition:border-color .15s;display:flex}.msg-composer-box:focus-within{border-color:#93c5fd}.msg-composer-box.note-mode{background:#fffbeb;border-color:#fde68a}.msg-composer-textarea{color:#1a1d23;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:40px;max-height:120px;font-family:inherit;font-size:14px;line-height:1.5}.msg-composer-textarea::placeholder{color:#9ca3af}.msg-composer-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.msg-composer-action-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .1s,color .1s;display:flex}.msg-composer-action-btn:hover{color:#111;background:#f3f4f6}.msg-composer-send{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .12s;display:flex}.msg-composer-send:hover{background:#1e40af}.msg-composer-send:disabled{cursor:not-allowed;background:#93c5fd}.msg-col-context{background:#fff;border-left:1px solid #e8eaed;flex-direction:column;flex-shrink:0;width:268px;min-width:250px;max-width:290px;display:flex;overflow-y:auto}.msg-col-context::-webkit-scrollbar{width:4px}.msg-col-context::-webkit-scrollbar-thumb{background:#e2e6eb;border-radius:2px}.msg-context-empty{color:#d1d5db;text-align:center;flex:1;justify-content:center;align-items:center;padding:24px;font-size:13px;display:flex}.msg-context-section{border-bottom:1px solid #f0f1f3;padding:14px 16px}.msg-context-section:last-child{border-bottom:none}.msg-context-section-title{text-transform:uppercase;letter-spacing:.07em;color:#9ca3af;margin:0 0 10px;font-size:10px;font-weight:700}.msg-contact-name{color:#0f1623;margin:0 0 2px;font-size:16px;font-weight:700}.msg-contact-role-line{margin:0 0 10px}.msg-contact-detail{color:#374151;align-items:center;gap:7px;margin-bottom:5px;font-size:12px;display:flex}.msg-contact-detail svg{color:#9ca3af;flex-shrink:0}.msg-contact-detail a{color:#1d4ed8;text-decoration:none}.msg-contact-detail a:hover{text-decoration:underline}.msg-prop-card{background:#f8fafc;border:1px solid #e8eaed;border-radius:8px;padding:10px 12px}.msg-prop-card-ref{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:11px;font-weight:700}.msg-prop-card-addr{color:#111;margin-bottom:8px;font-size:13px;font-weight:600}.msg-prop-card-link{color:#1d4ed8;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-size:12px;font-weight:500;text-decoration:none;transition:color .1s;display:inline-flex}.msg-prop-card-link:hover{color:#1e40af;text-decoration:underline}.msg-status-row{color:#374151;justify-content:space-between;align-items:center;margin-bottom:5px;font-size:12px;display:flex}.msg-status-badge{border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.msg-status-badge.needs-reply{color:#991b1b;background:#fee2e2}.msg-status-badge.waiting{color:#92400e;background:#fef3c7}.msg-status-badge.closed{color:#6b7280;background:#f3f4f6}.msg-status-badge.follow-up{color:#065f46;background:#d1fae5}.msg-quick-actions{grid-template-columns:1fr 1fr;gap:6px;display:grid}.msg-qa-btn{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e6eb;border-radius:7px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:500;transition:background .1s,border-color .1s;display:flex}.msg-qa-btn:hover{background:#f3f4f6;border-color:#d1d5db}.msg-qa-btn.danger{color:#991b1b}.msg-qa-btn.danger:hover{background:#fee2e2;border-color:#fca5a5}.msg-qa-btn svg{color:#9ca3af;flex-shrink:0}.msg-qa-btn.danger svg{color:#f87171}.msg-activity-item{color:#374151;border-bottom:1px solid #f3f4f6;gap:9px;padding:7px 0;font-size:12px;display:flex}.msg-activity-item:last-child{border-bottom:none}.msg-activity-dot{background:#d1d5db;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:4px}.msg-activity-dot.blue{background:#93c5fd}.msg-activity-dot.yellow{background:#fcd34d}.msg-activity-dot.green{background:#6ee7b7}.msg-activity-text{flex:1;line-height:1.45}.msg-activity-time{color:#9ca3af;white-space:nowrap;font-size:11px}.msg-viewing-card{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:10px 12px;font-size:12px}.msg-viewing-card-title{color:#1e40af;margin-bottom:3px;font-weight:600}.msg-viewing-card p{color:#1d4ed8;margin:0}.msg-modal-overlay{z-index:9000;background:#00000059;justify-content:center;align-items:center;padding:16px;animation:.15s msg-fade-in;display:flex;position:fixed;inset:0}@keyframes msg-fade-in{0%{opacity:0}to{opacity:1}}.msg-modal{background:#fff;border-radius:12px;width:100%;max-width:420px;animation:.18s msg-slide-up;overflow:hidden;box-shadow:0 20px 50px #0000002e}@keyframes msg-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.msg-modal-header{border-bottom:1px solid #e8eaed;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.msg-modal-header h3{color:#0f1623;margin:0;font-size:15px;font-weight:700}.msg-modal-body{padding:20px}.msg-modal-footer{border-top:1px solid #f0f1f3;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.msg-modal-label{color:#374151;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.msg-modal-input,.msg-modal-textarea,.msg-modal-select{color:#111;box-sizing:border-box;background:#fff;border:1px solid #e2e6eb;border-radius:7px;outline:none;width:100%;padding:8px 11px;font-family:inherit;font-size:13px;transition:border-color .15s}.msg-modal-input:focus,.msg-modal-textarea:focus,.msg-modal-select:focus{border-color:#93c5fd}.msg-modal-textarea{resize:vertical;min-height:80px}.msg-modal-field{margin-bottom:14px}.msg-modal-field:last-child{margin-bottom:0}.msg-btn-cancel{color:#374151;cursor:pointer;background:#fff;border:1px solid #e2e6eb;border-radius:7px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .12s}.msg-btn-cancel:hover{background:#f3f4f6}.msg-btn-confirm{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:7px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .12s}.msg-btn-confirm:hover{background:#1e40af}.msg-btn-confirm.danger{background:#dc2626}.msg-btn-confirm.danger:hover{background:#b91c1c}.msg-toast{color:#fff;z-index:9999;white-space:nowrap;pointer-events:none;background:#1a1d23;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:500;animation:.2s msg-toast-in;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@keyframes msg-toast-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}50%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:767px){.msg-page{overflow:hidden}.msg-page-header{display:none}.msg-workspace{flex-direction:column;height:100%;position:relative}.msg-col-inbox{z-index:10;border-right:none;width:100%;min-width:0;max-width:100%;transition:transform .28s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.msg-col-inbox.mobile-hidden{pointer-events:none;transform:translate(-100%)}.msg-mobile-inbox-header{background:#fff;border-bottom:1px solid #e8eaed;justify-content:space-between;align-items:center;padding:16px 16px 10px;display:flex}.msg-mobile-inbox-header h1{color:#0f1623;letter-spacing:-.4px;margin:0;font-size:22px;font-weight:800}.msg-col-convo{z-index:20;background:#fff;width:100%;transition:transform .28s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:translate(100%)}.msg-col-convo.mobile-visible{transform:translate(0)}.msg-convo-header{min-height:60px;padding:10px 14px}.msg-convo-header-info h2{font-size:16px}.msg-convo-header-info p{font-size:12px}.msg-back-btn{cursor:pointer;color:#1d4ed8;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-right:2px;display:flex}.msg-col-context{display:none}.msg-bubble{font-size:15px}.msg-messages-area{padding:14px 12px}.msg-composer{padding:10px 12px;padding-bottom:max(10px, env(safe-area-inset-bottom))}.msg-composer-tabs{display:none}.msg-action-sheet-overlay{z-index:9500;background:#00000059;animation:.15s msg-fade-in;position:fixed;inset:0}.msg-action-sheet{padding:8px 0 max(20px, env(safe-area-inset-bottom));z-index:9600;background:#fff;border-radius:16px 16px 0 0;animation:.22s cubic-bezier(.4,0,.2,1) msg-sheet-up;position:fixed;bottom:0;left:0;right:0}@keyframes msg-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.msg-sheet-handle{background:#d1d5db;border-radius:2px;width:36px;height:4px;margin:8px auto 12px}.msg-sheet-item{color:#1a1d23;cursor:pointer;align-items:center;gap:14px;padding:14px 20px;font-size:16px;transition:background .1s;display:flex}.msg-sheet-item:hover{background:#f3f4f6}.msg-sheet-item svg{color:#6b7280}.msg-sheet-item.danger{color:#dc2626}.msg-conv-row{min-height:68px;padding:12px 16px}.msg-conv-name{font-size:15px}.msg-conv-subject,.msg-conv-preview{font-size:13px}.msg-conv-avatar{width:42px;height:42px;font-size:15px}.msg-composer-action-btn,.msg-composer-send{width:40px;height:40px}.msg-composer-textarea{font-size:15px}}@media (min-width:768px) and (max-width:1099px){.msg-col-inbox{width:260px;min-width:240px}.msg-col-context{width:230px;min-width:210px}.msg-mobile-inbox-header,.msg-back-btn{display:none}}@media (min-width:1100px){.msg-mobile-inbox-header,.msg-back-btn{display:none}.msg-col-inbox.mobile-hidden{pointer-events:auto;transform:none}.msg-col-convo.mobile-visible,.msg-col-convo{position:static;transform:none}}.page.msg-page{width:100%;max-width:none;min-height:calc(100dvh - 112px)}@media (max-width:767px){.page.msg-page{min-height:calc(100dvh - 64px)}}.msg-template-tab-icon{align-items:center;margin-right:4px;display:inline-flex}@media (min-width:1100px){.msg-col-inbox{width:380px!important;min-width:360px!important;max-width:400px!important}.msg-col-context{width:280px!important;min-width:260px!important;max-width:300px!important}}@media (min-width:1500px){.msg-col-inbox{width:410px!important;min-width:390px!important;max-width:430px!important}.msg-col-context{width:300px!important;min-width:280px!important;max-width:320px!important}}@media (min-width:768px){.msg-inbox-filters{flex-wrap:wrap!important;gap:7px!important;padding:10px 14px 12px!important;overflow:visible!important}.msg-filter-chip{padding:7px 11px!important;font-size:12px!important;line-height:1!important}}.msg-conv-row{gap:12px!important;padding:13px 14px!important}.msg-conv-name{color:#17233a!important;max-width:none!important;font-size:15px!important;font-weight:700!important}.msg-conv-time{color:#71819a!important;font-size:12px!important}.msg-conv-subject{color:#1f2f46!important;font-size:14px!important;font-weight:650!important;line-height:1.35!important}.msg-conv-preview{color:#52637a!important;font-size:13.5px!important;line-height:1.42!important}.msg-group-label{letter-spacing:.07em!important;color:#8b99ad!important;font-size:11px!important;font-weight:800!important}.msg-role-label{font-size:10.5px!important;font-weight:800!important}.msg-convo-header-info h2{color:#17233a!important;font-size:17px!important;font-weight:800!important}.msg-convo-header-info p{color:#5e6f87!important;font-size:13px!important}.msg-messages-area{gap:14px!important;padding:20px 22px!important}.msg-bubble{max-width:min(680px,72%)!important;font-size:15px!important;font-weight:500!important;line-height:1.58!important}.msg-bubble-time{color:#7d8aa0!important;margin-top:5px!important;font-size:12px!important}.msg-bubble-wrap,.msg-bubble-wrap.inbound,.msg-bubble-wrap.outbound{flex-direction:row!important;justify-content:flex-start!important;align-items:flex-end!important}.msg-bubble-wrap.outbound .msg-bubble-time{color:#7d8aa0!important;text-align:left!important}.msg-composer-tab{font-size:13px!important;font-weight:650!important}.msg-composer-textarea{font-size:15px!important;line-height:1.5!important}.msg-context-section-title{font-size:11px!important;font-weight:800!important}.msg-contact-name{font-size:16px!important;font-weight:800!important}.msg-contact-detail,.msg-status-row,.msg-qa-btn,.msg-activity-text,.msg-prop-card-addr{font-size:13px!important;line-height:1.45!important}@media (min-width:768px) and (max-width:1099px){.msg-col-inbox{width:330px!important;min-width:310px!important;max-width:350px!important}.msg-col-context{display:none!important}}@media (max-width:767px){.msg-inbox-filters{flex-wrap:nowrap!important;overflow-x:auto!important}.msg-conv-name{font-size:15.5px!important}.msg-conv-subject,.msg-bubble,.msg-composer-textarea{font-size:15px!important}.msg-conv-preview{font-size:14px!important}.msg-conv-meta .msg-property-ref{display:none!important}}.msg-convo-header-info h2{color:#17233a!important;font-weight:700!important}.msg-convo-header-info p{color:#52637a!important;font-weight:400!important}.msg-bubble{color:#1f2f46!important;font-weight:400!important}.msg-bubble-wrap.outbound .msg-bubble{color:#fff!important;font-weight:400!important}.msg-btn-new,.msg-btn-confirm{font-weight:600!important}.msg-desktop-inbox-tools{display:none}@media (min-width:768px){.msg-desktop-inbox-tools{background:#fff;border-top:1px solid #e5eaf2;border-bottom:1px solid #e5eaf2;grid-template-columns:minmax(260px,420px) 1fr;align-items:center;gap:14px;padding:14px 18px;display:grid}.msg-desktop-inbox-tools .msg-inbox-search{padding:0!important}.msg-desktop-inbox-tools .msg-inbox-filters{flex-wrap:wrap!important;gap:8px!important;padding:0!important;display:flex!important;overflow:visible!important}.msg-desktop-inbox-tools .msg-filter-chip{white-space:nowrap;padding:7px 11px!important;font-size:12px!important;font-weight:500!important}.msg-col-inbox>.msg-inbox-search,.msg-col-inbox>.msg-inbox-filters{display:none!important}}@media (max-width:767px){.msg-desktop-inbox-tools{display:none!important}.msg-col-inbox>.msg-inbox-search,.msg-col-inbox>.msg-inbox-filters{display:flex!important}.msg-col-inbox>.msg-inbox-search{display:block!important}.msg-col-inbox>.msg-inbox-filters{flex-wrap:nowrap!important;overflow-x:auto!important}}@media (min-width:1100px){.msg-col-inbox{width:390px!important;min-width:370px!important;max-width:420px!important}}@media (min-width:1500px){.msg-col-inbox{width:420px!important;min-width:400px!important;max-width:450px!important}}.msg-conv-name{color:#17233a!important;font-weight:600!important}.msg-conv-row.unread .msg-conv-name{font-weight:700!important}.msg-conv-preview{color:#40516b!important;font-weight:400!important}.msg-conv-time{color:#60718d!important;font-weight:400!important}.msg-group-label{color:#7f8da3!important;font-weight:600!important}.msg-role-label{font-weight:600!important}.msg-conv-meta .msg-property-ref{display:none!important}.msg-bubble{font-size:15px!important;font-weight:400!important;line-height:1.55!important}.msg-bubble-time{color:#71819a!important;font-weight:400!important}.msg-composer-tab{font-weight:500!important}.msg-composer-tab.active{font-weight:600!important}.msg-composer-textarea{color:#1f2f46!important;font-weight:400!important}.msg-context-section-title{color:#8a97aa!important;font-weight:700!important}.msg-contact-name{color:#17233a!important;font-weight:700!important}.msg-contact-detail,.msg-status-row,.msg-qa-btn,.msg-activity-text,.msg-prop-card-addr{color:#40516b!important;font-weight:400!important}.msg-prop-card-addr{color:#17233a!important;font-weight:600!important}.msg-conv-subject{color:#3f4f66!important;font-weight:500!important}.msg-conv-row.unread .msg-conv-subject{color:#26364d!important;font-weight:600!important}.msg-bubble-wrap.inbound{flex-direction:row!important;justify-content:flex-start!important;align-items:flex-end!important}.msg-bubble-wrap.inbound .msg-bubble{color:#1f2f46!important;background:#fff!important;border-radius:12px 12px 12px 3px!important}.msg-bubble-wrap.inbound .msg-bubble-time{text-align:left!important}.msg-bubble-wrap.outbound{flex-direction:row!important;justify-content:flex-end!important;align-items:flex-end!important}.msg-bubble-wrap.outbound .msg-bubble-avatar{order:2!important}.msg-bubble-wrap.outbound>div:not(.msg-bubble-avatar){order:1!important}.msg-bubble-wrap.outbound .msg-bubble{color:#fff!important;background:#2453d6!important;border-radius:12px 12px 3px!important}.msg-bubble-wrap.outbound .msg-bubble-time{text-align:right!important}.msg-bubble{max-width:min(680px,72%)!important}@media (max-width:767px){.msg-bubble{max-width:82%!important}.msg-conv-subject{color:#3f4f66!important;font-weight:500!important}}.msg-bubble-wrap.outbound{flex-direction:row!important;justify-content:flex-end!important;align-items:flex-end!important;gap:10px!important;width:100%!important;display:flex!important}.msg-bubble-wrap.outbound .msg-bubble-avatar{flex:none!important;order:2!important}.msg-bubble-wrap.outbound>div:not(.msg-bubble-avatar){flex-direction:column!important;order:1!important;align-items:flex-end!important;max-width:72%!important;display:flex!important}.msg-bubble-wrap.outbound .msg-bubble{color:#fff!important;background:#2453d6!important;border-radius:12px 12px 3px!important;max-width:100%!important;margin-left:auto!important}.msg-bubble-wrap.outbound .msg-bubble-time{text-align:right!important;align-self:flex-end!important}.msg-bubble-wrap.inbound{flex-direction:row!important;justify-content:flex-start!important;align-items:flex-end!important;gap:10px!important;width:100%!important;display:flex!important}.msg-bubble-wrap.inbound>div:not(.msg-bubble-avatar){max-width:72%!important}@media (max-width:767px){.msg-bubble-wrap.outbound>div:not(.msg-bubble-avatar),.msg-bubble-wrap.inbound>div:not(.msg-bubble-avatar){max-width:82%!important}.page.msg-page{height:calc(100dvh - 64px)!important;min-height:calc(100dvh - 64px)!important;padding:0!important;overflow:hidden!important}.msg-workspace{height:100%!important;min-height:0!important;position:relative!important;overflow:hidden!important}.msg-col-inbox{z-index:10!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;position:absolute!important;inset:0!important;transform:translate(0)!important}.msg-col-inbox.mobile-hidden{pointer-events:none!important;transform:translate(-100%)!important}.msg-col-convo{z-index:1005!important;background:#f8fafc!important;flex-direction:column!important;width:100vw!important;height:100dvh!important;transition:transform .24s!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important;transform:translate(100%)!important}.msg-col-convo.mobile-visible{pointer-events:auto!important;transform:translate(0)!important}.msg-col-convo.mobile-visible .msg-convo-header{min-height:64px!important;padding:max(10px, env(safe-area-inset-top)) 14px 10px!important;z-index:2!important;background:#fff!important;border-bottom:1px solid #e8eaed!important;flex:none!important;display:flex!important}.msg-col-convo.mobile-visible .msg-back-btn{display:flex!important}.msg-col-convo.mobile-visible .msg-messages-area{-webkit-overflow-scrolling:touch!important;background:#f8fafc!important;flex:auto!important;min-height:0!important;padding:14px 12px 16px!important;overflow-y:auto!important}.msg-col-convo.mobile-visible .msg-composer{padding:10px 12px max(10px, env(safe-area-inset-bottom))!important;z-index:2!important;background:#fff!important;border-top:1px solid #e8eaed!important;flex:none!important;display:block!important}.msg-col-convo.mobile-visible .msg-composer-box{min-height:48px!important}.msg-col-convo.mobile-visible .msg-composer-textarea{min-height:34px!important;max-height:96px!important;font-size:15px!important}.msg-col-convo.mobile-visible .msg-col-context{display:none!important}body:has(.msg-col-convo.mobile-visible) .mobile-bottom{display:none!important}}.msg-compose-modal{gap:0;display:grid}.msg-compose-textarea{line-height:1.5;min-height:150px!important}.msg-compose-toolbar{gap:8px;padding-top:2px;display:flex}.msg-compose-tool{color:#40516b;cursor:pointer;background:#fff;border:1px solid #dce3ee;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:0 12px;font-size:12px;font-weight:500;display:inline-flex}.msg-compose-tool:hover{background:#f8fafc;border-color:#b9c6d8}@media (max-width:767px){.msg-modal-overlay:has(.msg-compose-modal){align-items:stretch!important;padding:0!important}.msg-modal:has(.msg-compose-modal){flex-direction:column;display:flex;border-radius:0!important;width:100vw!important;max-width:none!important;min-height:100dvh!important}.msg-modal:has(.msg-compose-modal) .msg-modal-body{flex:auto;overflow-y:auto}.msg-modal:has(.msg-compose-modal) .msg-modal-footer{padding-bottom:max(14px, env(safe-area-inset-bottom));flex:none}.msg-compose-textarea{min-height:220px!important;font-size:15px!important}body:has(.msg-compose-modal) .mobile-bottom{display:none!important}}@media (min-width:768px){.msg-modal:has(.msg-compose-modal){width:min(760px,100vw - 80px)!important;max-width:760px!important}.msg-modal:has(.msg-compose-modal) .msg-modal-header{padding:20px 24px!important}.msg-modal:has(.msg-compose-modal) .msg-modal-body{padding:24px!important}.msg-modal:has(.msg-compose-modal) .msg-modal-footer{padding:18px 24px!important}:is(.msg-modal:has(.msg-compose-modal) .msg-modal-input,.msg-modal:has(.msg-compose-modal) .msg-modal-select){min-height:44px!important;font-size:14px!important}.msg-compose-textarea{min-height:260px!important;font-size:15px!important;line-height:1.55!important}.msg-compose-toolbar{padding-top:8px!important}.msg-compose-tool{min-height:38px!important;padding:0 14px!important;font-size:13px!important}}@media (min-width:1280px){.msg-modal:has(.msg-compose-modal){width:820px!important;max-width:820px!important}.msg-compose-textarea{min-height:300px!important}}
