.chat-drawer__mobile-back{display:none}.chat-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.2);z-index:45000}.chat-drawer{position:fixed;top:0;right:0;bottom:0;width:min(980px,92vw);background:#fff;z-index:46000;display:flex;flex-direction:column;box-shadow:-8px 0 28px rgba(0,0,0,.18);border-left:1px solid #e5e7eb;animation:chatDrawerIn .18s ease-out}@keyframes chatDrawerIn{0%{transform:translateX(24px);opacity:.85}to{transform:translateX(0);opacity:1}}.chat-drawer__header{height:56px;padding:10px 14px;border-bottom:1px solid #eef2f7;background:#fcfcfd;display:flex;align-items:center;justify-content:space-between}.chat-drawer__title{font-size:14px;font-weight:700;color:#111827}.chat-drawer__subtitle{font-size:11px;color:#6b7280;margin-top:2px}.chat-drawer__close{border:1px solid #e5e7eb;background:#fff;height:32px;width:32px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.chat-drawer__pin{color:#475569}.chat-drawer__pin--active{color:#2563eb;border-color:rgba(37,99,235,.3);background:#eff6ff}.chat-drawer__body{flex:1;display:grid;grid-template-columns:360px 1fr;min-height:0}.chat-drawer__contacts{border-right:1px solid #eef2f7;display:flex;flex-direction:column;min-height:0}.chat-drawer__contacts-head{padding:10px 12px;display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid #f1f5f9}.chat-drawer__contacts-title{font-size:12px;font-weight:700;color:#334155}.chat-drawer__contacts-loading{font-size:11px;color:#94a3b8}.chat-drawer__contacts-list{overflow:auto;padding:6px;min-height:0}.chat-drawer__contacts-section{font-size:11px;font-weight:800;color:#64748b;padding:8px 10px 6px;text-transform:uppercase;letter-spacing:.06em}.chat-drawer__empty{padding:16px;color:#94a3b8;font-size:12px}.chat-contact{width:100%;display:flex;gap:10px;padding:10px;border-radius:10px;border:1px solid transparent;background:transparent;cursor:pointer;text-align:left;margin-bottom:6px}.chat-contact:hover{background:#f8fafc}.chat-contact--active{background:#f4f5ff;border-color:rgba(84,104,255,.28)}.chat-contact__avatar{width:38px;height:38px;border-radius:999px;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;font-size:12px;font-weight:800;flex-shrink:0}.chat-contact__status{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border-radius:999px;background:#cbd5e1;border:2px solid #fff}.chat-contact__status.online{background:#22c55e}.chat-contact__meta{flex:1;min-width:0}.chat-contact__top{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.chat-contact__name{font-weight:800;color:#111827;font-size:12px;overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:column;gap:2px}.chat-contact__firm{font-size:10px;font-weight:700;color:#94a3b8;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-contact__timecol{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0;min-width:54px}.chat-contact__time{font-size:10px;color:#94a3b8;flex-shrink:0;text-align:right}.chat-contact__bottom{margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-contact__preview{font-size:11px;color:#6b7280;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-contact__unread{min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#22c55e;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.chat-drawer__chat{display:flex;flex-direction:column;min-height:0;background:#fff}.chat-drawer__chat-head{padding:10px 14px;border-bottom:1px solid #eef2f7;background:#fff}.chat-peer{display:flex;align-items:center;gap:10px}.chat-peer__avatar{width:34px;height:34px;border-radius:999px;background:#0f172a;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}.chat-peer__name{font-weight:800;font-size:12px;color:#111827}.chat-peer__status{font-size:11px;color:#94a3b8;margin-top:2px}.chat-drawer__messages{flex:1;overflow:auto;padding:14px;background:linear-gradient(180deg,#ffffff,#fbfbff)}.chat-drawer__messages-empty,.chat-drawer__messages-loading{color:#94a3b8;font-size:12px;padding:12px}.chat-msg{display:flex;margin:6px 0}.chat-msg--mine{justify-content:flex-end}.chat-msg__bubble{max-width:min(520px,70%);padding:10px 12px;border-radius:18px;border:1px solid rgba(15,23,42,.06);background:#ffffff;color:#111827;font-size:12px;line-height:1.35;position:relative}.chat-msg__bubble--media{padding:4px 4px 7px}.chat-msg__text{white-space:pre-wrap;overflow-wrap:anywhere}.chat-msg__attachments{display:grid;gap:4px;margin-bottom:4px}.chat-msg__bubble--media .chat-msg__attachments:last-child{margin-bottom:0}.chat-msg__image-link{display:block;border-radius:12px;overflow:hidden;border:0;background:#f8fafc;line-height:0;padding:0;cursor:zoom-in}.chat-msg__image{display:block;width:min(260px,48vw);max-height:280px;object-fit:contain}.chat-msg__file{display:inline-flex;align-items:center;gap:8px;color:#1d4ed8;text-decoration:none;font-weight:700;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:8px 10px}.chat-image-modal{position:fixed;inset:0;z-index:47000;background:rgba(15,23,42,.72);padding:28px}.chat-image-modal,.chat-image-modal__frame{display:flex;align-items:center;justify-content:center}.chat-image-modal__frame{position:relative;max-width:min(1120px,94vw);max-height:92vh}.chat-image-modal__image{max-width:100%;max-height:92vh;object-fit:contain;border-radius:8px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.35)}.chat-image-modal__close{position:absolute;top:-14px;right:-14px;width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#fff;color:#0f172a;cursor:pointer;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.25)}.chat-msg--mine .chat-msg__bubble{background:#dbeafe;border-color:rgba(37,99,235,.18)}.chat-msg__time{margin-top:6px;font-size:10px;color:#94a3b8;text-align:right}.chat-drawer__composer{display:flex;gap:8px;padding:12px;border-top:1px solid #eef2f7;background:#fff}.chat-drawer__input{flex:1;height:38px;padding:0 12px;border:1px solid #e5e7eb;border-radius:10px;outline:none;font-size:12px;background:#fff}.chat-drawer__input:focus{border-color:rgba(37,99,235,.65);box-shadow:0 0 0 4px rgba(37,99,235,.16);background:#f8fbff}.chat-drawer__input:focus-visible{outline:none}@media (min-width:769px){body.chat-drawer-pinned-open{--chat-pinned-width:clamp(340px,34vw,390px)}body.chat-drawer-pinned-open .panel-layout{width:calc(100vw - var(--chat-pinned-width));transition:width .18s ease}body.chat-drawer-pinned-open .panel-pinned-platform-bar{right:var(--chat-pinned-width);transition:right .18s ease}body.chat-drawer-pinned-open .panel-bottombar{right:var(--chat-pinned-width);transition:left .2s ease,right .18s ease}body.chat-drawer-pinned-open .modal-backdrop{right:var(--chat-pinned-width)}body.chat-drawer-pinned-open .modal-content.position-center{max-width:calc(100vw - var(--chat-pinned-width) - 24px)}body.chat-drawer-pinned-open .modal-content.position-center.size-full{width:calc(100vw - var(--chat-pinned-width) - 32px)}body.chat-drawer-pinned-open .modal-content.position-inpopup.size-full,body.chat-drawer-pinned-open .modal-content.position-left.size-full,body.chat-drawer-pinned-open .modal-content.position-right.size-full{width:calc(100vw - var(--chat-pinned-width))}.chat-drawer--pinned{top:0;right:0;bottom:0;width:var(--chat-pinned-width,clamp(340px,34vw,390px));min-width:0;overflow:visible;border-left:1px solid rgba(148,163,184,.18);border-radius:0;background:#101827;box-shadow:-12px 0 34px rgba(15,23,42,.24);animation:none}.chat-drawer--pinned .chat-drawer__header{height:50px;padding:8px 10px 8px 12px;background:#0b1220;border-bottom-color:rgba(148,163,184,.16);border-radius:0}.chat-drawer--pinned .chat-drawer__title,.chat-drawer--pinned .chat-peer__name{color:#f8fafc}.chat-drawer--pinned .chat-drawer__subtitle,.chat-drawer--pinned .chat-peer__status{color:#94a3b8}.chat-drawer--pinned .chat-drawer__close{width:30px;height:30px;color:#cbd5e1;background:rgba(15,23,42,.78);border-color:rgba(148,163,184,.18)}.chat-drawer--pinned .chat-drawer__close:hover{color:#fff;background:rgba(30,41,59,.94)}.chat-drawer--pinned .chat-drawer__pin--active{color:#93c5fd;background:rgba(37,99,235,.18);border-color:rgba(147,197,253,.32)}.chat-drawer--pinned .chat-drawer__body{position:relative;display:block;min-height:0}.chat-drawer--pinned .chat-drawer__chat{height:100%;background:#111827}.chat-drawer--pinned .chat-drawer__chat-head{min-height:52px;padding:9px 12px;background:#101827;border-bottom-color:rgba(148,163,184,.16)}.chat-drawer--pinned .chat-drawer__contacts{position:fixed;top:0;right:var(--chat-pinned-width,clamp(340px,34vw,390px));bottom:0;width:min(330px,78vw);z-index:2;transform:translateX(calc(100% - 12px));opacity:0;pointer-events:none;background:#0f172a;border-right:1px solid rgba(148,163,184,.18);border-radius:12px 0 0 12px;box-shadow:-14px 0 34px rgba(15,23,42,.26);transition:transform .18s ease,opacity .18s ease}.chat-drawer--pinned .chat-drawer__contacts:focus-within,.chat-drawer--pinned:hover .chat-drawer__contacts{transform:translateX(0);opacity:1;pointer-events:auto}.chat-drawer--pinned .chat-drawer__contacts-head{background:#0b1220;border-bottom-color:rgba(148,163,184,.16)}.chat-drawer--pinned .chat-drawer__contacts-list{scrollbar-width:thin;scrollbar-color:rgba(71,85,105,.85) rgba(15,23,42,.18)}.chat-drawer--pinned .chat-drawer__contacts-list::-webkit-scrollbar{width:5px}.chat-drawer--pinned .chat-drawer__contacts-list::-webkit-scrollbar-track{background:rgba(15,23,42,.18)}.chat-drawer--pinned .chat-drawer__contacts-list::-webkit-scrollbar-thumb{background:rgba(71,85,105,.9);border-radius:999px}.chat-drawer--pinned .chat-drawer__contacts-list::-webkit-scrollbar-thumb:hover{background:rgba(100,116,139,.95)}.chat-drawer--pinned .chat-drawer__contacts-title{color:#e2e8f0}.chat-drawer--pinned .chat-drawer__contacts-loading,.chat-drawer--pinned .chat-drawer__contacts-section,.chat-drawer--pinned .chat-drawer__empty{color:#94a3b8}.chat-drawer--pinned .chat-contact{border-radius:8px}.chat-drawer--pinned .chat-contact:hover{background:rgba(30,41,59,.82)}.chat-drawer--pinned .chat-contact--active{background:rgba(37,99,235,.2);border-color:rgba(96,165,250,.34)}.chat-drawer--pinned .chat-contact__name,.chat-drawer--pinned .chat-contact__preview{color:#e5e7eb}.chat-drawer--pinned .chat-contact__firm,.chat-drawer--pinned .chat-contact__time{color:#94a3b8}.chat-drawer--pinned .chat-contact__status{border-color:#0f172a}.chat-drawer--pinned .chat-drawer__messages{padding:12px;background:#111827;scrollbar-width:thin;scrollbar-color:rgba(71,85,105,.85) rgba(15,23,42,.18)}.chat-drawer--pinned .chat-drawer__messages::-webkit-scrollbar{width:5px}.chat-drawer--pinned .chat-drawer__messages::-webkit-scrollbar-track{background:rgba(15,23,42,.18)}.chat-drawer--pinned .chat-drawer__messages::-webkit-scrollbar-thumb{background:rgba(71,85,105,.9);border-radius:999px}.chat-drawer--pinned .chat-drawer__messages::-webkit-scrollbar-thumb:hover{background:rgba(100,116,139,.95)}.chat-drawer--pinned .chat-drawer__messages-empty,.chat-drawer--pinned .chat-drawer__messages-loading{color:#94a3b8}.chat-drawer--pinned .chat-msg__bubble{max-width:86%;color:#e5e7eb;background:#1f2937;border-color:rgba(148,163,184,.14)}.chat-drawer--pinned .chat-msg--mine .chat-msg__bubble{color:#eff6ff;background:#1d4ed8;border-color:rgba(147,197,253,.26)}.chat-drawer--pinned .chat-msg__time{color:rgba(226,232,240,.62)}.chat-drawer--pinned .chat-drawer__composer{padding:10px;background:#0b1220;border-top-color:rgba(148,163,184,.16);border-radius:0}.chat-drawer--pinned .chat-drawer__input{height:36px;color:#f8fafc;background:#111827;border-color:rgba(148,163,184,.24)}.chat-drawer--pinned .chat-drawer__input::placeholder{color:#64748b}.chat-drawer--pinned .chat-drawer__input:focus{border-color:rgba(96,165,250,.76);box-shadow:0 0 0 3px rgba(37,99,235,.22);background:#0f172a}}.chat-drawer__send{height:38px;padding:0 14px;border-radius:10px;border:1px solid rgba(84,104,255,.22);background:#5468ff;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.chat-drawer__send:disabled{opacity:.55;cursor:not-allowed}@media (max-width:860px) and (min-width:769px){.chat-drawer__body{grid-template-columns:1fr;grid-template-rows:260px 1fr}.chat-drawer__contacts{display:flex;border-right:none;border-bottom:1px solid #eef2f7}.chat-drawer__chat{min-height:0}}@media (max-width:768px){.chat-drawer-backdrop{display:none}.chat-drawer{width:100vw;border-left:none;box-shadow:none;animation:chatDrawerInMobile .32s cubic-bezier(.22,1,.36,1) both}.chat-drawer--closing-mobile{animation:chatDrawerOutMobile .28s cubic-bezier(.4,0,.7,.2) both;pointer-events:none}@keyframes chatDrawerInMobile{0%{transform:translateX(100%);opacity:.5}to{transform:translateX(0);opacity:1}}@keyframes chatDrawerOutMobile{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:.5}}.chat-drawer__header{height:50px;padding:0 12px;background:#155dfc;border-bottom:none}.chat-drawer__title{color:#fff;font-size:16px}.chat-drawer__subtitle{color:rgba(255,255,255,.7);font-size:11px}.chat-drawer__close{border:none;background:transparent;color:#fff;font-size:16px}.chat-drawer__body{display:flex;flex-direction:row;width:200vw;grid-template-columns:unset;overflow:hidden;transform:translateX(0);transition:transform .32s cubic-bezier(.22,1,.36,1);will-change:transform}.chat-drawer__body--chat-view{transform:translateX(-50%)}.chat-drawer:has(.chat-drawer__body--chat-view) .chat-drawer__header{display:none}.chat-drawer__contacts{border-right:none}.chat-drawer__chat,.chat-drawer__contacts{width:50%;flex-shrink:0;height:100%}.chat-drawer__chat-head--mobile{background:#155dfc;border-bottom:none;padding:8px 12px}.chat-drawer__chat-head--mobile .chat-peer__name{color:#fff}.chat-drawer__chat-head--mobile .chat-peer__status{color:rgba(255,255,255,.7)}.chat-drawer__chat-head--mobile .chat-peer__avatar{color:#fff}.chat-drawer__mobile-back{width:32px;height:32px;border:none;background:transparent;color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;flex-shrink:0;-webkit-tap-highlight-color:transparent;margin-right:4px}.chat-drawer__mobile-back:active{background:rgba(255,255,255,.15)}.chat-drawer__input{font-size:16px;height:42px;border-radius:21px}.chat-drawer__send{height:42px;width:42px;padding:0;border-radius:50%;font-size:14px;background:#155dfc}.chat-drawer__composer{padding-bottom:max(10px,env(safe-area-inset-bottom))}.chat-drawer__messages{background:#efeae2}.chat-msg__bubble{border:none;box-shadow:0 1px 2px rgba(0,0,0,.1);border-radius:8px}.chat-msg--mine .chat-msg__bubble{background:#d9fdd3;border-color:transparent;border-radius:8px 0 8px 8px}.chat-msg--theirs .chat-msg__bubble{border-radius:0 8px 8px 8px}.chat-drawer__contacts-head input{font-size:16px}}