@charset "UTF-8";.mig-chat-isolated .mig-chat-badge-container{position:relative}.mig-chat-isolated .mig-chat-badge{display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;padding:1px 5px;border-radius:50%;background-color:#ddd;color:#0b57d0;position:absolute;top:-4px;right:-5px}.mig-chat-isolated .channel-detail{display:flex;flex-direction:column;height:100%;background-color:#fff;width:100%;backface-visibility:hidden;transform:translateZ(0)}.mig-chat-isolated .channel-detail--header{background-color:#fff;display:flex;align-items:center;padding:1rem 1.25rem;min-height:60px;justify-content:space-between;border-bottom:1px solid #e9edef;flex-shrink:0}.mig-chat-isolated .channel-detail--header_title{font-weight:600;font-size:1rem;color:#111b21}.mig-chat-isolated .channel-detail--header_close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s;color:#54656f;width:2rem;height:2rem}.mig-chat-isolated .channel-detail--header_close svg{width:1.25rem;height:1.25rem}.mig-chat-isolated .channel-detail--header_close:hover{background-color:#e9edef}.mig-chat-isolated .channel-detail--header_close:active{background-color:#d1d7db}.mig-chat-isolated .channel-detail--inputContainer{padding:1rem;background-color:#fff;flex-shrink:0}.mig-chat-isolated .channel-detail--content{flex:1;overflow-y:auto;display:flex;flex-direction:column;min-height:0}.mig-chat-isolated .channel-detail--content_count{padding:.75rem 1rem;font-size:.8125rem;color:#667781;background-color:#f0f2f5;border-bottom:1px solid #e9edef;font-weight:500}.mig-chat-isolated .channel-detail--content_list{flex:1;overflow-y:auto}.mig-chat-isolated .channel-detail--content_empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;color:#667781}.mig-chat-isolated .channel-detail--content_empty p{margin:0 0 .5rem;font-size:.875rem;color:#667781}.mig-chat-isolated .channel-detail--content_empty span{font-size:.8125rem;color:#8696a0}.mig-chat-isolated .channel-detail--member-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.875rem 1rem;border-bottom:1px solid #e9edef;transition:background-color .15s;min-width:0}.mig-chat-isolated .channel-detail--member-item:hover{background-color:#f5f6f6}.mig-chat-isolated .channel-detail--member-item>div:first-child{flex:1;min-width:0;overflow:hidden}.mig-chat-isolated .channel-detail--member-item_action{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s;color:#54656f;flex-shrink:0}.mig-chat-isolated .channel-detail--member-item_action svg{width:1.25rem;height:1.25rem}.mig-chat-isolated .channel-detail--member-item_action:hover{background-color:#e9edef}.mig-chat-isolated .channel-detail--member-item_action:active{background-color:#d1d7db}.mig-chat-isolated .channel-detail--content_list::-webkit-scrollbar{width:6px}.mig-chat-isolated .channel-detail--content_list::-webkit-scrollbar-track{background:transparent}.mig-chat-isolated .channel-detail--content_list::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.mig-chat-isolated .channel-detail--content_list::-webkit-scrollbar-thumb:hover{background-color:#0000004d}@media (max-width: 1024px){.mig-chat-isolated .channel-detail--header{padding:.875rem 1rem}}@media (max-width: 768px){.mig-chat-isolated .channel-detail--header{padding:.875rem 1rem;min-height:56px}.mig-chat-isolated .channel-detail--inputContainer{padding:.875rem}.mig-chat-isolated .channel-detail--content_count{padding:.625rem .875rem;font-size:.75rem}.mig-chat-isolated .channel-detail--content_empty{padding:1.5rem 1rem}.mig-chat-isolated .channel-detail--content_empty p{font-size:.8125rem}.mig-chat-isolated .channel-detail--content_empty span{font-size:.75rem}.mig-chat-isolated .channel-detail--member-item{padding:.75rem .875rem}}@media (max-width: 480px){.mig-chat-isolated .channel-detail--header{padding:.75rem .875rem;min-height:52px}.mig-chat-isolated .channel-detail--inputContainer{padding:.75rem}.mig-chat-isolated .channel-detail--content_count{padding:.625rem .875rem;font-size:.75rem}.mig-chat-isolated .channel-detail--member-item{padding:.625rem .75rem}}.mig-chat-isolated .imagePreview{height:100%;background-color:#0b141a;display:flex;position:relative;flex-direction:column}.mig-chat-isolated .imagePreview--editing .imagePreview__box{padding:80px 20px 120px}.mig-chat-isolated .imagePreview__edit-toolbar{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:20;display:flex;align-items:center;gap:12px;background-color:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 12px;border-radius:24px;box-shadow:0 4px 12px #0000004d}.mig-chat-isolated .imagePreview__edit-btn{padding:8px 16px;border:none;border-radius:16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:transparent;color:#fff}.mig-chat-isolated .imagePreview__edit-btn:hover{background-color:#ffffff1a}.mig-chat-isolated .imagePreview__edit-btn--save{background-color:#0084ff;color:#fff}.mig-chat-isolated .imagePreview__edit-btn--save:hover{background-color:#0073e6}.mig-chat-isolated .imagePreview__edit-tools{display:flex;gap:4px;padding:0 8px;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1)}.mig-chat-isolated .imagePreview__edit-tool{width:40px;height:40px;border:none;border-radius:8px;background-color:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.mig-chat-isolated .imagePreview__edit-tool:hover{background-color:#ffffff1a}.mig-chat-isolated .imagePreview__edit-tool.active{background-color:#0084ff}.mig-chat-isolated .imagePreview__edit-tool svg{width:20px;height:20px}.mig-chat-isolated .imagePreview__canvas-wrapper{position:relative;display:inline-block}.mig-chat-isolated .imagePreview__canvas{max-width:100%;max-height:100%;border-radius:8px;box-shadow:0 8px 32px #0006;display:block}.mig-chat-isolated .imagePreview__drawing-canvas{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}.mig-chat-isolated .imagePreview__crop-overlay{position:absolute;border:2px solid #0084ff;background-color:transparent;box-shadow:0 0 0 9999px #00000080;cursor:move}.mig-chat-isolated .imagePreview__crop-handle{position:absolute;width:16px;height:16px;background-color:#0084ff;border:3px solid #ffffff;border-radius:50%;cursor:pointer;z-index:10}.mig-chat-isolated .imagePreview__crop-handle--tl{top:-8px;left:-8px;cursor:nwse-resize}.mig-chat-isolated .imagePreview__crop-handle--tr{top:-8px;right:-8px;cursor:nesw-resize}.mig-chat-isolated .imagePreview__crop-handle--bl{bottom:-8px;left:-8px;cursor:nesw-resize}.mig-chat-isolated .imagePreview__crop-handle--br{bottom:-8px;right:-8px;cursor:nwse-resize}.mig-chat-isolated .imagePreview__crop-handle--t{top:-8px;left:50%;transform:translate(-50%);cursor:ns-resize}.mig-chat-isolated .imagePreview__crop-handle--r{right:-8px;top:50%;transform:translateY(-50%);cursor:ew-resize}.mig-chat-isolated .imagePreview__crop-handle--b{bottom:-8px;left:50%;transform:translate(-50%);cursor:ns-resize}.mig-chat-isolated .imagePreview__crop-handle--l{left:-8px;top:50%;transform:translateY(-50%);cursor:ew-resize}.mig-chat-isolated .imagePreview__draw-options{position:absolute;bottom:100px;left:50%;transform:translate(-50%);z-index:20;display:flex;flex-direction:column;gap:12px;background-color:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px;border-radius:16px;box-shadow:0 4px 12px #0000004d}.mig-chat-isolated .imagePreview__draw-modes{display:flex;gap:8px}.mig-chat-isolated .imagePreview__draw-mode{width:40px;height:40px;border:2px solid rgba(255,255,255,.2);border-radius:8px;background-color:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s ease}.mig-chat-isolated .imagePreview__draw-mode svg{color:#fff}.mig-chat-isolated .imagePreview__draw-mode:hover{background-color:#ffffff1a;border-color:#fff6}.mig-chat-isolated .imagePreview__draw-mode.active{background-color:#0084ff;border-color:#0084ff}.mig-chat-isolated .imagePreview__draw-mode.active svg{color:#fff}.mig-chat-isolated .imagePreview__color-picker{display:flex;gap:8px;justify-content:center}.mig-chat-isolated .imagePreview__color{width:32px;height:32px;border:2px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;transition:all .2s ease}.mig-chat-isolated .imagePreview__color:hover{transform:scale(1.1);border-color:#ffffff80}.mig-chat-isolated .imagePreview__color.active{border-color:#fff;box-shadow:0 0 0 2px #ffffff4d;transform:scale(1.15)}.mig-chat-isolated .imagePreview__line-width{display:flex;align-items:center;justify-content:center}.mig-chat-isolated .imagePreview__line-width input[type=range]{width:200px;height:4px;border-radius:2px;background:#fff3;outline:none;-webkit-appearance:none}.mig-chat-isolated .imagePreview__line-width input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#0084ff;cursor:pointer}.mig-chat-isolated .imagePreview__line-width input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#0084ff;cursor:pointer;border:none}.mig-chat-isolated .imagePreview__text-input-dialog{position:fixed;z-index:30;display:flex;gap:6px;background-color:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px;border-radius:8px;box-shadow:0 4px 12px #0000004d;pointer-events:auto;transform:translate(-50%)}.mig-chat-isolated .imagePreview__text-input-dialog input[type=text]{padding:6px 10px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background-color:#ffffff1a;color:#fff;font-size:14px;min-width:180px;outline:none}.mig-chat-isolated .imagePreview__text-input-dialog input[type=text]:focus{border-color:#0084ff}.mig-chat-isolated .imagePreview__text-input-dialog input[type=text]::placeholder{color:#ffffff80}.mig-chat-isolated .imagePreview__text-input-dialog button{padding:6px 10px;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:#0084ff;color:#fff;min-width:32px}.mig-chat-isolated .imagePreview__text-input-dialog button:hover{background-color:#0073e6}.mig-chat-isolated .imagePreview__text-input-dialog button:last-child{background-color:#ffffff1a;color:#fff}.mig-chat-isolated .imagePreview__text-input-dialog button:last-child:hover{background-color:#fff3}.mig-chat-isolated .imagePreview__action{position:absolute;top:16px;right:16px;z-index:30}.mig-chat-isolated .imagePreview__action--close-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#00000080;border-radius:50%;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;font-size:0;color:transparent}.mig-chat-isolated .imagePreview__action--close-icon:before,.mig-chat-isolated .imagePreview__action--close-icon:after{content:"";position:absolute;width:18px;height:2px;background-color:#fff;border-radius:1px}.mig-chat-isolated .imagePreview__action--close-icon:before{transform:rotate(45deg)}.mig-chat-isolated .imagePreview__action--close-icon:after{transform:rotate(-45deg)}.mig-chat-isolated .imagePreview__action--close-icon:hover{background-color:#000000b3;transform:scale(1.05)}.mig-chat-isolated .imagePreview__action--close-icon:active{transform:scale(.95)}.mig-chat-isolated .imagePreview__box{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;padding:80px 20px 20px;min-height:0;overflow:hidden}.mig-chat-isolated .imagePreview__box img{max-width:90%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #0006}.mig-chat-isolated .imagePreview__box .invalid-image-message{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background-color:#dc3545f2;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.mig-chat-isolated .imagePreview__controls{position:relative;bottom:auto;left:0;right:0;padding:16px 20px 24px;margin-bottom:60px;flex-shrink:0;background-color:#0b141a}.mig-chat-isolated .imagePreview__controls input[type=file]{display:none}.mig-chat-isolated .imagePreview__controls--thumbnails-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list{display:flex;gap:8px;overflow-x:auto;padding:4px;max-width:calc(100vw - 200px)}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list::-webkit-scrollbar{height:6px}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item{position:relative;height:64px;width:64px;min-width:64px;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;border:2px solid rgba(255,255,255,.2);border-radius:8px;transition:all .2s ease;overflow:hidden}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item:before{content:"";position:absolute;inset:0;background:#0003;transition:background .2s ease}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item:hover{transform:translateY(-2px);border-color:#fff6}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item:hover:before{background:#0000001a}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item:hover .delete{opacity:1;visibility:visible}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item.active{border-color:#0084ff;box-shadow:0 0 0 2px #0084ff4d}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item.active:before{background:#0084ff1a}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item.invalid{border-color:#dc3545;box-shadow:0 0 0 2px #dc35454d}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item.invalid:before{background:#dc354533}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item .delete{position:absolute;top:4px;right:4px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background-color:#dc3545f2;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:0;color:transparent}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item .delete:before,.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item .delete:after{content:"";position:absolute;width:12px;height:2px;background-color:#fff;border-radius:1px}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item .delete:before{transform:rotate(45deg)}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item .delete:after{transform:rotate(-45deg)}@media (hover: none) and (pointer: coarse){.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item .delete{opacity:1;visibility:visible}}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item .delete:hover{background-color:#c82333;transform:scale(1.15)}.mig-chat-isolated .imagePreview__controls--plus-icon{position:relative;width:64px;height:64px;min-width:64px;display:flex;align-items:center;justify-content:center;background-color:#ffffff0d;border:2px dashed rgba(255,255,255,.3);border-radius:8px;transition:all .2s ease;flex-shrink:0;cursor:pointer}.mig-chat-isolated .imagePreview__controls--plus-icon:before{content:"+";position:absolute;font-size:32px;color:#fff;font-weight:300;line-height:1;pointer-events:none}.mig-chat-isolated .imagePreview__controls--plus-icon:hover{background-color:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.mig-chat-isolated .imagePreview__controls--plus-icon:active{transform:translateY(0)}.mig-chat-isolated .imagePreview__controls--plus-icon>*{opacity:0;width:100%;height:100%;cursor:pointer}.mig-chat-isolated .imagePreview__controls--edit-icon{cursor:pointer;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;transition:all .2s ease;flex-shrink:0}.mig-chat-isolated .imagePreview__controls--edit-icon svg{width:24px;height:24px;stroke:currentColor}.mig-chat-isolated .imagePreview__controls--edit-icon:hover{background-color:#fff3;border-color:#fff6;transform:scale(1.05)}.mig-chat-isolated .imagePreview__controls--edit-icon:active{transform:scale(.95)}.mig-chat-isolated .imagePreview__controls--arrow-icon{cursor:pointer;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background-color:#0084ff;border-radius:50%;font-size:24px;color:#fff;transition:all .2s ease;flex-shrink:0;box-shadow:0 4px 12px #0084ff66}.mig-chat-isolated .imagePreview__controls--arrow-icon:hover{background-color:#0073e6;transform:scale(1.05);box-shadow:0 6px 16px #0084ff80}.mig-chat-isolated .imagePreview__controls--arrow-icon:active{transform:scale(.95)}@media (max-width: 1024px){.mig-chat-isolated .imagePreview__box{padding:80px 16px 20px}.mig-chat-isolated .imagePreview__controls{position:relative;bottom:auto;padding:12px 16px;margin-bottom:40px}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list{max-width:calc(100vw - 180px)}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item{height:56px;width:56px;min-width:56px}.mig-chat-isolated .imagePreview__controls--plus-icon{width:56px;height:56px;min-width:56px;font-size:28px}.mig-chat-isolated .imagePreview__controls--edit-icon{width:52px;height:52px}.mig-chat-isolated .imagePreview__controls--edit-icon svg{width:22px;height:22px}.mig-chat-isolated .imagePreview__controls--arrow-icon{width:52px;height:52px;font-size:22px}}@media (max-width: 600px){.mig-chat-isolated .imagePreview__edit-toolbar{top:12px;left:12px;right:12px;transform:none;flex-wrap:wrap;padding:6px 8px;border-radius:16px}.mig-chat-isolated .imagePreview__edit-tools{gap:2px;padding:0 4px;flex-wrap:wrap}.mig-chat-isolated .imagePreview__edit-tool{width:36px;height:36px}.mig-chat-isolated .imagePreview__edit-tool svg{width:18px;height:18px}.mig-chat-isolated .imagePreview__edit-btn{padding:6px 12px;font-size:13px;border-radius:12px}.mig-chat-isolated .imagePreview__edit-btn--save{padding:6px 12px}.mig-chat-isolated .imagePreview__draw-options{bottom:80px;left:12px;right:12px;transform:none;padding:10px;border-radius:12px}.mig-chat-isolated .imagePreview__color-picker{gap:6px;flex-wrap:wrap}.mig-chat-isolated .imagePreview__color{width:28px;height:28px}.mig-chat-isolated .imagePreview__line-width input[type=range]{width:100%}.mig-chat-isolated .imagePreview__text-input-dialog{left:12px!important;right:12px!important;transform:none!important}.mig-chat-isolated .imagePreview__text-input-dialog input[type=text]{min-width:0;flex:1}.mig-chat-isolated .imagePreview__action{top:12px;right:12px}.mig-chat-isolated .imagePreview__action--close-icon{width:36px;height:36px}.mig-chat-isolated .imagePreview__action--close-icon:before,.mig-chat-isolated .imagePreview__action--close-icon:after{width:16px}.mig-chat-isolated .imagePreview__box{padding:80px 12px 20px}.mig-chat-isolated .imagePreview__box img{max-width:95%;max-height:calc(100vh - 360px)}.mig-chat-isolated .imagePreview__box .invalid-image-message{bottom:20px;font-size:13px;padding:10px 20px}.mig-chat-isolated .imagePreview__controls{position:relative;bottom:auto;padding:12px;margin-bottom:80px}.mig-chat-isolated .imagePreview__controls--thumbnails-container{gap:8px}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list{max-width:calc(100vw - 140px);gap:6px}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item{height:48px;width:48px;min-width:48px;border-radius:6px}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item .delete{width:20px;height:20px;top:3px;right:3px}.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item .delete:before,.mig-chat-isolated .imagePreview__controls--thumbnails-container__thumbnails-list__item .delete:after{width:10px}.mig-chat-isolated .imagePreview__controls--plus-icon{width:48px;height:48px;min-width:48px}.mig-chat-isolated .imagePreview__controls--plus-icon:before{font-size:28px}.mig-chat-isolated .imagePreview__controls--edit-icon{width:48px;height:48px}.mig-chat-isolated .imagePreview__controls--edit-icon svg{width:20px;height:20px}.mig-chat-isolated .imagePreview__controls--arrow-icon{width:48px;height:48px;font-size:20px}}.mig-chat-isolated .chatList{position:relative;cursor:pointer;width:100%;height:100%;overflow-y:auto;background-color:#fff;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,sans-serif;font-size:14.2px}.mig-chat-isolated .chatList::-webkit-scrollbar{width:6px}.mig-chat-isolated .chatList::-webkit-scrollbar-track{background:transparent}.mig-chat-isolated .chatList::-webkit-scrollbar-thumb{background:#d1d7db;border-radius:3px}.mig-chat-isolated .chatList::-webkit-scrollbar-thumb:hover{background:#b3b9bd}.mig-chat-isolated .chatList__container{position:relative;display:flex;flex-direction:column;width:100%}.mig-chat-isolated .chatList__container--item{cursor:pointer;padding:12px 16px;display:flex;flex-direction:row;align-items:center;gap:12px;border-bottom:1px solid #f0f2f5;transition:background-color .15s ease;position:relative;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.mig-chat-isolated .chatList__container--item:hover{background-color:#f5f6f6}.mig-chat-isolated .chatList__container--item:active{background-color:#eaebed}.mig-chat-isolated .chatList .item-active{background-color:#e7f3ff;border-left:4px solid #0084ff;padding-left:12px}.mig-chat-isolated .chatList .item-active:hover{background-color:#d9edff}.mig-chat-isolated .chatList__avatar{flex-shrink:0;position:relative}.mig-chat-isolated .chatList__avatar .profile-unit__image{height:48px;width:48px;border-radius:50%;overflow:hidden;background-color:#dfe5e7;display:flex;align-items:center;justify-content:center}.mig-chat-isolated .chatList__avatar .profile-unit__image img{width:100%;height:100%;object-fit:cover}.mig-chat-isolated .chatList__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.mig-chat-isolated .chatList__header{display:flex;justify-content:space-between;align-items:center;gap:8px}.mig-chat-isolated .chatList__name{font-size:16px;font-weight:500;color:#111b21;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;line-height:1.3}.mig-chat-isolated .chatList__time{font-size:12px;color:#667781;white-space:nowrap;flex-shrink:0;font-weight:400}.mig-chat-isolated .chatList__footer{display:flex;justify-content:space-between;align-items:center;gap:8px}.mig-chat-isolated .chatList__message{font-size:14px;color:#667781;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;line-height:1.4}.mig-chat-isolated .chatList__badge{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background-color:#25d366;border-radius:10px}.mig-chat-isolated .chatList__badge svg{height:12px;width:12px;fill:#fff}.mig-chat-isolated .chatList .item-active .chatList__name{color:#0084ff;font-weight:600}.mig-chat-isolated .chatList .item-active .chatList__time{color:#0084ff;font-weight:500}.mig-chat-isolated .chatList__container--item:has(.chatList__badge) .chatList__name{font-weight:600;color:#111b21}.mig-chat-isolated .chatList__container--item:has(.chatList__badge) .chatList__message{font-weight:500;color:#3b4a54}.mig-chat-isolated .chatList__container--item:has(.chatList__badge) .chatList__time{color:#25d366;font-weight:500}.mig-chat-isolated .chat-panel{display:flex;flex-direction:column-reverse;overflow-y:auto;overflow-x:hidden;padding:1rem;height:100%;max-width:100%;box-sizing:border-box}.touch-device .mig-chat-isolated .chat-panel{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.mig-chat-isolated .chat-panel .image-preview{background-color:#f0f2f5}.mig-chat-isolated .chat-panel__floating-date{position:absolute;top:10px;left:50%;transform:translate(-50%);border-radius:10px;background-color:#fff;color:#667781;font-weight:500;font-size:12.5px;padding:5px 12px;z-index:50;box-shadow:0 1px 3px #0b141a26;pointer-events:none;white-space:nowrap}.mig-chat-isolated .chat-panel__date{display:flex;justify-content:center;margin:12px 0}.mig-chat-isolated .chat-panel__date span{border-radius:10px;background-color:#fff;color:#667781;font-weight:500;font-size:12.5px;padding:5px 12px;box-shadow:0 1px 3px #0b141a26}.mig-chat-isolated .chat-panel__container{margin:4px 0;padding:0 5%}.mig-chat-isolated .chat-panel__container :hover .utility-icon{visibility:visible;opacity:1}.mig-chat-isolated .chat-panel__container .utility-icon[style*="display: block"],.mig-chat-isolated .chat-panel__container .utility-icon[style*="display: flex"]{visibility:visible!important;opacity:1!important}.mig-chat-isolated .chat-panel__container--from{overflow:visible}.mig-chat-isolated .chat-panel__container--from .content{background-color:#fff;position:relative;border-radius:0 8px 8px}.mig-chat-isolated .chat-panel__container--from .content:after{content:"";position:absolute;left:-7px;top:0;width:8px;height:13px;background-color:#fff;clip-path:polygon(100% 0,0 0,100% 100%)}.mig-chat-isolated .chat-panel__container--from .content--grouped{border-radius:8px}.mig-chat-isolated .chat-panel__container--from .content--grouped:after{display:none}.mig-chat-isolated .chat-panel__container--to{margin-left:auto;overflow:visible}.mig-chat-isolated .chat-panel__container--to .content{align-self:flex-end;background-color:#d9fdd3;position:relative;border-radius:8px 0 8px 8px}.mig-chat-isolated .chat-panel__container--to .content:after{content:"";position:absolute;right:-7px;top:0;width:8px;height:13px;background-color:#d9fdd3;clip-path:polygon(0 0,100% 0,0 100%)}.mig-chat-isolated .chat-panel__container--to .content--grouped{border-radius:8px}.mig-chat-isolated .chat-panel__container--to .content--grouped:after{display:none}.mig-chat-isolated .chat-panel__container--message{display:flex;overflow:visible}.mig-chat-isolated .chat-panel__container--message .info{display:flex;flex-direction:row;justify-content:space-between;color:#667781;font-size:13px;align-items:center;margin-bottom:4px}.mig-chat-isolated .chat-panel__container--message .info__name{font-weight:600;margin-right:2rem;color:#d84315}.mig-chat-isolated .chat-panel__container--message .highlighted{background-color:#ffff9980;border-radius:8px}.mig-chat-isolated .chat-panel__container--message .content{word-break:break-word;min-width:80px;max-width:min(500px,90vw);font-size:15px;line-height:1.5;width:fit-content;padding:8px 12px;margin:4px 0;box-shadow:0 1px 2px #0000001a;overflow:visible;will-change:contents}.mig-chat-isolated .chat-panel__container--message .content--grouped{margin-top:1px!important;margin-bottom:1px!important}.mig-chat-isolated .chat-panel__container--message .content__imageBox{display:flex;flex-direction:column;cursor:pointer;gap:8px;margin-bottom:8px}.mig-chat-isolated .chat-panel__container--message .content__imageBox__section{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.mig-chat-isolated .chat-panel__container--message .content__imageBox__section--image{border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #00000026;transition:transform .2s ease}.mig-chat-isolated .chat-panel__container--message .content__imageBox__section--image:hover{transform:scale(1.02)}.mig-chat-isolated .chat-panel__container--message .content__imageBox__section--image img{display:block;object-fit:contain;max-height:250px;min-width:150px;max-width:100%;border-radius:8px;background-color:#f0f2f5}.mig-chat-isolated .chat-panel__container--message .content__imageBox .message-caption{width:100%}.mig-chat-isolated .chat-panel__container--message .content .info__message{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:18px;padding-right:50px;word-break:break-word;white-space:pre-wrap;position:relative}.mig-chat-isolated .chat-panel__container--message .content .info__message span{white-space:pre-line}.mig-chat-isolated .chat-panel__container--message .content .info__message .info__date{position:absolute;font-size:11px;white-space:nowrap;color:#667781;right:4px;bottom:2px;font-weight:400}.mig-chat-isolated .chat-panel__container--message .content .topic-container{background-color:#0000000d;padding:8px;border-radius:6px;margin-bottom:8px;cursor:pointer;border-left:3px solid #06cf9c;transition:background-color .2s ease}.mig-chat-isolated .chat-panel__container--message .content .topic-container:hover{background-color:#00000014}.mig-chat-isolated .chat-panel__container--message .content .topic-container__header{display:flex;justify-content:space-between;margin-bottom:4px;align-items:center}.mig-chat-isolated .chat-panel__container--message .content .topic-container__header .info__name{color:#06cf9c;font-size:13px;font-weight:600}.mig-chat-isolated .chat-panel__container--message .content .topic-container__header .info__date{font-size:11px;color:#667781;white-space:nowrap}.mig-chat-isolated .chat-panel__container--message .content .topic-container__content{max-width:30rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:#3b4a54;line-height:1.4}.mig-chat-isolated .chat-panel__container--message .content .topic-container__content .content-image{margin:4px 8px 4px 0}.mig-chat-isolated .chat-panel__container--message .content .topic-container__content .content-image img{object-fit:contain;max-height:50px;width:auto;border-radius:4px}.mig-chat-isolated .chat-panel__container--message .failed-icon-container{display:flex;align-items:flex-end;margin-bottom:10px;margin-left:5px}.mig-chat-isolated .chat-panel__container--message .failed-icon-container .failed-icon{border:2px solid #e53935;border-radius:50%;padding:2px;background-color:#ffebee}.mig-chat-isolated .chat-panel__container--utility{display:flex;margin:0 8px;align-items:center}.mig-chat-isolated .chat-panel__container--utility .utility-icon{visibility:hidden;opacity:0;cursor:pointer;margin:4px 2px;padding:0;width:32px;height:32px;border-radius:50%;transition:background-color .2s ease,opacity .2s ease,visibility .2s ease;flex-shrink:0;display:flex!important;align-items:center;justify-content:center}.mig-chat-isolated .chat-panel__container--utility .utility-icon:hover{background-color:#00000014}.mig-chat-isolated .chat-panel__container--utility .utility-icon img{height:20px;width:20px}.mig-chat-isolated .chat-panel__container--utility .utility-icon svg{height:20px;width:20px;fill:#54656f}.mig-chat-isolated .chat-panel__container--reply{display:flex;padding:0 1rem 8px}.mig-chat-isolated .chat-panel__container--reply .reply-message-list{width:100%;display:flex;flex-direction:column-reverse}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item{display:flex}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item:hover .utility-icon{visibility:visible;opacity:1}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item--utility{display:flex;margin:0 8px;align-self:flex-start;padding-top:1rem}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item--utility .utility-icon{visibility:hidden;opacity:0;cursor:pointer;margin:4px;padding:0;width:32px;height:32px;border-radius:50%;transition:background-color .2s ease,opacity .2s ease,visibility .2s ease;flex-shrink:0;display:flex!important;align-items:center;justify-content:center}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item--utility .utility-icon:hover{background-color:#00000014}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item--utility .utility-icon img{height:20px;width:20px}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item--utility .utility-icon svg{height:20px;width:20px;fill:#54656f}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content{word-break:break-word;box-shadow:0 1px 2px #0000001a}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content.long-press-active{z-index:999999!important;position:fixed!important;box-shadow:0 4px 20px #0000004d;transition:transform .2s ease,box-shadow .2s ease}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content.long-press-constrained{max-height:60vh;overflow-y:auto;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content.long-press-constrained:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.9));pointer-events:none}@media (max-width: 768px){.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content.long-press-constrained{max-height:50vh}}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--me{margin:4px 8px;border-radius:8px;padding:8px 12px;background-color:#d9fdd3}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--me.long-press-constrained:after{background:linear-gradient(to bottom,transparent,rgba(217,253,211,.9))}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--other{margin:4px 8px;padding:8px 12px;background-color:#fff;border-radius:8px}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--header{display:flex;justify-content:space-between}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--header .info__name{font-size:13px;font-weight:600;color:#d84315}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--message{margin-top:6px;min-width:200px;display:flex;justify-content:space-between;align-items:flex-end}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--message__imageBox{display:flex;flex-direction:column;cursor:pointer;gap:8px;align-items:center;margin-bottom:8px}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--message__imageBox img{object-fit:contain;max-height:150px;width:auto;border-radius:8px;box-shadow:0 1px 3px #00000026}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--message .message-caption{width:100%}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--message .info__message,.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--message .draft-convert{max-width:30rem;font-size:14px;line-height:1.5;position:relative;padding-bottom:18px;padding-right:50px;word-break:break-word;white-space:pre-wrap}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--message .info__message span,.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--message .info__message p,.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--message .draft-convert span,.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--message .draft-convert p{white-space:pre-line}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item__content--message .info__date{position:absolute;font-size:11px;white-space:nowrap;color:#667781;right:0;bottom:0}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item .connector{display:flex;background-color:transparent;align-items:center;position:relative}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item .connector--vertical{background-color:transparent;border-right:1px solid #8696a0;height:100%;top:0;position:absolute}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item .connector--horizontal{border-top:1px solid #8696a0;width:15px}.mig-chat-isolated .chat-panel__container--reply .reply-message-list .reply-message-item:first-child .connector--vertical{height:50%}.mig-chat-isolated .chat-panel .message-reactions{display:flex;margin-top:-2px;margin-bottom:8px}.mig-chat-isolated .chat-panel .message-reactions.left{justify-content:flex-start}.mig-chat-isolated .chat-panel .message-reactions.right{justify-content:flex-end}.mig-chat-isolated .chat-popover .custom-popover{background-color:transparent;box-shadow:none}.mig-chat-isolated .scroll-down-button{position:fixed;bottom:140px;right:20px;width:48px;height:48px;padding:0;border-radius:50%;background-color:#fff;color:#54656f;border:none;cursor:pointer;box-shadow:0 2px 10px #00000026;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.mig-chat-isolated .scroll-down-button svg{width:24px;height:24px}.mig-chat-isolated .scroll-down-button:hover{background-color:#f5f6f6;transform:translateY(-2px);box-shadow:0 4px 16px #0003}.mig-chat-isolated .scroll-down-button:active{transform:translateY(0);box-shadow:0 2px 8px #00000026}@media (min-width: 1440px){.mig-chat-isolated .chat-panel__container{padding:0 10%}}@media (min-width: 1920px){.mig-chat-isolated .chat-panel__container{padding:0 15%}}@media (max-width: 1024px){.mig-chat-isolated .chat-panel__container{padding:0 5%}}@media (max-width: 767px),(orientation: portrait) and (max-width: 1024px){.mig-chat-isolated .chat-panel{padding:.75rem;width:100%;max-width:100%;overflow-x:hidden}.mig-chat-isolated .chat-panel__container{padding:0 5%;max-width:100%}.mig-chat-isolated .chat-panel__container--message .content{max-width:400px;font-size:14px}.mig-chat-isolated .chat-panel__container--message .content__imageBox__section--image img{max-height:200px;min-width:120px}}@media (max-width: 480px){.mig-chat-isolated .chat-panel{padding:.5rem;width:100%;max-width:100%;overflow-x:hidden}.mig-chat-isolated .chat-panel__container{padding:0 8%;max-width:100%}.mig-chat-isolated .chat-panel__container--message .content{max-width:280px;min-width:60px;font-size:14px;padding:6px 10px}.mig-chat-isolated .chat-panel__container--message .content__imageBox__section--image img{max-height:150px;min-width:100px}.mig-chat-isolated .scroll-down-button{bottom:120px;right:16px;width:44px;height:44px}}.mig-chat-isolated .chat-panel__container--message .content.long-press-active{z-index:999999!important;position:fixed!important;box-shadow:0 4px 20px #0000004d;transition:transform .2s ease,box-shadow .2s ease;max-width:calc(100vw - 32px)!important}@media (min-width: 601px){.mig-chat-isolated .desktop-device .chat-panel__container--message .content.long-press-active,.mig-chat-isolated .touch-device .chat-panel__container--message .content.long-press-active{max-width:min(500px,100vw - 4.5rem - min(25rem,30vw) - 32px)!important}}@media (orientation: landscape) and (min-width: 601px) and (max-width: 1366px){.mig-chat-isolated .touch-device .chat-panel__container--message .content.long-press-active{max-width:min(500px,100vw - 4.5rem - min(20rem,35vw) - 32px)!important}}.mig-chat-isolated .touch-mode .chat-panel__container:hover .utility-icon{visibility:hidden!important;opacity:0!important}.mig-chat-isolated .mouse-mode .chat-panel__container:hover .utility-icon{visibility:visible;opacity:1}@media (max-width: 1024px){.mig-chat-isolated .chat-panel__container .content.long-press-active~.chat-panel__container--utility .utility-icon{visibility:visible!important;opacity:1!important;z-index:1001}.mig-chat-isolated .chat-panel__container>div{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.mig-chat-isolated .chat-panel__container>div *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.mig-chat-isolated .chat-panel__container--message,.mig-chat-isolated .chat-panel__container--message *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}}.mig-chat-isolated .chat-panel__container--grouped{margin-top:0;margin-bottom:0}.mig-chat-isolated .chat-panel__container--message .content--grouped{margin-top:1px;margin-bottom:1px}.mig-chat-isolated .chat-room{flex:1;display:flex;flex-direction:row;font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14.2px;background-color:transparent;overflow-x:hidden;max-width:100%}.touch-device .mig-chat-isolated .chat-room{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.mig-chat-isolated .chat-room .chatBox{flex:1;position:relative;display:flex;flex-direction:column;transition:margin-left .5s;box-sizing:border-box;background-color:transparent;overflow-x:hidden;max-width:100%;z-index:1}.mig-chat-isolated .chat-room .chatBox .channel-action-container{display:flex;flex-direction:row;position:absolute;right:1rem}.mig-chat-isolated .chat-room .chatBox--sidebar-open{width:75rem}.mig-chat-isolated .chat-room .chatBox__header{position:sticky;top:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;height:4rem;padding:1rem;background-color:#fff;border:none;cursor:pointer;box-shadow:none;z-index:10;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.mig-chat-isolated .chat-room .chatBox__header .mobile-channel-name{display:flex;font-size:16px;font-weight:700}.mig-chat-isolated .chat-room .chatBox__header .mobile-channel-name .back{margin-right:1rem}.mig-chat-isolated .chat-room .chatBox__header--more-vertical{width:1.5rem;height:1.5rem;cursor:pointer;margin-left:1.5rem}.mig-chat-isolated .chat-room .chatBox__header--search-icon{width:1.5rem;height:1.5rem;cursor:pointer}.mig-chat-isolated .chat-room .chatBox__header--mute-icon{width:1.5rem;height:1.5rem;cursor:pointer;margin-left:1rem}.mig-chat-isolated .chat-room .chatBox__header--mute-icon svg{fill:#54656f}.mig-chat-isolated .chat-room .chatBox__header--member-icon{display:flex}.mig-chat-isolated .chat-room .chatBox__header--member-icon svg{width:1.5rem;height:1.5rem;margin-left:1.5rem}.mig-chat-isolated .chat-room .chatBox__header--member-icon--text{margin-top:-5px;font-weight:500}.mig-chat-isolated .chat-room .chatBox__header--file-storage{display:flex}.mig-chat-isolated .chat-room .chatBox__header--file-storage svg{width:1.5rem;height:1.5rem;margin-left:1.5rem}.mig-chat-isolated .chat-room .chatBox__header--file-storage--text{margin-top:-5px;font-weight:500}.mig-chat-isolated .chat-room .chatBox__body{display:flex;flex-direction:column;overflow:hidden;word-break:break-all;flex:1;background-color:#e5ddd5;position:relative;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23d1c4b0' stroke-width='1' opacity='0.25'%3E%3C!-- Laptop --%3E%3Crect x='5' y='8' width='12' height='8' rx='1'/%3E%3Cpath d='M3 16 L19 16 L20 18 L2 18 Z' fill='%23d1c4b0'/%3E%3C!-- Coffee --%3E%3Cpath d='M58 10 L60 10 L61 18 L57 18 Z'/%3E%3Cpath d='M61 13 Q63 13 63 14.5 Q63 16 61 16'/%3E%3Cline x1='58.5' y1='8' x2='58.5' y2='9.5'/%3E%3Cline x1='60.5' y1='8' x2='60.5' y2='9.5'/%3E%3C!-- Person --%3E%3Ccircle cx='12' cy='45' r='3'/%3E%3Cpath d='M8 54 Q8 49 12 49 Q16 49 16 54'/%3E%3C!-- Document --%3E%3Crect x='65' y='45' width='10' height='13' rx='1'/%3E%3Cline x1='67' y1='49' x2='73' y2='49'/%3E%3Cline x1='67' y1='52' x2='73' y2='52'/%3E%3Cline x1='67' y1='55' x2='71' y2='55'/%3E%3C!-- Chat --%3E%3Crect x='55' y='60' width='12' height='9' rx='2'/%3E%3Cpath d='M59 69 L61 72 L63 69' fill='%23d1c4b0'/%3E%3Cline x1='58' y1='63' x2='64' y2='63'/%3E%3Cline x1='58' y1='66' x2='63' y2='66'/%3E%3C!-- Calendar --%3E%3Crect x='28' y='58' width='11' height='12' rx='1'/%3E%3Cline x1='28' y1='62' x2='39' y2='62'/%3E%3Cline x1='31' y1='58' x2='31' y2='60'/%3E%3Cline x1='36' y1='58' x2='36' y2='60'/%3E%3Ccircle cx='31' cy='65' r='0.8' fill='%23d1c4b0'/%3E%3Ccircle cx='34' cy='65' r='0.8' fill='%23d1c4b0'/%3E%3Ccircle cx='37' cy='65' r='0.8' fill='%23d1c4b0'/%3E%3C!-- Clock --%3E%3Ccircle cx='70' cy='12' r='4'/%3E%3Cline x1='70' y1='12' x2='70' y2='9'/%3E%3Cline x1='70' y1='12' x2='72' y2='13'/%3E%3C!-- Briefcase --%3E%3Crect x='32' y='10' width='12' height='9' rx='1'/%3E%3Cpath d='M36 10 L36 8 Q36 7 37 7 L39 7 Q40 7 40 8 L40 10'/%3E%3Cline x1='32' y1='14' x2='44' y2='14'/%3E%3C!-- Pencil --%3E%3Cpath d='M8 28 L11 31 L10 32 L7 29 Z' fill='%23d1c4b0'/%3E%3Cline x1='11' y1='31' x2='14' y2='28'/%3E%3C!-- Check --%3E%3Cpath d='M48 48 L50 50 L54 45' stroke-linecap='round'/%3E%3C!-- Star --%3E%3Cpath d='M38 35 L39 38 L42 38 L40 40 L41 43 L38 41 L35 43 L36 40 L34 38 L37 38 Z' fill='%23d1c4b0'/%3E%3C!-- Heart --%3E%3Cpath d='M68 30 Q68 28 69.5 28 Q71 28 71 30 Q71 28 72.5 28 Q74 28 74 30 Q74 33 71 35 Q68 33 68 30 Z' fill='%23d1c4b0'/%3E%3C!-- Folder --%3E%3Cpath d='M48 25 L50 25 L51 23 L54 23 L54 30 L48 30 Z'/%3E%3C!-- Bell --%3E%3Cpath d='M25 42 Q25 40 26.5 40 Q28 40 28 42 L28 44 Q28 46 30 46 Q28 47 26.5 47 Q25 47 25 46 Q27 46 27 44 L27 42'/%3E%3Cline x1='26.5' y1='39' x2='26.5' y2='40'/%3E%3C!-- Envelope --%3E%3Crect x='60' y='28' width='14' height='10' rx='1'/%3E%3Cpath d='M60 28 L67 33 L74 28'/%3E%3C/g%3E%3C/svg%3E");background-size:200px 200px;background-repeat:repeat;padding-bottom:64px;transition:padding-bottom .2s ease}.mig-chat-isolated .chat-room .chatBox__body--reference{position:absolute;bottom:12px;left:12px;right:12px;z-index:5}.mig-chat-isolated .chat-room .chatBox__body--loader,.mig-chat-isolated .chat-room .chatBox__body .forward-loader{height:100%;width:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;background-color:#0003;z-index:10}.mig-chat-isolated .chat-room .chatBox__edit{padding:12px 16px;display:flex;background-color:#fff;border-radius:12px 12px 0 0;border:1px solid #e9edef;border-bottom:none;gap:12px;margin-bottom:0;box-shadow:0 2px 8px #00000014}.mig-chat-isolated .chat-room .chatBox__edit--content{flex:1;min-width:0}.mig-chat-isolated .chat-room .chatBox__edit--content .title-container p{margin:0 0 4px;color:#0084ff;font-weight:600;font-size:12px}.mig-chat-isolated .chat-room .chatBox__edit--content .message-container{margin:0;color:#54656f;font-size:13px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mig-chat-isolated .chat-room .chatBox__edit--cancel{display:flex;align-items:flex-start;justify-content:center;padding-top:2px}.mig-chat-isolated .chat-room .chatBox__edit--cancel .cancel-icon{cursor:pointer;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;color:#54656f;font-size:14px;font-weight:400}.mig-chat-isolated .chat-room .chatBox__edit--cancel .cancel-icon:hover{background-color:#f5f6f6}.mig-chat-isolated .chat-room .chatBox__edit--cancel .cancel-icon:active{background-color:#e9edef}.mig-chat-isolated .chat-room .chatBox__reply{padding:12px 16px 8px;display:flex;background-color:#fff;border-radius:12px 12px 0 0;border:1px solid #e9edef;border-bottom:none;gap:12px;margin-bottom:0;box-shadow:0 2px 8px #00000026}.mig-chat-isolated .chat-room .chatBox__reply--content{flex:1;min-width:0}.mig-chat-isolated .chat-room .chatBox__reply--content .title-container p{margin:0 0 4px;color:#0084ff;font-weight:600;font-size:12px}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container{display:flex;align-items:flex-start;margin:0 0 8px;gap:12px}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container__title{margin:0;color:#0084ff;font-weight:600;font-size:11px;white-space:nowrap}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container__message{width:100%;border-radius:6px;border-left:3px solid #0084ff;background-color:#0084ff0d;margin:0;padding:8px 12px}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container__message--header{display:flex;justify-content:space-between;margin-bottom:4px;align-items:center}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container__message--header .info__name{color:#d84315;font-weight:600;font-size:12px}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container__message--content{display:flex;justify-content:space-between;align-items:flex-end;gap:8px}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container__message--content .info__message{font-size:13px;line-height:1.4;max-height:3rem;overflow:hidden;color:#54656f}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container__message--content .info__message span{white-space:pre-line}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container__message--content .info__message .content-image-section{display:flex;gap:6px;margin-top:6px}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container__message--content .info__message .content-image-section .content-image{margin:0}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container__message--content .info__message .content-image-section .content-image img{object-fit:contain;max-height:50px;width:auto;border-radius:4px}.mig-chat-isolated .chat-room .chatBox__reply--content .topic-container__message--content .info__date{font-size:10px;color:#8696a0;white-space:nowrap}.mig-chat-isolated .chat-room .chatBox__reply--content .message-container{margin:0;color:#54656f;font-size:13px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mig-chat-isolated .chat-room .chatBox__reply--content .message-container .content-image-section{display:flex;gap:6px;margin-top:6px}.mig-chat-isolated .chat-room .chatBox__reply--content .message-container .content-image-section .content-image{margin:0}.mig-chat-isolated .chat-room .chatBox__reply--content .message-container .content-image-section .content-image img{object-fit:contain;max-height:50px;width:auto;border-radius:4px}.mig-chat-isolated .chat-room .chatBox__reply--cancel{display:flex;align-items:center;justify-content:center}.mig-chat-isolated .chat-room .chatBox__reply--cancel span{cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;color:#54656f;font-size:18px}.mig-chat-isolated .chat-room .chatBox__reply--cancel span:hover{background-color:#f5f6f6}.mig-chat-isolated .chat-room .chatBox__toolbar{padding:8px 16px;background-color:#f7f8fa;border-left:1px solid #e9edef;border-right:1px solid #e9edef;border-top:1px solid #e9edef;border-radius:12px 12px 0 0;margin-bottom:0}.mig-chat-isolated .chat-room .chatBox__toolbar .toolbar-grid{margin:0;justify-content:flex-start}.mig-chat-isolated .chat-room .chatBox__chat-image-preview{display:flex;flex-direction:column;overflow:hidden;word-break:break-all;flex:1;background-color:#efeae2;position:relative}.mig-chat-isolated .chat-room .chatBox__chat-image-preview--reference{position:relative}.mig-chat-isolated .chat-room .chatBox__footer{position:absolute;bottom:0;left:0;right:0;display:flex;width:100%;flex-direction:column;padding:12px calc(12px + 3%);background-color:transparent;z-index:5}.mig-chat-isolated .chat-room .chatBox__footer--input{display:flex;flex-direction:column;width:100%;box-sizing:border-box;gap:0;position:relative}.mig-chat-isolated .chat-room .chatBox__footer--input_content{display:flex;flex-direction:row;align-items:center;width:100%;gap:0;padding:0;position:relative}.mig-chat-isolated .chat-room .chatBox__footer--input__addImageIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px;cursor:pointer;border-radius:50%;transition:background-color .2s ease;flex-shrink:0;z-index:2}.mig-chat-isolated .chat-room .chatBox__footer--input__addImageIcon:hover{background-color:#0000000d}.mig-chat-isolated .chat-room .chatBox__footer--input__addImageIcon svg{width:20px;height:20px;fill:#54656f}.mig-chat-isolated .chat-room .chatBox .emoji-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:50%;cursor:pointer;transition:background-color .2s ease;flex-shrink:0;z-index:2}.mig-chat-isolated .chat-room .chatBox .emoji-icon:hover{background-color:#0000000d}.mig-chat-isolated .chat-room .chatBox .emoji-icon svg{width:20px;height:20px;fill:#54656f}.mig-chat-isolated .chat-room .chat-input{background-color:#f0f2f5}.mig-chat-isolated .chat-room .channel-room-detail{background-color:#fff;position:absolute;right:0;z-index:1;height:100%;width:23rem}.mig-chat-isolated .chat-room .search-panel-detail{position:absolute;right:0;top:0;bottom:0;z-index:15;height:100%;width:23rem;box-shadow:-2px 0 8px #0000001a}@media (min-width: 1440px){.mig-chat-isolated .chat-room .chatBox__footer{padding:12px calc(12px + 5%)}}@media (min-width: 1920px){.mig-chat-isolated .chat-room .chatBox__footer{padding:12px calc(12px + 8%)}}@media (max-width: 1024px){.mig-chat-isolated .chat-room .chatBox__header .profile-unit__name{margin-left:unset}.mig-chat-isolated .chat-room .chatBox__header--file-storage svg{margin-left:.5rem}.mig-chat-isolated .chat-room .chatBox__header--member-icon svg{margin-left:.5rem}.mig-chat-isolated .chat-room .channel-room-detail,.mig-chat-isolated .chat-room .search-panel-detail{width:19rem}}@media (max-width: 600px){.mig-chat-isolated .chat-room .chatBox__header{position:sticky;top:0;z-index:10;width:100%}.mig-chat-isolated .chat-room .chatBox__header .profile-unit__name{margin-left:unset}.mig-chat-isolated .chat-room .chatBox__header--file-storage svg{margin-left:.5rem}.mig-chat-isolated .chat-room .chatBox__header--member-icon svg{margin-left:.5rem}.mig-chat-isolated .chat-room .chatBox__body{position:relative;padding-bottom:58px;transition:padding-bottom .2s ease}.mig-chat-isolated .chat-room .chatBox__body--reference{bottom:8px;left:8px;right:8px}.mig-chat-isolated .chat-room .chatBox__footer{padding:8px 16px}.mig-chat-isolated .chat-room .chatBox__footer--input_content{gap:0;padding:0}.mig-chat-isolated .chat-room .chatBox__footer--input__addImageIcon{left:8px}.mig-chat-isolated .chat-room .chatBox .emoji-icon{right:8px}.mig-chat-isolated .chat-room .channel-room-detail{width:100%;position:fixed;inset:0;z-index:15}.mig-chat-isolated .chat-room .search-panel-detail{width:100%;position:fixed;inset:0;z-index:20;box-shadow:none}.mig-chat-isolated .chat-room .emoji-icon{width:36px;height:36px}.mig-chat-isolated .chat-room .emoji-icon svg{width:20px;height:20px}.mig-chat-isolated .chat-panel__floating-date{top:10px;font-size:11px;padding:5px 10px;left:50%;right:auto;transform:translate(-50%)}}.mig-chat-isolated .toolbar-grid{margin-bottom:-.5rem;display:flex;gap:.5rem;padding:.2rem 0}.mig-chat-isolated .toolbar-grid .toolbar-icon{color:transparent;font-weight:700;display:flex;justify-content:center;align-items:center;width:18px;height:18px}.mig-chat-isolated .rich-text-toolbar-popper{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px #0003;padding:8px 12px;z-index:10000;position:fixed}.mig-chat-isolated .rich-text-toolbar-popper .toolbar-grid{margin-bottom:0;gap:12px;padding:0}.mig-chat-isolated .rich-text-toolbar-popper .toolbar-grid .toolbar-icon{width:24px;height:24px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.mig-chat-isolated .rich-text-toolbar-popper .toolbar-grid .toolbar-icon:hover{background-color:#0000000d}.mig-chat-isolated .rich-text-toolbar-popper .toolbar-grid .toolbar-icon svg{width:20px;height:20px}@media (max-width: 600px){.mig-chat-isolated .toolbar-grid{gap:.25rem}.mig-chat-isolated .toolbar-grid .toolbar-icon{width:16px;height:16px}.mig-chat-isolated .rich-text-toolbar-popper{padding:6px 10px}.mig-chat-isolated .rich-text-toolbar-popper .toolbar-grid{gap:8px}.mig-chat-isolated .rich-text-toolbar-popper .toolbar-grid .toolbar-icon{width:20px;height:20px}.mig-chat-isolated .rich-text-toolbar-popper .toolbar-grid .toolbar-icon svg{width:18px;height:18px}}.mig-chat-isolated .chat{display:flex;flex:1;background-color:transparent;position:relative;overflow:hidden;height:100%}.mig-chat-isolated .mention-panel{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026;overflow:hidden;z-index:1000}.mig-chat-isolated .mention-panel--desktop{position:fixed;min-width:320px;max-width:400px;max-height:320px;overflow-y:auto;border:1px solid #e9edef;z-index:10000}.mig-chat-isolated .mention-panel--mobile{position:fixed;bottom:0;left:0;right:0;max-height:60vh;border-radius:16px 16px 0 0;box-shadow:0 -2px 16px #0003;animation:slideUp .3s ease-out;z-index:10000}.mig-chat-isolated .mention-panel__header{padding:1rem 1.25rem;border-bottom:1px solid #e9edef;display:flex;justify-content:space-between;align-items:center;background-color:#f7f8fa}.mig-chat-isolated .mention-panel__header-title{font-size:1rem;font-weight:600;color:#111b21}.mig-chat-isolated .mention-panel__header-count{font-size:.8125rem;color:#667781}.mig-chat-isolated .mention-panel__list{overflow-y:auto;max-height:calc(60vh - 60px)}.mig-chat-isolated .mention-panel__item{display:flex;align-items:center;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s;border-bottom:1px solid #f0f2f5}.mig-chat-isolated .mention-panel__item:last-child{border-bottom:none}.mig-chat-isolated .mention-panel__item:hover{background-color:#f5f6f6}.mig-chat-isolated .mention-panel__item--active{background-color:#e7f3ff}.mig-chat-isolated .mention-panel__item--active:hover{background-color:#d3e9ff}.mig-chat-isolated .mention-panel__avatar{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#dfe5e7;flex-shrink:0;margin-right:.75rem}.mig-chat-isolated .mention-panel__avatar img{width:100%;height:100%;object-fit:cover}.mig-chat-isolated .mention-panel__avatar svg{width:1.5rem;height:1.5rem;color:#54656f}.mig-chat-isolated .mention-panel__name{font-size:.9375rem;color:#111b21;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mig-chat-isolated .mention-panel__list::-webkit-scrollbar,.mig-chat-isolated .mention-panel--desktop::-webkit-scrollbar{width:6px}.mig-chat-isolated .mention-panel__list::-webkit-scrollbar-track,.mig-chat-isolated .mention-panel--desktop::-webkit-scrollbar-track{background:transparent}.mig-chat-isolated .mention-panel__list::-webkit-scrollbar-thumb,.mig-chat-isolated .mention-panel--desktop::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.mig-chat-isolated .mention-panel__list::-webkit-scrollbar-thumb:hover,.mig-chat-isolated .mention-panel--desktop::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.mig-chat-isolated .mention-panel-overlay{position:fixed;inset:0;background-color:#0006;z-index:9999;animation:fadeIn .3s ease-out}@media (max-width: 768px){.mig-chat-isolated .mention-panel__item{padding:.875rem 1rem}.mig-chat-isolated .mention-panel__avatar{width:2.25rem;height:2.25rem;margin-right:.625rem}.mig-chat-isolated .mention-panel__name{font-size:.875rem}}@media (max-width: 480px){.mig-chat-isolated .mention-panel--mobile{max-height:70vh}.mig-chat-isolated .mention-panel__header{padding:.875rem 1rem}.mig-chat-isolated .mention-panel__header-title{font-size:.9375rem}.mig-chat-isolated .mention-panel__header-count{font-size:.75rem}.mig-chat-isolated .mention-panel__item{padding:.75rem .875rem}.mig-chat-isolated .mention-panel__avatar{width:2rem;height:2rem}.mig-chat-isolated .mention-panel__name{font-size:.8125rem}}.mig-chat-isolated .rich-text{position:relative;padding-bottom:18px;padding-right:50px;word-break:break-word}.mig-chat-isolated .rich-text .draft-convert{line-height:1.5}.mig-chat-isolated .rich-text .draft-convert .at-mention{color:#0084ff;background-color:#0084ff1a;padding:2px 4px;border-radius:3px;font-weight:500}.mig-chat-isolated .rich-text .draft-convert p{margin:0;word-break:break-word}.mig-chat-isolated .rich-text .draft-convert a{color:#0084ff;text-decoration:none;transition:color .2s ease}.mig-chat-isolated .rich-text .draft-convert a:hover{color:#06c;text-decoration:underline}.mig-chat-isolated .rich-text .draft-convert blockquote{color:#667781;background:#00000008;font-style:italic;border-left:3px solid #06cf9c;padding:8px 12px;margin:8px 0;border-radius:4px}.mig-chat-isolated .rich-text .draft-convert ul,.mig-chat-isolated .rich-text .draft-convert ol{margin:8px 0;padding-left:24px;line-height:1.6}.mig-chat-isolated .rich-text .draft-convert li{margin:4px 0}.mig-chat-isolated .rich-text .draft-convert code{background-color:#0000000d;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace;font-size:14px}.mig-chat-isolated .rich-text .draft-convert pre{background-color:#0000000d;padding:12px;border-radius:6px;overflow-x:auto;margin:8px 0}.mig-chat-isolated .rich-text .draft-convert pre code{background:none;padding:0}.mig-chat-isolated .rich-text .info__date{position:absolute;font-size:11px;white-space:nowrap;color:#667781;right:0;bottom:0;font-weight:400}.mig-chat-isolated .search-panel{display:flex;flex-direction:column;height:100%;background-color:#fff;width:100%}.mig-chat-isolated .search-panel--header{background-color:#fff;display:flex;align-items:center;padding:1rem 1.25rem;min-height:60px;justify-content:space-between;border-bottom:1px solid #e9edef;flex-shrink:0}.mig-chat-isolated .search-panel--header_title{font-weight:600;font-size:1rem;color:#111b21}.mig-chat-isolated .search-panel--header_close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s;color:#54656f;width:2rem;height:2rem}.mig-chat-isolated .search-panel--header_close svg{width:1.25rem;height:1.25rem}.mig-chat-isolated .search-panel--header_close:hover{background-color:#e9edef}.mig-chat-isolated .search-panel--header_close:active{background-color:#d1d7db}.mig-chat-isolated .search-panel--inputContainer{padding:1rem;background-color:#fff;flex-shrink:0}.mig-chat-isolated .search-panel--content{flex:1;overflow-y:auto;display:flex;flex-direction:column;min-height:0}.mig-chat-isolated .search-panel--content_result{flex:1;overflow-y:auto}.mig-chat-isolated .search-panel--content_result-count{padding:.75rem 1rem;font-size:.8125rem;color:#667781;background-color:#f0f2f5;border-bottom:1px solid #e9edef;font-weight:500}.mig-chat-isolated .search-panel--content_result-item{padding:.875rem 1rem;border-bottom:1px solid #e9edef;cursor:pointer;transition:background-color .15s}.mig-chat-isolated .search-panel--content_result-item:hover{background-color:#f5f6f6}.mig-chat-isolated .search-panel--content_result-item:active{background-color:#e9edef}.mig-chat-isolated .search-panel--content_result-item--header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.mig-chat-isolated .search-panel--content_result-item--header .name{font-size:.875rem;font-weight:500;color:#111b21;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:calc(100% - 8rem)}.mig-chat-isolated .search-panel--content_result-item--header .date{font-size:.75rem;color:#667781;white-space:nowrap;margin-left:.5rem}.mig-chat-isolated .search-panel--content_result-item .message{font-size:.875rem;color:#667781;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.mig-chat-isolated .search-panel--content_result-item .message mark{background-color:#fff3cd;color:#111b21;font-weight:500;padding:0 .125rem;border-radius:2px}.mig-chat-isolated .search-panel--content_loading{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1;gap:1rem;padding:2rem}.mig-chat-isolated .search-panel--content_loading p{margin:0;font-size:.875rem;color:#667781}.mig-chat-isolated .search-panel--content_empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;color:#667781}.mig-chat-isolated .search-panel--content_empty-icon{width:4rem;height:4rem;color:#d9dfe3;margin-bottom:1rem}.mig-chat-isolated .search-panel--content_empty-icon svg{width:100%;height:100%}.mig-chat-isolated .search-panel--content_empty-icon svg path{stroke:currentColor;fill:none}.mig-chat-isolated .search-panel--content_empty p{margin:0 0 .5rem;font-size:.875rem;color:#667781}.mig-chat-isolated .search-panel--content_empty span{font-size:.8125rem;color:#8696a0}.mig-chat-isolated .search-panel--content_result::-webkit-scrollbar{width:6px}.mig-chat-isolated .search-panel--content_result::-webkit-scrollbar-track{background:transparent}.mig-chat-isolated .search-panel--content_result::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.mig-chat-isolated .search-panel--content_result::-webkit-scrollbar-thumb:hover{background-color:#0000004d}@media (max-width: 1024px){.mig-chat-isolated .search-panel--header{padding:.875rem 1rem}}@media (max-width: 768px){.mig-chat-isolated .search-panel--header{padding:.875rem 1rem;min-height:56px}.mig-chat-isolated .search-panel--header_title{font-size:.9375rem}.mig-chat-isolated .search-panel--inputContainer{padding:.875rem}.mig-chat-isolated .search-panel--inputContainer_wrapper{padding:10px 14px 10px 44px;border-radius:20px}.mig-chat-isolated .search-panel--inputContainer_icon{left:14px;width:18px;height:18px}.mig-chat-isolated .search-panel--inputContainer .inputBox input{font-size:14px!important}.mig-chat-isolated .search-panel--content_result-item{padding:.75rem .875rem}.mig-chat-isolated .search-panel--content_result-item--header .name{font-size:.8125rem;max-width:calc(100% - 7rem)}.mig-chat-isolated .search-panel--content_result-item .message{font-size:.8125rem}.mig-chat-isolated .search-panel--content_empty{padding:1.5rem 1rem}.mig-chat-isolated .search-panel--content_empty-icon{width:3rem;height:3rem}.mig-chat-isolated .search-panel--content_empty p{font-size:.8125rem}.mig-chat-isolated .search-panel--content_empty span{font-size:.75rem}}@media (max-width: 480px){.mig-chat-isolated .search-panel--header{padding:.75rem .875rem;min-height:52px}.mig-chat-isolated .search-panel--inputContainer{padding:.75rem}.mig-chat-isolated .search-panel--inputContainer_wrapper{padding:9px 12px 9px 40px;border-radius:18px}.mig-chat-isolated .search-panel--inputContainer_icon{left:12px;width:16px;height:16px}.mig-chat-isolated .search-panel--inputContainer .inputBox input{font-size:14px!important}.mig-chat-isolated .search-panel--inputContainer_clear{width:24px;height:24px;padding:4px;margin-left:6px}.mig-chat-isolated .search-panel--inputContainer_clear svg{width:14px;height:14px}.mig-chat-isolated .search-panel--content_result-count{padding:.625rem .875rem;font-size:.75rem}.mig-chat-isolated .search-panel--content_result-item{padding:.625rem .75rem}}.mig-chat-isolated .confirmation-dialog-container:has(.users-dialog){padding:0;border-radius:0}.mig-chat-isolated .confirmation-dialog-content:has(.users-dialog){margin:0}.mig-chat-isolated .users-dialog{height:75vh;overflow:hidden}.mig-chat-isolated .users-dialog__header{background-color:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9edef;flex-shrink:0;padding:14px 14px 12px}.mig-chat-isolated .users-dialog__header__title{font-weight:600;font-size:20px;color:#111b21;margin-top:0;margin-bottom:0}.mig-chat-isolated .users-dialog__header__close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s;color:#54656f;width:2rem;height:2rem}.mig-chat-isolated .users-dialog__header__close svg{width:1.25rem;height:1.25rem}.mig-chat-isolated .users-dialog__header__close:hover{background-color:#e9edef}.mig-chat-isolated .users-dialog__header__close:active{background-color:#d1d7db}.mig-chat-isolated .users-dialog--inputBox{width:100%;padding:.75rem 1rem}.mig-chat-isolated .users-dialog__body{height:60vh;overflow:auto;position:relative;padding:0 1rem}.mig-chat-isolated .users-dialog__body .chatList__content{flex:unset}.mig-chat-isolated .users-dialog__body.show-dialog-button{height:54vh}.mig-chat-isolated .users-dialog__footer{padding:2rem;background-color:#fff;height:50px;align-items:center;justify-content:space-between;display:flex;transform:translateY(100%);opacity:0;transition:transform .3s ease,opacity .3s ease;bottom:0;left:0;width:100%}.mig-chat-isolated .users-dialog__footer__user-details__counter{color:#1daa61;font-weight:600;font-size:14px;display:flex;margin:4px 0}.mig-chat-isolated .users-dialog__footer__user-details__user-list{font-weight:600;font-size:12px;margin-top:0;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.mig-chat-isolated .users-dialog__footer__button-container{background-color:#1daa61;height:46px;border-radius:50%;display:flex;align-items:center}.mig-chat-isolated .users-dialog__footer__button-container__send-button{padding:10px;font-size:26px;cursor:pointer;color:#fff}.mig-chat-isolated .users-dialog__footer.is-visible{transform:translateY(0);opacity:1}@media (max-width: 1024px){.mig-chat-isolated .users-dialog__body{height:65vh}.mig-chat-isolated .users-dialog__body.show-dialog-button{height:59vh}}@media (max-width: 768px){.mig-chat-isolated .users-dialog__body{height:65vh}.mig-chat-isolated .users-dialog__body.show-dialog-button{height:56vh}}@media (max-width: 480px){.mig-chat-isolated .confirmation-dialog-container:has(.users-dialog){width:100%;max-width:100%}.mig-chat-isolated .users-dialog{height:100vh}.mig-chat-isolated .users-dialog--inputBox{padding:.5rem}.mig-chat-isolated .users-dialog__body{height:80vh}.mig-chat-isolated .users-dialog__body.show-dialog-button{height:72vh}}.mig-chat-isolated .chat-dialog{z-index:10}.mig-chat-isolated .chat-dialog--body{display:flex;flex-direction:column;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:70%;max-width:90%;height:92vh;max-height:95vh;border-radius:16px;box-shadow:0 20px 60px #0000004d;overflow:hidden;box-sizing:border-box}.mig-chat-isolated .chat-dialog--body__errorMessage{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px;text-align:center;color:#666}.mig-chat-isolated .chat-dialog--body__errorMessage .chat-dialog--error-icon{font-size:64px;margin-bottom:20px}.mig-chat-isolated .chat-dialog--body__errorMessage h3{font-size:24px;color:#333;margin-bottom:12px;font-weight:600}.mig-chat-isolated .chat-dialog--body__errorMessage p{font-size:16px;color:#666;line-height:1.5}.mig-chat-isolated .chat-dialog--header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:#5865f2;color:#fff;border-bottom:none;position:relative;box-sizing:border-box;box-shadow:0 2px 8px #0000001a}.mig-chat-isolated .chat-dialog--header *{margin:0;padding:0}.mig-chat-isolated .chat-dialog--header__left{flex:0 0 auto;display:flex;align-items:center}.mig-chat-isolated .chat-dialog--header__greeting{font-size:24px;font-weight:700;color:#fff;letter-spacing:.5px;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.15);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.mig-chat-isolated .chat-dialog--header__right{display:flex;align-items:center;gap:12px;margin:0 50px 0 20px}.mig-chat-isolated .chat-dialog--header__right .select-input-box{padding:8px 40px 8px 18px;border:2px solid rgba(255,255,255,.4);outline:none;border-radius:10px;background-color:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:16px;font-weight:600;min-width:200px;cursor:pointer;transition:all .2s ease;box-sizing:border-box;height:42px;box-shadow:0 2px 4px #0000001a;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;line-height:24px;display:flex;align-items:center}.mig-chat-isolated .chat-dialog--header__right .select-input-box:hover{background-color:#ffffff4d;border-color:#fff9;box-shadow:0 4px 8px #00000026}.mig-chat-isolated .chat-dialog--header__right .select-input-box:focus{background-color:#ffffff4d;border-color:#fff;box-shadow:0 0 0 3px #fff3}.mig-chat-isolated .chat-dialog--header__right .select-input-box option{background-color:#fff;color:#2c3e50;padding:12px 16px;font-weight:500;font-size:15px}.mig-chat-isolated .chat-dialog--header__right .select-input-box option:hover{background-color:#e3f2fd;color:#1976d2}.mig-chat-isolated .chat-dialog--header__right .select-input-box option:checked{background-color:#1976d2;color:#fff;font-weight:600}.mig-chat-isolated .chat-dialog--header__right .radio-button-group{display:flex;align-items:center;gap:10px;padding:10px 18px;background-color:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;border:2px solid rgba(255,255,255,.4);transition:all .2s ease;cursor:pointer;height:42px;box-sizing:border-box;box-shadow:0 2px 4px #0000001a}.mig-chat-isolated .chat-dialog--header__right .radio-button-group:hover{background-color:#ffffff4d;border-color:#fff9;box-shadow:0 4px 8px #00000026}.mig-chat-isolated .chat-dialog--header__right .radio-button-group input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:white;margin:0;flex-shrink:0}.mig-chat-isolated .chat-dialog--header__right .radio-button-group label{font-size:15px;font-weight:600;color:#fff;cursor:pointer;margin:0;line-height:1.2;display:flex;align-items:center}.mig-chat-isolated .chat-dialog--header__close{position:absolute;top:50%;right:20px;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background-color:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.4);color:#fff;font-size:22px;font-weight:300;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;box-shadow:0 2px 4px #0000001a}.mig-chat-isolated .chat-dialog--header__close:hover{background-color:#ffffff4d;border-color:#fff9;transform:translateY(-50%) rotate(90deg) scale(1.05);box-shadow:0 4px 8px #00000026}.mig-chat-isolated .chat-dialog--header__close:active{transform:translateY(-50%) scale(.95)}.mig-chat-isolated .chat-dialog--content{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:#f5f5f5;box-sizing:border-box}@media (max-width: 768px){.mig-chat-isolated .chat-dialog--body{min-width:95%;height:95vh;border-radius:12px}.mig-chat-isolated .chat-dialog--header{padding:16px;flex-wrap:wrap}.mig-chat-isolated .chat-dialog--header__left{flex:1 1 100%;margin-bottom:12px}.mig-chat-isolated .chat-dialog--header__title h2{font-size:20px}.mig-chat-isolated .chat-dialog--header__right{flex:1 1 100%;margin:0}.mig-chat-isolated .chat-dialog--header__right .select-input-box,.mig-chat-isolated .chat-dialog--header__right .radio-button-group{width:100%}.mig-chat-isolated .chat-dialog--header__close{top:16px;right:16px;transform:none}.mig-chat-isolated .chat-dialog--header__close:hover{transform:rotate(90deg)}}.mig-chat-isolated .chat-reaction{display:flex;flex-direction:row;gap:.3rem;width:fit-content;cursor:pointer;margin:0}.mig-chat-isolated .chat-reaction--emoji{display:flex;align-items:center;font-size:.95rem;background-color:#fff;border:1px solid #e4e6eb;padding:.25rem .5rem;border-radius:12px;box-shadow:0 1px 2px #0000000d}.mig-chat-isolated .chat-reaction--emoji__count{font-weight:600;color:#65676b;margin-left:.35rem;font-size:.8rem;line-height:1}.mig-chat-isolated .quick-reaction-bar{display:flex;align-items:center;gap:4px;padding:8px 12px;background:#fff;border-radius:50px;box-shadow:0 2px 8px #00000026;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;max-width:calc(100vw - 32px)}@media (min-width: 601px){.desktop-device .mig-chat-isolated .quick-reaction-bar,.touch-device .mig-chat-isolated .quick-reaction-bar{max-width:min(350px,100vw - 4.5rem - min(25rem,30vw) - 32px)}}@media (orientation: landscape) and (min-width: 601px) and (max-width: 1366px){.touch-device .mig-chat-isolated .quick-reaction-bar{max-width:min(350px,100vw - 4.5rem - min(20rem,35vw) - 32px)}}.mig-chat-isolated .quick-reaction-bar__emoji,.mig-chat-isolated .quick-reaction-bar__more{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .15s ease;font-size:24px}.mig-chat-isolated .quick-reaction-bar__emoji:hover,.mig-chat-isolated .quick-reaction-bar__more:hover{background:#f5f6f6;transform:scale(1.1)}.mig-chat-isolated .quick-reaction-bar__emoji:active,.mig-chat-isolated .quick-reaction-bar__more:active{transform:scale(.95);background:#e9edef}.mig-chat-isolated .quick-reaction-bar__more{font-size:28px;font-weight:300;color:#54656f;background:#f0f2f5}.mig-chat-isolated .quick-reaction-bar__more:hover{background:#e9edef}.mig-chat-isolated .quick-reaction-bar__more:active{background:#d1d7db}.mig-chat-isolated .long-press-active{max-height:60vh!important;overflow:hidden!important;position:relative!important}.mig-chat-isolated .long-press-active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,transparent,rgba(229,221,213,.95));pointer-events:none;z-index:1}.mig-chat-isolated .long-press-constrained{position:fixed!important;top:50%!important;transform:translateY(-50%)!important;z-index:10000!important}@media (max-width: 768px){.mig-chat-isolated .quick-reaction-bar{padding:10px 14px}.mig-chat-isolated .quick-reaction-bar__emoji,.mig-chat-isolated .quick-reaction-bar__more{width:44px;height:44px;font-size:26px}.mig-chat-isolated .quick-reaction-bar__more{font-size:30px}.mig-chat-isolated .long-press-active{max-height:50vh!important}}.mig-chat-isolated .custom-popover{position:fixed!important;border-radius:8px;background:#fff;box-shadow:0 2px 10px #999;z-index:10000!important;min-width:150px}.mig-chat-isolated .custom-popover ul{list-style:none outside;padding:0;margin:0}.mig-chat-isolated .custom-popover li{padding:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.mig-chat-isolated .custom-popover li:hover{background-color:#f5f6f6}.mig-chat-isolated .custom-popover .popover-item{display:flex;align-items:center}.mig-chat-isolated .custom-popover .popover-item--disabled{color:gray;pointer-events:none}.mig-chat-isolated .custom-popover .popover-item--with-sub-popover:after{content:"▸";position:absolute;right:10px}.mig-chat-isolated .custom-popover-item-icon{display:inline-block;width:25px}.mig-chat-isolated .custom-popover-item-icon--disabled{text-decoration:line-through;color:red;text-decoration-thickness:3px}.mig-chat-isolated .custom-popover a{text-decoration:none;color:#4f4f4f;display:block}.mig-chat-isolated .image-preview{position:relative;height:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden}.mig-chat-isolated .image-preview img{border-radius:8px}.mig-chat-isolated .image-preview .image-loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9999}.mig-chat-isolated .action-menu{display:flex;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mig-chat-isolated .action-menu.disabled{pointer-events:none;opacity:.5}.mig-chat-isolated .action-menu.list{flex-direction:column;background-color:#fff;box-shadow:0 2px 8px #00000026;min-width:180px;border-radius:8px;padding:4px 0;overflow:hidden}.mig-chat-isolated .action-menu.row{flex-direction:row;align-items:center;padding-top:.1rem}.mig-chat-isolated .action-menu__divider{height:1px;background-color:#e9edef;margin:4px 0}.mig-chat-isolated .action-menu__item{display:flex;flex-direction:row;align-items:center;cursor:pointer;padding:10px 16px;transition:background-color .15s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;gap:16px}.mig-chat-isolated .action-menu__item.disabled{opacity:.4;pointer-events:none}.mig-chat-isolated .action-menu__item--icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#54656f}.mig-chat-isolated .action-menu__item--icon svg{width:100%;height:100%}.mig-chat-isolated .action-menu__item--icon svg[stroke]:not([stroke=none]){stroke:currentColor}.mig-chat-isolated .action-menu__item--icon svg[fill]:not([fill=none]){fill:currentColor}.mig-chat-isolated .action-menu__item span{font-size:14.5px;color:#3b4a54;font-weight:400;line-height:1.3;flex:1}.mig-chat-isolated .action-menu__item a{text-decoration:none;color:inherit}.mig-chat-isolated .action-menu__item:hover{background-color:#f5f6f6}.mig-chat-isolated .action-menu__item:active{background-color:#e9edef}.mig-chat-isolated .action-menu__item--destructive .action-menu__item--icon,.mig-chat-isolated .action-menu__item--destructive span{color:#ea0038}.mig-chat-isolated .action-menu__item.row{margin:0 .2rem}.mig-chat-isolated .action-menu__item.row span{display:none}@media (max-width: 768px){.mig-chat-isolated .action-menu.list{min-width:160px}.mig-chat-isolated .action-menu__item{padding:12px 16px;gap:14px}.mig-chat-isolated .action-menu__item--icon{width:20px;height:20px}.mig-chat-isolated .action-menu__item span{font-size:15px}}.mig-chat-isolated .file-input{display:flex}.mig-chat-isolated .file-input img{width:2rem;height:2rem}.mig-chat-isolated .file-input input[type=file]{display:none}.mig-chat-isolated .imageBox{position:fixed;inset:0;background-color:#000000e6;z-index:9999;cursor:pointer}.mig-chat-isolated .imageBox .custom-original-image img{object-fit:scale-down}.mig-chat-isolated .inputBox input{width:100%;border-radius:6px;font-size:16px;padding-left:1rem;border:1px solid hsl(0,0%,80%);outline:none;box-sizing:border-box}.mig-chat-isolated .inputBox input:focus{border:1px solid rgb(38,132,255)}.mig-chat-isolated .loader-container{text-align:center;display:flex;align-items:center;justify-content:center}.mig-chat-isolated .loader-container .loader{display:inline-block;width:40px;height:40px;border:3px solid rgba(0,132,255,.1);border-top-color:#0084ff;border-radius:50%;animation:spinner .8s linear infinite}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mig-chat-isolated .image-loader .loader{width:32px;height:32px;border-width:2.5px}.mig-chat-isolated .modal-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;min-height:150px;min-width:300px;border-radius:5px;background-color:#fff;animation:fadein .5s;padding:1rem;max-width:90vw;max-height:90vh;overflow:auto}.mig-chat-isolated .modal-container--content{text-align:center;justify-content:center}.mig-chat-isolated .modal-backdrop{position:fixed;inset:0;background:#000;opacity:.5;z-index:100}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width: 600px){.mig-chat-isolated .modal-container{max-width:100vw;max-height:80vh;overflow:hidden;width:100vw}.mig-chat-isolated .modal-container:has(.emoji-picker-fullwidth){padding:0!important;width:100vw!important;max-width:100vw!important}}.mig-chat-isolated .profile-unit{display:flex;align-items:center;min-width:0;max-width:100%}.mig-chat-isolated .profile-unit__image{background-color:#dfe5e7;height:2.5rem;width:2.5rem;border-radius:50%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-shrink:0;box-shadow:0 1px 2px #0000001a}.mig-chat-isolated .profile-unit__image img{width:100%;height:100%;object-fit:cover;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;transform:translateZ(0)}.mig-chat-isolated .profile-unit__name{font-size:1rem;overflow:hidden;padding-left:.5rem;display:inline-block;font-weight:500;text-align:left;position:relative;white-space:nowrap;text-overflow:ellipsis;align-self:center;margin-left:.75rem;color:#111b21;line-height:1.3;flex:1;min-width:0;max-width:100%}.mig-chat-isolated .confirmation-dialog-wrapper{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;pointer-events:none}.mig-chat-isolated .confirmation-dialog-wrapper[style*="display: block"]{pointer-events:auto}.mig-chat-isolated .confirmation-dialog-backdrop{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out;pointer-events:auto}.mig-chat-isolated .confirmation-dialog-container{position:relative;background-color:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:420px;width:90%;padding:32px 24px 24px;animation:slideUp .3s ease-out;z-index:1001;pointer-events:auto}.mig-chat-isolated .confirmation-dialog-content{margin-bottom:28px;text-align:center}.mig-chat-isolated .confirmation-dialog-icon{width:64px;height:64px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mig-chat-isolated .confirmation-dialog-icon--danger{background-color:#fee2e2;color:#dc2626}.mig-chat-isolated .confirmation-dialog-icon--warning{background-color:#fef3c7;color:#f59e0b}.mig-chat-isolated .confirmation-dialog-icon--info{background-color:#dbeafe;color:#3b82f6}.mig-chat-isolated .confirmation-dialog-title{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.4}.mig-chat-isolated .confirmation-dialog-description{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.mig-chat-isolated .confirmation-dialog-actions{display:flex;gap:12px;justify-content:flex-end}.mig-chat-isolated .confirmation-dialog-btn{padding:11px 24px;border-radius:8px;font-size:15px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;min-width:100px}.mig-chat-isolated .confirmation-dialog-btn:active{transform:scale(.98)}.mig-chat-isolated .confirmation-dialog-btn--cancel{background-color:#f3f4f6;color:#374151}.mig-chat-isolated .confirmation-dialog-btn--cancel:hover{background-color:#e5e7eb}.mig-chat-isolated .confirmation-dialog-btn--confirm{color:#fff}.mig-chat-isolated .confirmation-dialog-btn--confirm.confirmation-dialog-btn--danger{background-color:#dc2626}.mig-chat-isolated .confirmation-dialog-btn--confirm.confirmation-dialog-btn--danger:hover{background-color:#b91c1c}.mig-chat-isolated .confirmation-dialog-btn--confirm.confirmation-dialog-btn--warning{background-color:#f59e0b}.mig-chat-isolated .confirmation-dialog-btn--confirm.confirmation-dialog-btn--warning:hover{background-color:#d97706}.mig-chat-isolated .confirmation-dialog-btn--confirm.confirmation-dialog-btn--info{background-color:#3b82f6}.mig-chat-isolated .confirmation-dialog-btn--confirm.confirmation-dialog-btn--info:hover{background-color:#2563eb}.mig-chat-isolated .confirmation-dialog-loading{text-align:center;padding:20px 0}.mig-chat-isolated .confirmation-dialog-loading h3{font-size:16px;font-weight:500;color:#6b7280;margin:0 0 16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.mig-chat-isolated .confirmation-dialog-container{max-width:90%;padding:28px 20px 20px}.mig-chat-isolated .confirmation-dialog-actions{flex-direction:column-reverse}.mig-chat-isolated .confirmation-dialog-actions .confirmation-dialog-btn{width:100%}}.mig-chat-isolated .editor-container{width:100%;margin-left:0;padding:12px 52px;background-color:#f7f8fa;border-radius:24px;border:1px solid #e9edef;position:relative;cursor:text;counter-reset:reset;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;box-shadow:0 2px 4px #0000001a}.mig-chat-isolated .editor-container--attached{border-radius:0 0 24px 24px;border-top:none;box-shadow:0 2px 8px #00000026}.mig-chat-isolated .editor-container--attached.is-focused{border-color:#e9edef;box-shadow:0 2px 8px #00000026}.mig-chat-isolated .editor-container--with-toolbar{border-radius:0 0 24px 24px;border-top:none}.mig-chat-isolated .editor-container .at-mention{color:#0084ff;background-color:#0084ff1a;padding:2px 4px;border-radius:3px;font-weight:500}.mig-chat-isolated .editor-container blockquote{color:#667781;background:#00000008;font-style:italic;border-left:3px solid #06cf9c;padding:8px 12px;margin:8px 0;border-radius:4px}.mig-chat-isolated .editor-container .DraftEditor-editorContainer{background-color:#fff0;border-left:.1px solid transparent;position:relative;z-index:1}.mig-chat-isolated .editor-container .public-DraftEditorPlaceholder-root{color:#8696a0;position:absolute;z-index:1;font-size:15px}.mig-chat-isolated .editor-container .public-DraftStyleDefault-ul,.mig-chat-isolated .editor-container .public-DraftStyleDefault-ol{margin:8px 0;padding-left:24px}.mig-chat-isolated .editor-container .public-DraftEditor-content{max-height:10rem;word-break:break-word;overflow:auto;display:flex;flex-direction:column-reverse;font-size:15px;line-height:1.5}.mig-chat-isolated .editor-container .public-DraftStyleDefault-orderedListItem{counter-increment:reset}.mig-chat-isolated .editor-container .public-DraftStyleDefault-orderedListItem::marker{content:counter(reset,decimal) ". "}.mig-chat-isolated .is-focused{background-color:#fff;border-color:#0084ff;box-shadow:0 0 0 2px #0084ff26,0 2px 4px #0000001a}@media (max-width: 600px){.mig-chat-isolated .editor-container{padding:10px 48px;border-radius:20px}.mig-chat-isolated .editor-container--attached{border-radius:0 0 20px 20px}.mig-chat-isolated .editor-container--attached.is-focused{border-color:#e9edef;box-shadow:0 2px 8px #00000026}.mig-chat-isolated .editor-container .public-DraftEditorPlaceholder-root{font-size:14px}.mig-chat-isolated .editor-container .public-DraftEditor-content{max-height:8rem;font-size:14px}}.mig-chat-isolated .lightbox{position:fixed!important;inset:0;background-color:#00000080;z-index:9999!important}.mig-chat-isolated .lightbox--transparent{background-color:transparent}.mig-chat-isolated .file-viewer-container{position:fixed;inset:0;z-index:9999}.mig-chat-isolated .file-viewer-container .file-viewer-backdrop{position:absolute;inset:0;background-color:#0a0a0a;opacity:.95}.mig-chat-isolated .file-viewer-container--content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;width:100%}.mig-chat-isolated .file-viewer-container .loader-container{z-index:101}.mig-chat-isolated .file-viewer-container--header{position:relative;z-index:100;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:#000000d9;flex-shrink:0}.mig-chat-isolated .file-viewer-container--header__left{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.mig-chat-isolated .file-viewer-container--header__close{cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:background-color .2s ease;flex-shrink:0}.mig-chat-isolated .file-viewer-container--header__close:hover{background:#ffffff1a}.mig-chat-isolated .file-viewer-container--header__close svg{width:24px;height:24px;fill:#fff}.mig-chat-isolated .file-viewer-container--header__title{color:#fff;font-size:1rem;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.mig-chat-isolated .file-viewer-container--header__right{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.mig-chat-isolated .file-viewer-container--header__download{cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:background-color .2s ease}.mig-chat-isolated .file-viewer-container--header__download:hover{background:#ffffff1a}.mig-chat-isolated .file-viewer-container--header__count{color:#ffffffe6;font-size:.95rem;white-space:nowrap}.mig-chat-isolated .file-viewer-container .file-viewer{flex:1;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:2rem;position:relative;overflow:visible;min-height:0}.mig-chat-isolated .file-viewer-container .file-viewer .loader-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.mig-chat-isolated .file-viewer-container .file-viewer--warning-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:500;font-size:18px;color:#fff;text-align:center;z-index:100;padding:1rem;background:#000000b3;border-radius:8px}.mig-chat-isolated .file-viewer-container .file-viewer--download{display:flex;flex-direction:column;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:500;font-size:18px;background-color:#fff;max-height:60%;max-width:90%;width:450px;justify-content:center;align-items:center;z-index:100;border-radius:12px;padding:2rem;box-shadow:0 8px 32px #0006}.mig-chat-isolated .file-viewer-container .file-viewer--download__icon{display:flex;justify-content:center;margin:1rem}.mig-chat-isolated .file-viewer-container .file-viewer--download__icon img{width:80px;cursor:pointer;transition:transform .2s ease}.mig-chat-isolated .file-viewer-container .file-viewer--download__icon img:hover{transform:scale(1.1)}.mig-chat-isolated .file-viewer-container .file-viewer--download__error-message{text-align:center;margin:.5rem 0;color:#d32f2f;font-size:16px}.mig-chat-isolated .file-viewer-container .file-viewer--download .download-link{text-align:center;margin-top:.5rem}.mig-chat-isolated .file-viewer-container .file-viewer--download .download-link a{color:#1976d2;cursor:pointer;text-decoration:none;font-weight:500}.mig-chat-isolated .file-viewer-container .file-viewer--download .download-link a:hover{text-decoration:underline}.mig-chat-isolated .file-viewer-container .file-viewer iframe{background-color:#fff;width:90%;height:100%;border-radius:8px;box-shadow:0 4px 20px #0000004d;border:none}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button{position:absolute;top:50%;transform:translateY(-50%);z-index:103;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0000004d}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button:hover{background:#fff;transform:translateY(-50%) scale(1.15);box-shadow:0 6px 20px #0006}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button:active{transform:translateY(-50%) scale(1.05)}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button__prev{left:2rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button__next{right:2rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button svg{width:28px;height:28px;fill:none;stroke:#1a1a1a;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button .chevron-left{transform:rotate(180deg)}.mig-chat-isolated .file-viewer-container .file-viewer .react-transform-wrapper{cursor:grab;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible!important}.mig-chat-isolated .file-viewer-container .file-viewer .react-transform-wrapper:active{cursor:grabbing}.mig-chat-isolated .file-viewer-container .file-viewer .react-transform-component{display:flex!important;align-items:center;justify-content:center;overflow:visible!important}.mig-chat-isolated .file-viewer-container .file-viewer img{display:block;-webkit-user-select:none;user-select:none}.mig-chat-isolated .file-viewer-container .file-viewer video{max-height:calc(100vh - 200px);max-width:90vw;border-radius:4px}.mig-chat-isolated .file-viewer-container .file-viewer audio{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30rem;max-width:90%}.mig-chat-isolated .file-viewer-container--thumbnails{position:relative;z-index:100;background:#000000d9;padding:1rem 0;overflow-x:auto;overflow-y:hidden;flex-shrink:0;max-height:120px}.mig-chat-isolated .file-viewer-container--thumbnails::-webkit-scrollbar{height:6px}.mig-chat-isolated .file-viewer-container--thumbnails::-webkit-scrollbar-track{background:#ffffff1a}.mig-chat-isolated .file-viewer-container--thumbnails::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.mig-chat-isolated .file-viewer-container--thumbnails::-webkit-scrollbar-thumb:hover{background:#ffffff80}.mig-chat-isolated .file-viewer-container--thumbnails__container{display:flex;gap:.75rem;padding:0 1.5rem;min-width:min-content;height:80px}.mig-chat-isolated .file-viewer-container--thumbnails__item{width:80px;height:80px;min-width:80px;min-height:80px;border-radius:8px;overflow:hidden;cursor:pointer;flex-shrink:0;border:2px solid rgba(255,255,255,.2);transition:all .2s ease;background:#ffffff1a;position:relative}.mig-chat-isolated .file-viewer-container--thumbnails__item:hover{border-color:#fff6;transform:translateY(-2px)}.mig-chat-isolated .file-viewer-container--thumbnails__item.active{border-color:#0084ff;box-shadow:0 0 0 2px #0084ff4d;transform:translateY(-2px)}.mig-chat-isolated .file-viewer-container--thumbnails__item img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0}.mig-chat-isolated .file-viewer-container--thumbnails__item--placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff26;position:absolute;top:0;left:0}.mig-chat-isolated .file-viewer-container--thumbnails__item--placeholder span{color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase}@media (max-width: 1024px){.mig-chat-isolated .file-viewer-container--header{height:56px;padding:0 1rem}.mig-chat-isolated .file-viewer-container--header__left{gap:.75rem}.mig-chat-isolated .file-viewer-container--header__close{width:36px;height:36px}.mig-chat-isolated .file-viewer-container--header__close svg{width:20px;height:20px}.mig-chat-isolated .file-viewer-container--header__title{font-size:.9rem}.mig-chat-isolated .file-viewer-container--header__right{gap:1rem}.mig-chat-isolated .file-viewer-container--header__download{width:36px;height:36px}.mig-chat-isolated .file-viewer-container--header__download svg{width:20px;height:20px}.mig-chat-isolated .file-viewer-container--header__count{font-size:.85rem}.mig-chat-isolated .file-viewer-container .file-viewer{padding:1.5rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button{width:44px;height:44px}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button__prev{left:1rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button__next{right:1rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button svg{width:24px;height:24px}.mig-chat-isolated .file-viewer-container .file-viewer--download{width:400px;max-width:85%;padding:1.5rem;font-size:16px}.mig-chat-isolated .file-viewer-container .file-viewer--download__icon img{width:70px}.mig-chat-isolated .file-viewer-container .file-viewer--download__error-message{font-size:15px}.mig-chat-isolated .file-viewer-container .file-viewer iframe{width:90%;height:80%}.mig-chat-isolated .file-viewer-container .file-viewer audio{width:25rem}.mig-chat-isolated .file-viewer-container--thumbnails{padding:.75rem 0;max-height:110px}.mig-chat-isolated .file-viewer-container--thumbnails__container{gap:.5rem;padding:0 1rem;height:70px}.mig-chat-isolated .file-viewer-container--thumbnails__item{width:70px;height:70px;min-width:70px;min-height:70px}}@media (max-width: 767px){.mig-chat-isolated .file-viewer-container--header{height:52px;padding:0 .75rem}.mig-chat-isolated .file-viewer-container--header__left{gap:.5rem}.mig-chat-isolated .file-viewer-container--header__close{width:32px;height:32px}.mig-chat-isolated .file-viewer-container--header__close svg{width:18px;height:18px}.mig-chat-isolated .file-viewer-container--header__title{font-size:.85rem}.mig-chat-isolated .file-viewer-container--header__right{gap:.75rem}.mig-chat-isolated .file-viewer-container--header__download{width:32px;height:32px}.mig-chat-isolated .file-viewer-container--header__download svg{width:18px;height:18px}.mig-chat-isolated .file-viewer-container--header__count{font-size:.8rem}.mig-chat-isolated .file-viewer-container .file-viewer{padding:1rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button{width:40px;height:40px}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button__prev{left:.5rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button__next{right:.5rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button svg{width:22px;height:22px}.mig-chat-isolated .file-viewer-container .file-viewer--warning-message{font-size:15px;padding:.75rem}.mig-chat-isolated .file-viewer-container .file-viewer--download{width:90%;max-width:320px;padding:1.25rem;font-size:15px}.mig-chat-isolated .file-viewer-container .file-viewer--download__icon{margin:.75rem}.mig-chat-isolated .file-viewer-container .file-viewer--download__icon img{width:60px}.mig-chat-isolated .file-viewer-container .file-viewer--download__error-message{font-size:14px}.mig-chat-isolated .file-viewer-container .file-viewer iframe{width:100%;height:85%;border-radius:4px}.mig-chat-isolated .file-viewer-container .file-viewer audio{width:90%;max-width:20rem}.mig-chat-isolated .file-viewer-container .file-viewer .react-transform-wrapper,.mig-chat-isolated .file-viewer-container .file-viewer img{max-width:100vw;max-height:85vh}.mig-chat-isolated .file-viewer-container--thumbnails{padding:.5rem 0;max-height:100px}.mig-chat-isolated .file-viewer-container--thumbnails__container{gap:.4rem;padding:0 .75rem;height:60px}.mig-chat-isolated .file-viewer-container--thumbnails__item{width:60px;height:60px;min-width:60px;min-height:60px;border-width:2px}}@media (max-width: 480px){.mig-chat-isolated .file-viewer-container--header{height:48px;padding:0 .5rem}.mig-chat-isolated .file-viewer-container--header__title{font-size:.8rem}.mig-chat-isolated .file-viewer-container--header__count{font-size:.75rem}.mig-chat-isolated .file-viewer-container .file-viewer{padding:.5rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button{width:36px;height:36px}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button__prev{left:.25rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button__next{right:.25rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button svg{width:20px;height:20px}.mig-chat-isolated .file-viewer-container .file-viewer--download{font-size:14px;padding:1rem}.mig-chat-isolated .file-viewer-container .file-viewer--download__icon img{width:50px}.mig-chat-isolated .file-viewer-container .file-viewer--download__error-message{font-size:13px}.mig-chat-isolated .file-viewer-container .file-viewer iframe{width:100%;height:90%;border-radius:0}.mig-chat-isolated .file-viewer-container .file-viewer audio{width:90%}.mig-chat-isolated .file-viewer-container .file-viewer .react-transform-wrapper,.mig-chat-isolated .file-viewer-container .file-viewer img{max-width:100vw;max-height:90vh}.mig-chat-isolated .file-viewer-container--thumbnails{max-height:90px}.mig-chat-isolated .file-viewer-container--thumbnails__container{gap:.3rem;padding:0 .5rem;height:50px}.mig-chat-isolated .file-viewer-container--thumbnails__item{width:50px;height:50px;min-width:50px;min-height:50px}}@media (max-height: 500px) and (orientation: landscape){.mig-chat-isolated .file-viewer-container--header{height:44px}.mig-chat-isolated .file-viewer-container--header__title{font-size:.75rem}.mig-chat-isolated .file-viewer-container .file-viewer{padding:.5rem}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button{width:36px;height:36px}.mig-chat-isolated .file-viewer-container .file-viewer--navigation-button svg{width:16px;height:16px}.mig-chat-isolated .file-viewer-container .file-viewer .react-transform-wrapper{max-height:75vh}.mig-chat-isolated .file-viewer-container--thumbnails{display:none}}.mig-chat-isolated .chat-input-filter{width:100%;padding:1rem}.mig-chat-isolated .search-input{position:relative;display:flex;align-items:center;background-color:#f7f8fa;border:1px solid #e9edef;border-radius:24px;padding:12px 16px 12px 48px;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.mig-chat-isolated .search-input:focus-within{background-color:#fff;border-color:#0084ff;box-shadow:0 0 0 2px #0084ff26,0 2px 4px #0000001a}.mig-chat-isolated .search-input__icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:#8696a0;width:20px;height:20px;flex-shrink:0;pointer-events:none}.mig-chat-isolated .search-input__icon svg{width:100%;height:100%}.mig-chat-isolated .search-input__icon svg path{stroke:currentColor;fill:none}.mig-chat-isolated .search-input__field{flex:1;border:none;background:transparent;outline:none;font-size:15px!important;color:#111b21;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mig-chat-isolated .search-input__field::placeholder{color:#8696a0;font-size:15px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}.mig-chat-isolated .search-input__clear{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:6px;border-radius:50%;transition:background-color .2s;color:#8696a0;width:28px;height:28px;margin-left:8px;flex-shrink:0}.mig-chat-isolated .search-input__clear svg{width:16px;height:16px}.mig-chat-isolated .search-input__clear:hover{background-color:#0000000d}.mig-chat-isolated .search-input__clear:active{background-color:#0000001a}.mig-chat-isolated .search-input--compact{padding:10px 14px 10px 44px;border-radius:20px}.mig-chat-isolated .search-input--compact .search-input__icon{left:14px;width:18px;height:18px}.mig-chat-isolated .search-input--compact .search-input__field{font-size:14px}.mig-chat-isolated .search-input--compact .search-input__clear{width:24px;height:24px;padding:4px;margin-left:6px}.mig-chat-isolated .search-input--compact .search-input__clear svg{width:14px;height:14px}.mig-chat-isolated .search-input--flat{box-shadow:none;background-color:#f0f2f5;border-color:transparent;padding:8px 14px 8px 40px;border-radius:20px}.mig-chat-isolated .search-input--flat:focus-within{background-color:#fff;border-color:#0084ff;box-shadow:0 0 0 2px #0084ff26}.mig-chat-isolated .search-input--flat .search-input__icon{left:12px;width:18px;height:18px}.mig-chat-isolated .search-input--flat .search-input__field{font-size:15px}.mig-chat-isolated .search-input--flat .search-input__field::placeholder{font-size:15px}.mig-chat-isolated .search-input--flat .search-input__clear{width:24px;height:24px;padding:4px;margin-left:6px}.mig-chat-isolated .search-input--flat .search-input__clear svg{width:14px;height:14px}@media (max-width: 768px){.mig-chat-isolated .search-input{padding:10px 14px 10px 44px;border-radius:20px}.mig-chat-isolated .search-input__icon{left:14px;width:18px;height:18px}.mig-chat-isolated .search-input__field{font-size:14px}}@media (max-width: 480px){.mig-chat-isolated .search-input{padding:9px 12px 9px 40px;border-radius:18px}.mig-chat-isolated .search-input__icon{left:12px;width:16px;height:16px}.mig-chat-isolated .search-input__field{font-size:14px}.mig-chat-isolated .search-input__clear{width:24px;height:24px;padding:4px;margin-left:6px}.mig-chat-isolated .search-input__clear svg{width:14px;height:14px}}.mig-chat-isolated .icon-with-badge{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;width:1.5rem;height:1.5rem;margin-left:1rem}.mig-chat-isolated .icon-with-badge__icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#54656f}.mig-chat-isolated .icon-with-badge__icon svg{width:100%;height:100%}.mig-chat-isolated .icon-with-badge__badge{position:absolute;top:-8px;right:-10px;display:flex;align-items:center;justify-content:center;min-width:14px;height:14px;padding:0 3px;font-size:9px;font-weight:600;line-height:1;color:#fff;background-color:#0084ff;border-radius:7px;border:1.5px solid #fff;box-shadow:0 1px 2px #0000001a}.mig-chat-isolated .icon-with-badge:hover .icon-with-badge__icon{color:#111b21}.chat-empty-state{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:linear-gradient(135deg,#f5f7fa,#e9ecef);position:relative;overflow:hidden}.touch-device .chat-empty-state{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.chat-empty-state:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 50%,rgba(0,132,255,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,132,255,.03) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(0,132,255,.02) 0%,transparent 50%);animation:float 20s ease-in-out infinite;pointer-events:none}.chat-empty-state__container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;max-width:500px;position:relative;z-index:1;animation:fadeInUp .6s ease-out}.chat-empty-state__icon{width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0084ff,#06c);border-radius:50%;margin-bottom:2rem;box-shadow:0 10px 40px #0084ff33,0 0 0 20px #0084ff0d;animation:pulse 3s ease-in-out infinite}.chat-empty-state__icon svg{width:60px;height:60px;fill:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.chat-empty-state__title{font-size:32px;font-weight:600;color:#111b21;margin:0 0 1rem;letter-spacing:-.5px}.chat-empty-state__description{font-size:16px;color:#667781;margin:0 0 3rem;line-height:1.5;max-width:400px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@media (max-width: 768px){.chat-empty-state__container{padding:1.5rem}.chat-empty-state__icon{width:100px;height:100px}.chat-empty-state__icon svg{width:50px;height:50px}.chat-empty-state__title{font-size:28px}.chat-empty-state__description{font-size:15px}}@media (max-width: 480px){.chat-empty-state__icon{width:80px;height:80px;margin-bottom:1.5rem}.chat-empty-state__icon svg{width:40px;height:40px}.chat-empty-state__title{font-size:24px}.chat-empty-state__description{font-size:14px;margin-bottom:2rem}}
