@charset "UTF-8";.shell{display:flex;height:100%;min-height:0;background:#fff;animation:app-fade .16s ease}@media(max-width:768px){.shell{overflow:hidden;height:100dvh;min-height:100dvh}}.sidebar{display:flex;flex-direction:column;width:420px;min-width:300px;height:100%;background:#fff;border-right:1px solid #dadce0}.sidebar__header{display:flex;align-items:center;gap:8px;height:56px;padding:0 12px}.sidebar__menu,.sidebar__new{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:#707579;cursor:pointer;font-size:18px}.sidebar__menu:hover,.sidebar__new:hover{background:#f4f4f5}.sidebar__search{flex:1;background:#f4f4f5;border-radius:22px}.sidebar__search.ant-input-affix-wrapper{border:0;background:#f4f4f5;box-shadow:none}.sidebar__list{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent}.sidebar__list::-webkit-scrollbar{width:6px}.sidebar__list::-webkit-scrollbar-thumb{background:#00000038;border-radius:6px}.sidebar__list .ant-conversations{height:auto;overflow-y:visible}.sidebar__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;min-height:100%;padding:24px 20px 32px;text-align:center}.sidebar__empty-hint{margin:8px 0 20px;color:#707579;font-size:15px;line-height:20px}.sidebar__empty h2{margin:0;font-size:18px;font-weight:500;color:#000}.sidebar__create{padding:8px 16px 16px}.sidebar__create-title{margin-bottom:12px;font-size:18px;font-weight:500}.sidebar__actions{display:flex;flex-direction:column;gap:12px}.chat-row{display:block;min-width:0}.chat-row__avatar{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;color:#fff;font-size:24px}.chat-row__body{display:block;min-width:0}.chat-row__top{display:flex;align-items:center;gap:8px}.chat-row__name{flex:1;overflow:hidden;font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.chat-row__time{color:#707579;font-size:12px}.chat-row__preview{display:flex;align-items:center;gap:8px;margin-top:2px;color:#707579;font-size:15px}.chat-row__text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-row__badge{margin-left:auto;min-width:20px;padding:0 6px;border-radius:10px;background:#3390ec;color:#fff;font-size:12px;line-height:20px;text-align:center}.sidebar__list .sidebar__conversations.ant-conversations{padding:4px 0}.sidebar__list .ant-conversations-item{height:72px;margin:0 8px 2px;padding:0 12px!important;border:1px solid transparent;border-radius:12px;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.sidebar__list .ant-conversations-item:not(.ant-conversations-item-disabled):not(.ant-conversations-item-active):hover{background:#f0f2f5!important;border-color:#0b141a0d;box-shadow:0 1px 2px #0b141a0f}.sidebar__list .ant-conversations-item:not(.ant-conversations-item-disabled):not(.ant-conversations-item-active):active{background:#e8ebef!important;box-shadow:none}.sidebar__list .ant-conversations-item-active{background:#3390ec!important;color:#fff;box-shadow:0 1px 3px #3390ec47;transition:background-color .2s ease,box-shadow .2s ease}.sidebar__list .ant-conversations-item-active:hover{background:#2f84dc!important;box-shadow:0 2px 6px #3390ec59}.sidebar__list .ant-conversations-item-active:active{background:#2a7aca!important;box-shadow:0 1px 2px #3390ec40}.sidebar__list .ant-conversations-item-active .chat-row__time,.sidebar__list .ant-conversations-item-active .chat-row__preview{color:#ffffffd1}.sidebar__list .ant-conversations-item-active .chat-row__badge{background:#fff;color:#3390ec}.thread{display:flex;flex:1;flex-direction:column;min-width:0;height:100%;background-color:#c5ddeb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.35' stroke-width='1.2'%3E%3Ccircle cx='12' cy='18' r='6'/%3E%3Cpath d='M40 10h14v10H40z'/%3E%3Cpath d='M58 46c6 0 10 4 10 8s-4 8-10 8-8-3-8-8 2-8 8-8z'/%3E%3Cpath d='M18 52l8 8-8 8'/%3E%3C/g%3E%3C/svg%3E")}.thread_empty{align-items:center;justify-content:center}.thread__placeholder{padding:20px 28px;border-radius:16px;background:#ffffffdb;box-shadow:0 1px 2px #10232f1f;text-align:center}.thread__placeholder h2{margin:0;font-size:16px;font-weight:500;color:#000}.thread__placeholder .ant-btn{min-width:180px;margin-top:16px}.thread__header{display:flex;align-items:center;gap:12px;height:56px;padding:0 16px;background:#fff;border-bottom:1px solid #dadce0}.thread__avatar{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;color:#fff;font-size:20px}.thread__titles{display:flex;flex-direction:column;min-width:0}.thread__name{font-size:16px;font-weight:500}.thread__subtitle,.thread__updating{display:flex;align-items:center;gap:6px;color:#707579;font-size:13px}.thread__banner{margin:8px 16px 0;padding:10px 12px;border-radius:10px;background:#fff4f4;color:#b42318}.thread__list{position:relative;flex:1;min-height:0;padding:8px 0}.thread__jump{position:absolute;right:14px;bottom:14px;z-index:5;pointer-events:none}.thread__jump-btn{position:relative;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:#707579;box-shadow:0 2px 12px #0b141a2e;cursor:pointer;pointer-events:auto;font-size:18px;transition:transform .15s ease,box-shadow .15s ease}.thread__jump-btn:active{transform:scale(.96);box-shadow:0 1px 6px #0b141a24}.thread__jump-badge{position:absolute;top:-11px;left:50%;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#3390ec;color:#fff;font-size:11px;font-weight:500;line-height:1;box-shadow:0 1px 4px #3390ec73;transform:translate(-50%);pointer-events:none}.thread__bubbles{height:100%}.thread__bubbles.ant-bubble-list .ant-bubble:not(.ant-bubble-divider):not(.ant-bubble-system){width:max-content!important;max-width:85%!important;flex-shrink:0!important}.thread__bubbles.ant-bubble-list .ant-bubble-end.bubble{align-self:flex-end!important}.thread__bubbles.ant-bubble-list .ant-bubble-start.bubble{align-self:flex-start!important}.thread__bubbles .ant-bubble:not(.ant-bubble-divider) .ant-bubble-body{display:block!important;width:max-content!important;max-width:420px!important;flex:0 0 auto!important}.thread__bubbles .ant-bubble-divider.thread__date,.thread__bubbles .ant-bubble-divider.thread__unread{width:100%!important;max-width:100%!important;align-self:stretch!important;justify-content:center!important;margin:6px 0}.thread__bubbles .ant-bubble-divider.thread__date.ant-bubble-start,.thread__bubbles .ant-bubble-divider.thread__date.ant-bubble-end,.thread__bubbles .ant-bubble-divider.thread__unread.ant-bubble-start,.thread__bubbles .ant-bubble-divider.thread__unread.ant-bubble-end{align-self:stretch!important;padding-inline:0!important}.thread__bubbles .ant-bubble-divider.thread__date .ant-bubble-body,.thread__bubbles .ant-bubble-divider.thread__unread .ant-bubble-body{width:100%!important;max-width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important}.thread__bubbles .ant-bubble-divider.thread__date .ant-bubble-content,.thread__bubbles .ant-bubble-divider.thread__unread .ant-bubble-content{width:100%!important;max-width:100%!important;padding:0!important;min-height:0!important;box-shadow:none!important;background:transparent!important;text-align:center!important}.thread__bubbles .ant-bubble-divider.thread__date .ant-divider,.thread__bubbles .ant-bubble-divider.thread__unread .ant-divider{width:100%;margin:10px 0;border:none!important;border-block-start:none!important;justify-content:center!important}.thread__bubbles .ant-bubble-divider.thread__date .ant-divider:before,.thread__bubbles .ant-bubble-divider.thread__date .ant-divider:after,.thread__bubbles .ant-bubble-divider.thread__unread .ant-divider:before,.thread__bubbles .ant-bubble-divider.thread__unread .ant-divider:after{display:none!important}.thread__bubbles .ant-bubble-divider.thread__date .ant-divider .ant-divider-rail-start,.thread__bubbles .ant-bubble-divider.thread__date .ant-divider .ant-divider-rail-end,.thread__bubbles .ant-bubble-divider.thread__unread .ant-divider .ant-divider-rail-start,.thread__bubbles .ant-bubble-divider.thread__unread .ant-divider .ant-divider-rail-end{display:none!important}.thread__bubbles .ant-bubble-divider.thread__date .ant-divider-inner-text,.thread__bubbles .ant-bubble-divider.thread__unread .ant-divider-inner-text{display:inline-block;padding:5px 12px 6px;border-radius:12px;background:#0b141a54;color:#fff;font-size:13px;font-weight:500;line-height:1.2}.thread__bubbles .ant-bubble-divider.thread__unread .ant-divider-inner-text{background:#3390eceb;color:#fff}.thread__bubbles .ant-bubble-list-scroll-content{padding-left:22px!important;padding-right:22px!important}.thread__bubbles .ant-bubble-content.bubble__content{display:flex!important;align-items:flex-end;width:max-content!important;max-width:420px!important;min-width:0!important;min-height:0!important;height:auto!important;flex:0 0 auto!important;padding:12px 11px 7px 12px!important;line-height:1!important;box-shadow:0 1px .5px #0b141a21!important;will-change:transform}.bubble-hit{position:relative;display:inline-flex;max-width:100%;touch-action:pan-y;-webkit-user-select:none;user-select:none}.bubble-hit__content{position:relative;z-index:1;display:inline-flex;max-width:100%}.message-action-menu{position:fixed;z-index:1200;min-width:168px;padding:4px 0;border-radius:10px;background:#fff;box-shadow:0 8px 28px #0b141a2e;border:1px solid rgba(11,20,26,.08)}.message-action-menu__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1199;border:0;padding:0;margin:0;background:transparent;cursor:default}.message-action-menu__item{display:block;width:100%;border:0;background:transparent;padding:10px 16px;text-align:left;font-size:15px;line-height:1.2;color:#000;cursor:pointer}.message-action-menu__item:hover{background:#f4f4f5}.message-quote{display:flex;flex-direction:column;align-items:flex-start;gap:3px;box-sizing:border-box;width:100%;min-width:0;border-left:3px solid #3390ec;padding:6px 10px 6px 12px;border-radius:8px;background:#3390ec1a}.message-quote_outgoing{border-left-color:#5ea171;background:#5ea17124}.message-quote__author{display:block;width:100%;font-size:13px;font-weight:600;line-height:17px;color:#3390ec;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-quote_outgoing .message-quote__author{color:#5ea171}.message-quote__text{display:block;width:100%;font-size:13px;line-height:17px;color:#707579;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bubble-message{display:inline-flex!important;flex-flow:row nowrap!important;align-items:flex-end!important;gap:6px;width:max-content;max-width:420px;vertical-align:top}.bubble-message_has-quote{flex-flow:column nowrap!important;align-items:stretch!important;gap:8px;width:100%;max-width:100%}.bubble-message_has-quote .bubble-message__body{display:flex;width:100%;flex-flow:row wrap;align-items:flex-end;justify-content:flex-end;gap:4px 6px;min-width:0;padding-top:1px;box-sizing:border-box}.bubble-message_has-quote .bubble-message__text{flex:1 1 auto;min-width:0;text-align:left}.bubble-message_has-quote .bubble-message__meta{flex:0 0 auto;margin-left:auto}.bubble-message__body{display:inline-flex;flex-flow:row nowrap;align-items:flex-end;gap:6px;min-width:0;padding-top:1px}.bubble-message__quote{display:block;width:100%;min-width:0}.bubble-message__text{min-width:0;font-size:16px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-box-trim:trim-both;text-box-edge:ex text;white-space:pre-wrap;overflow-wrap:anywhere}.bubble-message__meta{display:inline-flex;flex:0 0 auto;align-items:center;white-space:nowrap;line-height:1;-webkit-user-select:none;user-select:none;pointer-events:none}.bubble-message__meta .meta{pointer-events:auto}.bubble .ant-bubble-content{border-radius:15px!important}.bubble.bubble_has-quote .ant-bubble-content.bubble__content{align-items:stretch!important;width:max-content!important;max-width:420px!important}.ant-bubble-start.bubble .ant-bubble-content{background:#fff}.ant-bubble-start.bubble.bubble_tail .ant-bubble-content{position:relative;overflow:visible;border-bottom-left-radius:0!important}.ant-bubble-start.bubble.bubble_tail .ant-bubble-content:after{content:"";position:absolute;bottom:0;width:8px;height:13px;background:#fff;box-shadow:1px 1px 1px #10232f0f;left:-8px;clip-path:polygon(100% 0,0 100%,100% 100%)}.ant-bubble-end.bubble .ant-bubble-content{background:#eeffde}.ant-bubble-end.bubble.bubble_tail .ant-bubble-content{position:relative;overflow:visible;border-bottom-right-radius:0!important}.ant-bubble-end.bubble.bubble_tail .ant-bubble-content:after{content:"";position:absolute;bottom:0;width:8px;height:13px;background:#eeffde;box-shadow:1px 1px 1px #10232f0f;right:-8px;border-bottom-left-radius:0;clip-path:polygon(0 0,0 100%,100% 100%)}.meta{display:inline-flex;align-items:center;gap:3px;color:#5ea171;font-size:12px;white-space:nowrap}.meta__failed{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#d92d20;color:#fff;font-size:11px;line-height:1}.checks{width:16px;height:11px;fill:none;stroke:#8da79b;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.checks_read{stroke:#34b7f1}.composer{padding:8px 12px 10px;background:#fff;border-top:1px solid #dadce0}.composer__reply{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding:8px 10px 8px 12px;border-radius:10px;background:#f4f4f5}.composer__reply-quote{flex:1;min-width:0}.composer__reply-close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:50%;background:transparent;color:#707579;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.composer__reply-close:hover{background:#0b141a0f;color:#000}.composer__reply-close:active{background:#0b141a1a;color:#000}.composer .composer__sender.ant-sender.ant-sender-main{background:#fff;border:1px solid #dadce0;border-radius:12px;box-shadow:none}.composer .composer__sender.ant-sender.ant-sender-main:focus-within{border-color:#c8cacd}.composer .ant-sender-content{align-items:center;min-height:48px;padding-block:2px;padding-inline:2px 6px}.composer .ant-sender-input{min-height:24px}.composer .ant-sender-input textarea,.composer .ant-sender-input .ant-input{font-size:16px;line-height:20px}.composer .ant-sender-input textarea::placeholder,.composer .ant-sender-input .ant-input::placeholder{color:#a2acb4}.composer__tools{display:flex;align-items:center;gap:2px}.composer__tool-wrap{display:inline-flex}.composer__icon,.composer__mic{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:#707579;cursor:pointer;font-size:22px;transition:background-color .15s ease,color .15s ease}.composer__icon:hover:not(:disabled),.composer__mic:hover:not(:disabled){background:#f4f4f5;color:#000}.composer__icon:disabled,.composer__mic:disabled{color:#b8bcc0;cursor:not-allowed;opacity:.65}.composer__icon:disabled:hover,.composer__mic:disabled:hover{background:transparent;color:#b8bcc0}.composer__emoji{display:grid;grid-template-columns:repeat(5,32px);gap:4px}.composer__emoji-item{width:32px;height:32px;border:0;border-radius:8px;background:transparent;cursor:pointer;font-size:20px}.composer__emoji-item:hover{background:#f4f4f5}.composer__send.ant-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;min-width:34px;padding:0;border:0;background:#3390ec;color:#fff;box-shadow:none}.composer__send.ant-btn:hover:not(:disabled){background:#2b7fd4;color:#fff}.composer__send.ant-btn .ant-btn-icon{display:flex;align-items:center;justify-content:center;margin:0!important;line-height:0}.composer__send.ant-btn .telegram-send-icon{display:block;transform:translate(1px)}@media(max-width:768px){.shell--mobile.shell--pane-chats .thread,.shell--mobile.shell--pane-thread .sidebar{display:none}.shell--mobile .sidebar{width:100%;min-width:0;max-width:none;border-right:none}.shell--mobile .thread{flex:1;width:100%;min-width:0}.sidebar__header{padding-top:max(0px,env(safe-area-inset-top));padding-right:max(12px,env(safe-area-inset-right));padding-left:max(12px,env(safe-area-inset-left))}.sidebar__create{padding-bottom:max(16px,env(safe-area-inset-bottom))}.thread__header{gap:8px;padding-top:max(0px,env(safe-area-inset-top));padding-right:max(12px,env(safe-area-inset-right));padding-left:max(8px,env(safe-area-inset-left))}.thread__back{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;margin-left:-4px;border:0;border-radius:50%;background:transparent;color:#3390ec;font-size:20px;cursor:pointer}.thread__back:active{background:#f4f4f5}.thread__placeholder{margin:16px;max-width:calc(100% - 32px)}.thread__bubbles .ant-bubble-list-scroll-content{padding-right:12px!important;padding-left:12px!important}.thread__bubbles.ant-bubble-list .ant-bubble:not(.ant-bubble-divider):not(.ant-bubble-system){max-width:92%!important}.bubble-message{max-width:min(420px,78vw)}.sidebar__list .ant-conversations-item{margin-right:4px;margin-left:4px}.thread--glass-bar{position:relative}.thread--glass-bar .thread__list{padding-bottom:0}.thread--glass-bar .thread__jump{bottom:calc(76px + env(safe-area-inset-bottom,0px))}.thread--glass-bar .thread__bubbles .ant-bubble-list-scroll-content{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))!important}.shell--pane-thread .thread .composer{position:absolute;right:0;bottom:0;left:0;z-index:6;padding:10px max(10px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));background:transparent!important;border-top:none!important;pointer-events:none}.shell--pane-thread .thread .composer .composer__reply{pointer-events:auto}.shell--pane-thread .thread .composer .composer__dock{pointer-events:auto;overflow:hidden;border:none;border-radius:24px;background:#ffffff7a;box-shadow:0 4px 20px #0b141a1a;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%)}.shell--pane-thread .thread .composer .composer__sender.ant-sender.ant-sender-main{background:transparent!important;border:none!important;outline:none!important;border-radius:0!important;box-shadow:none!important}.shell--pane-thread .thread .composer .ant-sender-content{min-height:44px;padding-inline:4px 4px;background:transparent!important}.shell--pane-thread .thread .composer .ant-sender-input textarea,.shell--pane-thread .thread .composer .ant-sender-input .ant-input{background:transparent!important;resize:none}.shell--pane-thread .thread .composer .composer__icon:active:not(:disabled),.shell--pane-thread .thread .composer .composer__mic:active:not(:disabled){background:#0b141a0f}.shell--pane-thread .thread .composer .composer__send.ant-btn{box-shadow:0 2px 8px #3390ec59}.shell--pane-thread .thread .composer .composer__dock:focus-within{background:#ffffff94;box-shadow:0 0 0 2px #3390ec47,0 4px 20px #0b141a1a}}.login{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%;min-height:100dvh;padding:24px;background:#3390ec;animation:app-fade .16s ease}.login__card{width:100%;max-width:400px;padding:36px 32px 28px;background:#fff;border-radius:16px;box-shadow:0 12px 40px #0000002e}.login__logo{width:72px;height:72px;margin:0 auto 12px;border-radius:50%;background:#3390ec;display:flex;align-items:center;justify-content:center}.login__logo svg{width:36px;height:36px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linejoin:round;stroke-linecap:round}.login__title{margin:0;text-align:center;font-size:28px;font-weight:500}.login__hint{margin:8px 0 24px;text-align:center;color:#707579}.login__alert{margin-bottom:16px}.login__submit{height:42px;font-weight:500}@media(max-width:768px){.login{padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))}.login__card{padding:28px 20px 24px}.login__title{font-size:24px}}@keyframes app-fade{0%{opacity:0}to{opacity:1}}html,body,#root,.ant-app{margin:0;height:100%;min-height:100dvh;background:#c5ddeb;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:16px;line-height:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}button,input,textarea{font-family:inherit}@media(max-width:768px){input,textarea,select,.ant-input,.ant-input-affix-wrapper,.ant-input-affix-wrapper input,.ant-input-affix-wrapper textarea,.ant-input-number,.ant-input-number-input,.ant-select-selector,.ant-select-selection-search-input,.ant-sender-input textarea,.ant-sender-input input,.ant-sender-input [contenteditable=true]{font-size:16px!important}}@media(hover:none)and (pointer:coarse){input,textarea,select,.ant-input,.ant-input-affix-wrapper,.ant-input-affix-wrapper input,.ant-input-affix-wrapper textarea,.ant-input-number,.ant-input-number-input,.ant-select-selector,.ant-select-selection-search-input,.ant-sender-input textarea,.ant-sender-input input,.ant-sender-input [contenteditable=true]{font-size:16px!important}}.boot{display:flex;align-items:center;justify-content:center;height:100%;background:#3390ec;animation:app-fade .16s ease}.app-spinner{color:#3390ec}.app-spinner_page{font-size:36px;color:#fff}.app-spinner_button{font-size:16px}.app-spinner_meta{font-size:12px;color:#5ea171}
