.office-messenger-widget{position:fixed;right:22px;bottom:22px;z-index:99990;font-family:Roboto,"Google Sans","Segoe UI",Arial,sans-serif;color:#202124}
.office-chat-launcher{position:relative;display:grid;width:58px;height:58px;margin-left:auto;padding:0;place-items:center;border:0;border-radius:50%;background:#0b57d0;color:#fff;box-shadow:0 10px 28px rgba(11,87,208,.32);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}
.office-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(11,87,208,.4)}.office-chat-launcher svg{width:27px;height:27px;fill:currentColor}.office-chat-launcher .office-chat-nav-badge{position:absolute;top:-3px;right:-3px;margin:0;box-shadow:0 0 0 3px #fff}
.office-chat-panel{position:absolute;right:0;bottom:72px;display:none;width:390px;height:min(620px,calc(100vh - 115px));overflow:hidden;border:1px solid #d9dee7;border-radius:22px;background:#fff;box-shadow:0 22px 65px rgba(15,23,42,.25)}.office-chat-panel.open{display:grid;grid-template-rows:auto minmax(0,1fr)}
.office-chat-widget-head{display:flex;min-height:68px;padding:12px 14px;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #e4e7ec;background:#fff}.office-chat-widget-brand{display:flex;min-width:0;align-items:center;gap:10px}.office-chat-widget-logo{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:13px;background:#d3e3fd;color:#0b57d0}.office-chat-widget-logo svg{width:21px;height:21px;fill:currentColor}.office-chat-widget-title{min-width:0}.office-chat-widget-title strong,.office-chat-widget-title small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.office-chat-widget-title strong{font-size:15px}.office-chat-widget-title small{margin-top:2px;color:#6b7280;font-size:10px}.office-chat-widget-head-actions{display:flex;gap:5px}.office-chat-widget-icon-btn{display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:50%;background:#f1f3f4;color:#4b5563;cursor:pointer}.office-chat-widget-icon-btn:hover{background:#e8f0fe;color:#0b57d0}.office-chat-widget-icon-btn svg{width:18px;height:18px;fill:currentColor}
.office-chat-widget-body{position:relative;min-height:0;overflow:hidden}.office-chat-view{display:none;height:100%;min-height:0}.office-chat-view.active{display:grid}.office-chat-list-view{grid-template-rows:auto minmax(0,1fr)}.office-chat-search{padding:12px 14px}.office-chat-search input{width:100%;min-height:42px;padding:0 14px;border:1px solid #d7dce4;border-radius:21px;background:#f8fafc;color:#202124;font:12px inherit;outline:none}.office-chat-search input:focus{border-color:#0b57d0;background:#fff;box-shadow:0 0 0 3px rgba(11,87,208,.1)}.office-chat-people{display:grid;padding:2px 8px 12px;gap:3px;overflow-y:auto;align-content:start}.office-chat-person{display:grid;width:100%;min-width:0;padding:10px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;border:0;border-radius:14px;background:transparent;color:#202124;text-align:left;cursor:pointer}.office-chat-person:hover{background:#f1f5fb}.office-chat-avatar{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;background:linear-gradient(145deg,#d3e3fd,#e8f0fe);color:#0b57d0;font-size:15px;font-weight:700}.office-chat-person-copy{min-width:0}.office-chat-person-copy strong,.office-chat-person-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.office-chat-person-copy strong{font-size:13px}.office-chat-person-copy span{margin-top:4px;color:#6b7280;font-size:10px}.office-chat-person.has-unread .office-chat-person-copy strong,.office-chat-person.has-unread .office-chat-person-copy span{color:#202124;font-weight:700}.office-chat-person-meta{display:grid;justify-items:end;gap:5px}.office-chat-person-meta time{color:#8a9099;font-size:9px}.office-chat-person-meta b{display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border-radius:999px;background:#0b57d0;color:#fff;font-size:9px}.office-chat-empty{display:grid;min-height:180px;padding:28px;place-items:center;color:#6b7280;font-size:12px;text-align:center}
.office-chat-avatar{position:relative;overflow:hidden}.office-chat-avatar img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;background:#fff}
.office-chat-thread-view{grid-template-rows:auto minmax(0,1fr) auto}.office-chat-thread-head{display:grid;min-height:58px;padding:8px 12px;grid-template-columns:36px 38px minmax(0,1fr);align-items:center;gap:8px;border-bottom:1px solid #e5e7eb}.office-chat-thread-head .office-chat-avatar{width:38px;height:38px;font-size:13px}.office-chat-thread-copy{min-width:0}.office-chat-thread-copy strong,.office-chat-thread-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.office-chat-thread-copy strong{font-size:13px}.office-chat-thread-copy small{margin-top:2px;color:#6b7280;font-size:9px}.office-chat-messages{display:flex;padding:14px;overflow-y:auto;flex-direction:column;gap:8px;background:linear-gradient(180deg,#f7faff,#fff)}.office-chat-message{max-width:78%;padding:9px 11px;align-self:flex-start;border-radius:16px 16px 16px 4px;background:#eef1f5;color:#202124;font-size:12px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.office-chat-message.me{align-self:flex-end;border-radius:16px 16px 4px 16px;background:#0b57d0;color:#fff}.office-chat-message-meta{display:flex;margin-top:4px;align-items:center;justify-content:flex-end;gap:5px;font-size:8px;line-height:1;opacity:.74;white-space:nowrap}.office-chat-message-meta time{margin:0;font-size:inherit;text-align:right}.office-chat-receipt.read{color:#d8e8ff;font-weight:700;opacity:1}.office-chat-composer{display:grid;padding:10px;grid-template-columns:minmax(0,1fr) 42px;align-items:end;gap:7px;border-top:1px solid #e5e7eb;background:#fff}.office-chat-composer textarea{width:100%;min-height:42px;max-height:100px;padding:11px 13px;resize:none;border:1px solid #d7dce4;border-radius:18px;background:#f8fafc;color:#202124;font:12px/1.4 inherit;outline:none}.office-chat-composer textarea:focus{border-color:#0b57d0;background:#fff}.office-chat-send{display:grid;width:42px;height:42px;padding:0;place-items:center;border:0;border-radius:50%;background:#0b57d0;color:#fff;cursor:pointer}.office-chat-send:disabled{opacity:.5;cursor:not-allowed}.office-chat-send svg{width:19px;height:19px;fill:currentColor}
html[data-theme="dark"] .office-chat-panel{border-color:#3c4043;background:#202124;color:#e8eaed}html[data-theme="dark"] .office-chat-widget-head,html[data-theme="dark"] .office-chat-composer{border-color:#3c4043;background:#202124}html[data-theme="dark"] .office-chat-person{color:#e8eaed}html[data-theme="dark"] .office-chat-person:hover{background:#292a2d}html[data-theme="dark"] .office-chat-person.has-unread .office-chat-person-copy strong,html[data-theme="dark"] .office-chat-person.has-unread .office-chat-person-copy span{color:#e8eaed}html[data-theme="dark"] .office-chat-search input,html[data-theme="dark"] .office-chat-composer textarea{border-color:#3c4043;background:#292a2d;color:#e8eaed}html[data-theme="dark"] .office-chat-thread-head{border-color:#3c4043}html[data-theme="dark"] .office-chat-messages{background:#17181a}html[data-theme="dark"] .office-chat-message{background:#303134;color:#e8eaed}
@media(max-width:620px){.office-messenger-widget{right:12px;bottom:12px}.office-chat-launcher{width:54px;height:54px}.office-chat-panel{position:fixed;inset:10px;width:auto;height:auto;border-radius:20px}.office-chat-person{grid-template-columns:43px minmax(0,1fr) auto}.office-chat-avatar{width:43px;height:43px}}
