:root{--tg-blue:#3390ec;--tg-blue-dark:#2481cc;--tg-bg:#fff;--tg-left:#fff;--tg-chat:#dcebf3;--tg-chat-dot:#ffffff6b;--tg-in:#fff;--tg-out:#eeffde;--tg-text:#17212b;--tg-muted:#707b87;--tg-border:#dfe5ec;--tg-hover:#f4f7fa;--tg-active:#3390ec;--shadow:0 1px 2px #0f172a24}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;min-height:100dvh;color:var(--tg-text);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;overflow:hidden}button,input,textarea{font-family:inherit}.login{background:#f4f7fb;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100dvh;display:flex}.login h1{margin:0 0 10px}.login input{background:#fff;border:1px solid #d9e1ea;border-radius:12px;outline:none;width:320px;padding:13px 14px}.login input:focus{border-color:var(--tg-blue);box-shadow:0 0 0 3px #3390ec1f}.login button{background:var(--tg-blue);color:#fff;border:0;border-radius:12px;width:320px;padding:13px;font-weight:700}.login button:disabled{opacity:.6}.app-shell{background:var(--tg-chat);width:100%;height:100dvh;display:flex;overflow:hidden}svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.left{background:var(--tg-left);border-right:1px solid var(--tg-border);flex-direction:column;min-width:280px;max-width:500px;display:flex;overflow:hidden}.tg-left-head{align-items:center;gap:8px;height:50px;padding:0 11px;display:flex}.brand{letter-spacing:-.4px;font-size:20px;font-weight:800}.icon-btn{color:#667381;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.icon-btn:hover{background:#eef3f7}.icon-btn.small{margin-left:auto}.side-menu{z-index:30;background:#fff;border:1px solid #e3e9ef;border-radius:10px;width:260px;padding:6px;position:absolute;top:48px;left:10px;box-shadow:0 14px 40px #0f172a33}.side-menu button{text-align:left;color:#17212b;background:0 0;border:0;border-radius:7px;width:100%;padding:10px 12px;display:block}.side-menu button:hover{background:#edf6ff}.search-wrap{padding:0 10px 7px}.search{color:#111;background:#eef3f7 url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 18.1a7.3 7.3 0 1 1 0-14.6 7.3 7.3 0 0 1 0 14.6Zm5.4-1.5 4.3 4.3' stroke='%238594a3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 13px no-repeat;border:0;border-radius:20px;outline:none;width:100%;height:38px;padding:0 14px 0 40px}.search::placeholder{color:#8a98a8}.search:focus{box-shadow:inset 0 0 0 2px var(--tg-blue);background-color:#fff}.folder-tabs{gap:6px;padding:0 10px 7px;display:flex;overflow:auto}.folder-tabs button{color:#5e6a77;white-space:nowrap;background:#f1f4f7;border:0;border-radius:999px;padding:6px 11px;font-size:13px}.folder-tabs button.active{color:#1682e6;background:#e3f1ff}.chat-list{flex:1;padding-bottom:8px;overflow:auto}.chat-item{cursor:pointer;grid-template-rows:22px 20px;grid-template-columns:1fr auto;align-items:center;min-height:64px;padding:7px 10px 7px 64px;transition:background .12s;display:grid;position:relative}.chat-item:before{content:attr(data-initial);color:#fff;background:linear-gradient(135deg,#71c6ff,#2d95e5);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:19px;font-weight:800;display:flex;position:absolute;top:8px;left:10px}.chat-title{text-overflow:ellipsis;white-space:nowrap;color:#111;grid-area:1/1;min-width:0;font-size:15px;font-weight:700;overflow:hidden}.chat-time{color:#8b98a8;grid-area:1/2;justify-self:end;margin-left:8px;font-size:12px}.chat-preview{color:var(--tg-muted);text-overflow:ellipsis;white-space:nowrap;grid-area:2/1;font-size:13.5px;overflow:hidden}.badges{grid-area:2/2;justify-self:end;gap:4px;display:flex}.badges span{color:#fff;background:#58b5f8;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.badges .mention-badge{background:#ffb24a}.chat-item:hover{background:var(--tg-hover)}.chat-item.active{background:var(--tg-active)}.chat-item.active .chat-title,.chat-item.active .chat-preview,.chat-item.active .chat-time{color:#fff}.chat-item.active .badges span{color:var(--tg-blue);background:#fff}.divider{cursor:col-resize;z-index:12;touch-action:none;background:0 0;width:10px;min-width:10px;margin-left:-5px;margin-right:-5px;position:relative}.divider:after{content:"";background:var(--tg-border);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.divider:hover:after,.divider:active:after{background:#b8d8f7;border-radius:999px;width:4px}.chat{background:var(--tg-chat);background-image:radial-gradient(var(--tg-chat-dot) 1px, transparent 1px);background-size:18px 18px;flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.chat.empty{justify-content:center;align-items:center}.empty-state{color:#6d7b89;flex-direction:column;align-items:center;gap:12px;font-size:15px;display:flex}.empty-logo{color:#fff;background:linear-gradient(135deg,#64c7ff,#2e8de9);border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;font-size:24px;font-weight:900;display:flex;box-shadow:0 8px 28px #3390ec52}.chat-header{border-bottom:1px solid var(--tg-border);z-index:2;cursor:pointer;background:#fff;align-items:center;gap:8px;height:54px;padding:0 12px 0 62px;display:flex;position:relative;box-shadow:0 1px 2px #00000009}.chat-header:before{content:attr(data-initial);color:#fff;background:linear-gradient(135deg,#72c7ff,#2d95e5);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:flex;position:absolute;left:12px}.back-topic{z-index:2;color:#697888;background:0 0;border:0;border-radius:50%;width:34px;height:34px;font-size:32px;line-height:20px;position:absolute;left:10px}.chat-header>div:first-of-type{flex-direction:column;min-width:0;display:flex}.chat-header b{font-size:15.5px;font-weight:700;line-height:19px}.chat-header span{color:var(--tg-muted);font-size:13px}.header-actions{gap:2px;margin-left:auto;display:flex}.header-actions button{color:#607080;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.header-actions button:hover{background:#f0f4f8}.err{color:#e53935;margin-left:10px;font-size:12px}.history{scroll-behavior:smooth;flex-direction:column;flex:1;gap:6px;padding:16px 42px 10px;display:flex;overflow:auto}.history:before{content:"Сегодня";color:#fff;background:#56697a9e;border-radius:999px;align-self:center;margin:0 0 8px;padding:4px 10px;font-size:12px}.bubble{background:var(--tg-in);max-width:min(64%,660px);box-shadow:var(--shadow);white-space:pre-wrap;color:#111;border-radius:12px 12px 12px 4px;align-self:flex-start;padding:7px 56px 17px 10px;font-size:14.5px;line-height:1.34;position:relative}.bubble.mine{background:var(--tg-out);border-radius:12px 12px 4px;align-self:flex-end}.bubble small{color:#7b8794;white-space:nowrap;font-size:10.5px;position:absolute;bottom:3px;right:8px}.bubble.mine small:after{content:" ✓✓";color:#4fa3e7;font-weight:700}.mention-mark{color:var(--tg-blue);margin-left:6px;font-weight:800;display:inline-flex}.composer{background:0 0;border-top:0;align-items:flex-end;gap:7px;min-height:56px;padding:7px 22px 10px;display:flex;position:relative}.input-shell{box-shadow:var(--shadow);background:#fff;border-radius:20px;flex:1;align-items:center;display:flex}.composer textarea{resize:none;background:0 0;border:0;border-radius:20px;outline:none;width:100%;min-height:40px;max-height:118px;padding:10px 14px;font-size:14.5px;line-height:1.3}.composer button{color:#657486;width:40px;min-width:40px;height:40px;box-shadow:var(--shadow);background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;display:flex}.composer button:last-child{background:var(--tg-blue);color:#fff}.composer button:hover{filter:brightness(.98)}.topic-screen{background:#fff;flex:1;overflow:auto}.topic-screen-head{background:#fff;border-bottom:1px solid #e7edf3;align-items:center;gap:10px;height:76px;padding:0 18px;display:flex}.topic-screen-head h2{margin:0;font-size:20px}.topic-screen-head p{color:#7a8795;margin:2px 0 0;font-size:13px}.topic-screen-head div{margin-right:auto}.topic-screen-head button{color:#334155;background:#eef4fb;border:0;border-radius:999px;padding:8px 13px;font-weight:600}.topic-list{max-width:760px;margin:12px auto;padding:0 10px}.topic-row{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:10px;align-items:center;gap:12px;width:100%;min-height:70px;padding:9px 10px;display:flex}.topic-row:hover{background:#f4f8fb}.topic-row.general{border-bottom:1px solid #edf1f5;border-radius:0}.topic-icon{background:#f1f6fb;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:21px;display:flex}.topic-main{flex-direction:column;flex:1;min-width:0;display:flex}.topic-main b{font-size:15.5px}.topic-main em{color:#758392;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-style:normal;overflow:hidden}.topic-meta{color:#8a98a8;flex-direction:column;align-items:flex-end;gap:4px;display:flex}.topic-meta small{font-size:12px}.topic-meta i,.topic-meta strong{color:#fff;background:#ffb24a;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-style:normal;display:flex}.topic-meta strong{background:var(--tg-blue)}.popup{z-index:20;background:#fff;border:1px solid #e1e8ef;border-radius:10px;padding:6px;position:absolute;bottom:56px;left:70px;overflow:hidden;box-shadow:0 12px 34px #0f172a38}.popup button{color:#111;text-align:left;width:100%;min-width:230px;height:auto;box-shadow:none;background:0 0;border-radius:7px;padding:8px 10px;font-size:14px;display:block}.popup button:hover{background:#eef6ff}.emoji{grid-template-columns:repeat(8,34px);gap:3px;max-width:296px;display:grid}.emoji-title{color:#75889a;grid-column:1/-1;padding:4px 6px;font-size:12px}.emoji button{text-align:center;width:34px;min-width:34px;height:34px;padding:0;font-size:21px}.right{border-left:1px solid var(--tg-border);background:#fff;width:360px;overflow:auto}.profile{padding:0}.wallpaper{color:#fff;background:linear-gradient(135deg,#55b5f6,#2268bd);height:154px;margin:0}.avatar{color:#fff;background:linear-gradient(135deg,#72c7ff,#2d95e5);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin:-44px 0 9px 20px;font-size:36px;font-weight:800;display:flex;box-shadow:0 2px 8px #00000026}.profile h3{margin:0 20px 2px;font-size:20px}.profile-sub{color:#738394!important;margin:0 20px 12px!important}.profile-actions{border-bottom:1px solid #eef2f5;gap:8px;padding:10px 16px 14px;display:flex}.profile-actions button{height:40px;color:var(--tg-blue);background:#eff6ff;border:0;border-radius:11px;flex:1;justify-content:center;align-items:center;display:flex}.profile-section{border-bottom:1px solid #eef2f5;flex-direction:column;gap:3px;padding:13px 20px;display:flex}.profile-section span{color:#738394;font-size:13px}.profile-toggle{background:#f6f8fa;border-radius:11px;align-items:center;gap:8px;margin:12px;padding:12px;font-size:14px;display:flex}.overlay-panel{z-index:50;background:#fff;border:1px solid #e5eaf0;border-radius:14px;width:min(520px,92vw);max-height:70vh;padding:12px;position:absolute;top:70px;left:50%;overflow:auto;transform:translate(-50%);box-shadow:0 18px 50px #00000040}.overlay-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.overlay-head button{background:#f1f5f9;border:0;border-radius:8px;padding:6px 10px}.mention-row{cursor:pointer;border-radius:12px;padding:10px}.mention-row:hover{background:#f1f5f9}.mention-row p{margin:4px 0}.mention-row small{color:#64748b}@media (width<=900px){.right{display:none}.left{min-width:290px;width:38%!important}.bubble{max-width:86%}.history{padding-left:14px;padding-right:14px}}@media (width<=640px){.app-shell{display:block}.left{max-width:none;height:42%;width:100%!important}.divider{display:none}.chat{height:58%}.right{display:none}.composer{padding-bottom:0}.bubble{max-width:92%}.topic-list{margin:0}.topic-screen-head{flex-wrap:wrap;height:auto;padding:12px}}@supports (padding:max(0px)){.app-shell{padding-bottom:0}.composer{padding-bottom:8px}}.topic-brand{text-overflow:ellipsis;white-space:nowrap;max-width:230px;font-size:15px;overflow:hidden}.topic-sidebar{background:var(--tg-left);flex:1;padding:4px 0 8px;overflow:auto}.topic-side-item{min-height:66px}.topic-side-item:before{color:#66798b;background:#eef4fb;font-size:18px}.topic-side-item .chat-preview{font-size:13px}.topic-side-item+.topic-side-item{border-top:1px solid #00000009}.topic-screen,.chat-header .back-topic{display:none!important}.chat-header:has(.back-topic){padding-left:62px!important}.chat-header:has(.back-topic):before{left:12px!important}.topic-layout{background:var(--tg-left);flex:1;min-height:0;display:flex}.topic-rail{border-right:1px solid var(--tg-border);background:var(--tg-left);flex-direction:column;align-items:center;gap:8px;width:58px;min-width:58px;padding:8px 0;display:flex;overflow:hidden}.rail-menu-btn{color:#667381;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.rail-menu-btn:hover{background:var(--tg-hover)}.rail-avatar{color:#fff;cursor:pointer;background:linear-gradient(135deg,#71c6ff,#2d95e5);border:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:flex;position:relative}.rail-avatar:before{content:attr(data-initial);color:#fff;font-size:16px;font-weight:800}.rail-avatar.active:after{content:"";background:var(--tg-active);border-radius:2px;width:3px;height:30px;position:absolute;top:6px;left:-9px}.rail-avatar:not(.active){opacity:.92}.rail-avatar:hover{filter:brightness(.98)}.rail-help{color:#667381;cursor:pointer;background:#eef3f7;border:0;border-radius:50%;width:40px;height:40px;margin-top:auto;margin-bottom:4px;font-weight:800}.rail-help:hover{background:var(--tg-hover)}.topic-pane{background:var(--tg-left);flex-direction:column;flex:1;min-width:0;display:flex}.topic-pane .topic-left-head{border-bottom:1px solid var(--tg-border)}.topic-side-menu{top:48px;left:64px}.topic-left-head .icon-btn:first-child{color:#5f6f7f;font-size:20px;line-height:1}.topic-sidebar{background:var(--tg-left)}.topic-side-item:before{color:#66798b;background:#eef4fb}.topic-side-item.active:before{color:#fff;background:#fff3}@media (width<=640px){.topic-rail{width:52px;min-width:52px}.rail-avatar{width:38px;height:38px}.topic-side-menu{left:58px}}.my-profile-backdrop{z-index:80;color:var(--tg-text);background:#00000061;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.my-profile-modal{background:var(--tg-left);border:1px solid var(--tg-border);border-radius:18px;flex-direction:column;width:min(650px,92vw);max-height:min(86vh,820px);display:flex;overflow:hidden;box-shadow:0 24px 80px #0000005c}.my-profile-head{border-bottom:1px solid var(--tg-border);background:var(--tg-left);justify-content:space-between;align-items:center;height:54px;padding:0 22px;font-size:20px;font-weight:800;display:flex}.my-profile-head button{color:var(--tg-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;width:38px;height:38px;font-size:28px}.my-profile-head button:hover{background:var(--tg-hover)}.my-profile-scroll{padding:14px 22px 22px;overflow:auto}.my-profile-hero{background:linear-gradient(135deg,var(--tg-blue),var(--tg-blue-dark));background-position:50%;background-size:cover;border-radius:2px;height:235px;position:relative;overflow:hidden;box-shadow:inset 0 -80px 80px #00000052}.my-profile-avatar{color:#fff;background:linear-gradient(135deg,#72c7ff,#2d95e5) 50%/cover;border:3px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;font-size:36px;font-weight:900;display:flex;position:absolute;bottom:58px;left:22px}.my-profile-name{color:#fff;text-shadow:0 1px 2px #0000008c;flex-direction:column;display:flex;position:absolute;bottom:18px;left:22px}.my-profile-name strong{font-size:28px;line-height:30px}.my-profile-name span{opacity:.95;font-size:15px}.my-profile-fab{background:var(--tg-blue);cursor:pointer;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;bottom:20px;right:22px;box-shadow:0 5px 18px #00000040}.my-profile-fab input{display:none}.my-profile-fab svg{width:25px;height:25px}.profile-card{background:var(--tg-bg);border:1px solid var(--tg-border);border-radius:16px;margin-top:14px;padding:16px;overflow:hidden}.profile-card h3{margin:0 0 12px;font-size:19px}.profile-field{flex-direction:column;gap:6px;margin:0 0 10px;display:flex}.profile-field span{color:var(--tg-muted);font-size:13px;font-weight:700}.profile-field input,.profile-field textarea{border:1px solid var(--tg-border);background:var(--tg-left);width:100%;color:var(--tg-text);border-radius:11px;outline:none;padding:12px 13px}.profile-field textarea{resize:vertical;min-height:86px}.profile-field input:focus,.profile-field textarea:focus{border-color:var(--tg-blue);box-shadow:0 0 0 3px #3390ec1f}.primary-save{background:var(--tg-blue);color:#fff;cursor:pointer;border:0;border-radius:13px;width:100%;height:48px;font-size:15px;font-weight:800}.primary-save:disabled{opacity:.65}.media-card{margin-top:12px}.profile-preview{background:linear-gradient(135deg,var(--tg-blue),var(--tg-blue-dark));background-position:50%;background-size:cover;border-radius:14px;height:154px;margin-bottom:12px;position:relative;box-shadow:inset 0 -50px 60px #0003}.profile-preview i{color:#fff;background:linear-gradient(135deg,#72c7ff,#2d95e5) 50%/cover;border:2px solid #ffffffd9;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:24px;font-style:normal;font-weight:900;display:flex;position:absolute;bottom:18px;left:22px}.profile-option{border:1px solid var(--tg-border);background:var(--tg-left);cursor:pointer;border-radius:13px;grid-template-rows:auto auto;grid-template-columns:44px 1fr;align-items:center;column-gap:12px;margin-top:8px;padding:12px;display:grid;position:relative}.profile-option:hover{background:var(--tg-hover)}.profile-option input[type=file]{display:none}.profile-option span{width:38px;height:38px;color:var(--tg-blue);background:#3390ec21;border-radius:50%;grid-row:1/3;justify-content:center;align-items:center;display:flex}.profile-option span svg{width:20px;height:20px}.profile-option b{font-size:14px}.profile-option em{color:var(--tg-muted);font-size:12.5px;font-style:normal}.profile-option.check input{width:24px;height:24px;accent-color:var(--tg-blue);grid-row:1/3}.profile-option.check span{display:none}.group-profile .group-cover{background:linear-gradient(135deg,var(--tg-blue),var(--tg-blue-dark));height:168px;position:relative}.group-profile .group-cover:after{content:attr(data-initial);color:#fff;opacity:.36;justify-content:center;align-items:center;font-size:62px;font-weight:900;display:flex;position:absolute;inset:0}.group-profile .avatar{display:none!important}.group-profile h3{margin-top:14px}.topic-profile{text-align:center;padding-top:30px}.topic-profile .topic-profile-icon{color:#fff;background:linear-gradient(135deg,#72c7ff,#2d95e5);border-radius:50%;justify-content:center;align-items:center;width:104px;height:104px;margin:0 auto 14px;font-size:42px;font-weight:900;display:flex}.topic-profile .wallpaper,.topic-profile .avatar{display:none!important}.peer-profile .wallpaper{height:154px}.peer-profile .avatar{display:flex}@media (width<=640px){.my-profile-backdrop{align-items:stretch;padding:0}.my-profile-modal{border-radius:0;width:100vw;max-height:100dvh}.my-profile-scroll{padding:12px}.my-profile-hero{height:210px}}.my-profile-fab{border:0}.profile-media-editor-backdrop{z-index:3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000006b;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:54px 0 0}.profile-media-editor{width:min(520px,92%);margin:0;box-shadow:0 18px 60px #00000059}.media-editor-head{border-bottom:1px solid var(--tg-border);justify-content:space-between;align-items:center;margin:-4px -4px 12px;padding:0 0 12px;display:flex}.media-editor-head h3{margin:0 0 4px}.media-editor-head p{color:var(--tg-muted);margin:0;font-size:13px}.media-editor-head button{background:var(--tg-hover);width:42px;height:42px;color:var(--tg-muted);cursor:pointer;border:0;border-radius:50%;font-size:26px}.media-editor-head button:hover{background:var(--tg-border)}@media (width<=640px){.profile-media-editor-backdrop{padding:12px;inset:54px 0 0}.profile-media-editor{width:100%}}.profile-info-view{margin-top:14px;padding:0 0 16px}.profile-info-view h3{margin:0;padding:16px 18px 8px}.profile-info-row{border-top:1px solid var(--tg-border);grid-template-columns:44px 1fr;align-items:center;min-height:68px;padding:10px 18px;display:grid}.profile-info-row:first-of-type{border-top:0}.profile-info-row .info-icon{width:32px;height:32px;color:var(--tg-blue);background:#3390ec24;border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex}.profile-info-row .info-icon svg{width:18px;height:18px}.profile-info-row small{color:var(--tg-muted);margin-bottom:4px;font-size:13px;display:block}.profile-info-row b{color:var(--tg-text);word-break:break-word;font-size:15px;line-height:1.25;display:block}.profile-info-view .primary-save{width:calc(100% - 32px);margin:12px 16px 0}.profile-edit-view{margin-top:14px;padding:16px}.profile-edit-view .profile-field{margin-bottom:12px}.crop-backdrop{z-index:140;color:var(--tg-text);background:#000000bd;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.crop-modal{background:var(--tg-left);border:1px solid var(--tg-border);opacity:1;border-radius:26px;width:min(760px,100vw - 48px);overflow:hidden;box-shadow:0 28px 90px #0000008c}.crop-head{border-bottom:1px solid var(--tg-border);background:var(--tg-left);justify-content:space-between;align-items:center;height:96px;padding:0 26px;display:flex}.crop-head h3{color:var(--tg-text);margin:0 0 6px;font-size:25px}.crop-head p{color:var(--tg-muted);margin:0;font-size:16px}.crop-head button{background:var(--tg-hover);width:56px;height:56px;color:var(--tg-text);cursor:pointer;border:0;border-radius:50%;font-size:34px;font-weight:800}.crop-head button:hover{background:var(--tg-border)}.crop-preview-wrap{background:var(--tg-left);justify-content:center;align-items:center;padding:28px 28px 14px;display:flex}.crop-preview{background-color:#0b1722;background-position:50%;background-repeat:no-repeat;box-shadow:inset 0 0 0 1px #ffffff0f}.avatar-crop .crop-preview{border:1px solid var(--tg-blue);border-radius:50%;width:min(486px,100vw - 120px);height:min(486px,100vw - 120px)}.wallpaper-crop .crop-preview{border:1px solid var(--tg-border);border-radius:18px;width:100%;height:305px}.crop-scale{color:var(--tg-muted);background:var(--tg-left);padding:8px 26px 18px;font-size:16px;display:block}.crop-scale span{margin-bottom:12px;display:block}.crop-scale input{width:100%;accent-color:var(--tg-blue)}.crop-actions{background:var(--tg-left);justify-content:flex-end;gap:14px;padding:0 26px 24px;display:flex}.crop-actions button{cursor:pointer;border:0;border-radius:18px;padding:15px 28px;font-size:18px;font-weight:800}.crop-cancel{background:var(--tg-hover);color:var(--tg-text)}.crop-apply{background:var(--tg-blue);color:#fff}.profile-preview,.profile-preview i{cursor:pointer}@media (width<=640px){.crop-backdrop{padding:12px}.crop-modal{border-radius:18px;width:100%}.crop-head{height:82px;padding:0 18px}.crop-head h3{font-size:21px}.crop-head p{font-size:14px}.crop-preview-wrap{padding:22px 18px 12px}.wallpaper-crop .crop-preview{height:230px}.crop-actions{padding:0 18px 18px}.crop-actions button{padding:13px 20px;font-size:16px}}.peer-profile-v2{background:var(--tg-bg);height:100%;overflow:auto;padding:0!important}.peer-profile-v2 .peer-hero{background:linear-gradient(135deg,var(--tg-blue),var(--tg-blue-dark));border-bottom:1px solid var(--tg-border);background-position:50%;background-size:cover;height:300px;position:relative;overflow:hidden}.peer-profile-v2 .peer-hero:after{content:"";pointer-events:none;background:linear-gradient(#0000 35%,#0000008c 100%);position:absolute;inset:0}.peer-avatar{color:#fff;z-index:1;background:linear-gradient(135deg,#72c7ff,#2d95e5) 50%/cover;border:3px solid #ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;font-size:38px;font-weight:900;display:flex;position:absolute;bottom:52px;left:28px;box-shadow:0 3px 12px #0000003d}.peer-hero-name{color:#fff;text-shadow:0 1px 3px #000000a6;z-index:1;flex-direction:column;display:flex;position:absolute;bottom:22px;left:28px;right:116px}.peer-hero-name strong{font-size:29px;font-weight:900;line-height:31px}.peer-hero-name span{opacity:.92;margin-top:3px;font-size:16px}.peer-float-actions{z-index:2;flex-direction:column;gap:12px;display:flex;position:absolute;bottom:28px;right:24px}.peer-float-actions button{background:var(--tg-blue);color:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;display:flex;box-shadow:0 6px 18px #00000040}.peer-info-list{background:var(--tg-bg);border-bottom:1px solid var(--tg-border)}.peer-info-row{border-top:1px solid var(--tg-border);grid-template-columns:58px 1fr;align-items:center;min-height:74px;padding:10px 22px;display:grid}.peer-info-row:first-child{border-top:0}.peer-info-row>span{color:var(--tg-blue);justify-content:center;align-items:center;font-size:24px;font-weight:800;display:flex}.peer-info-row b{color:var(--tg-text);word-break:break-word;font-size:18px;line-height:1.25;display:block}.peer-info-row em{color:var(--tg-muted);margin-top:2px;font-size:15px;font-style:normal;display:block}.peer-tabs{border-bottom:1px solid var(--tg-border);gap:10px;padding:16px 22px 14px;display:flex;overflow:auto}.peer-tabs button{border:1px solid var(--tg-border);background:var(--tg-hover);color:var(--tg-muted);white-space:nowrap;border-radius:999px;padding:12px 22px;font-size:18px;font-weight:800}.peer-tabs button.active{background:var(--tg-blue);border-color:var(--tg-blue);color:#fff}.peer-media-empty{color:var(--tg-muted);min-height:180px;padding:24px 28px;font-size:16px}@media (width<=640px){.peer-profile-v2 .peer-hero{height:240px}.peer-avatar{width:78px;height:78px;bottom:52px}.peer-avatar+.peer-hero-name{left:122px}.peer-hero-name strong{font-size:25px}.peer-float-actions button{width:52px;height:52px}.peer-info-row{grid-template-columns:46px 1fr;padding:9px 16px}.peer-tabs button{padding:9px 16px;font-size:15px}}.right{width:330px;min-width:330px;max-width:330px}.peer-profile-v2 .peer-hero{height:218px}.peer-avatar{border-width:2px;width:70px;height:70px;font-size:28px;bottom:40px;left:18px}.peer-hero-name{bottom:18px;left:18px;right:82px}.peer-hero-name strong{font-size:23px;line-height:25px}.peer-hero-name span{font-size:14px}.peer-float-actions{gap:9px;bottom:20px;right:14px}.peer-float-actions button{width:46px;height:46px}.peer-float-actions svg{width:22px;height:22px}.peer-info-row{grid-template-columns:44px 1fr;min-height:58px;padding:7px 16px}.peer-info-row>span{font-size:20px}.peer-info-row svg{width:21px;height:21px}.peer-info-row b{font-size:15px}.peer-info-row em{font-size:13px}.peer-tabs{gap:8px;padding:12px 14px 10px}.peer-tabs button{padding:9px 16px;font-size:14px}.peer-media-empty{min-height:120px;padding:18px;font-size:14px}.composer{gap:6px;min-height:46px;padding:5px 18px 7px}.input-shell{border-radius:18px}@media (width<=900px){.right{width:320px;min-width:320px;max-width:320px}}@media (width<=640px){.composer{min-height:44px;padding:5px 10px}.composer textarea{min-height:32px}.composer button{width:32px;min-width:32px;height:32px}.peer-profile-v2 .peer-hero{height:200px}}.composer{align-items:center!important;gap:5px!important;min-height:38px!important;padding:3px 16px 5px!important}.input-shell{border-radius:16px!important;min-height:32px!important}.composer textarea{border-radius:16px!important;min-height:30px!important;max-height:74px!important;padding:6px 12px!important;font-size:13.5px!important;line-height:1.2!important}.composer button{width:30px!important;min-width:30px!important;height:30px!important}.composer button svg{width:18px!important;height:18px!important}.popup{bottom:42px!important}.peer-avatar{width:66px!important;height:66px!important;font-size:26px!important;bottom:24px!important}.peer-avatar+.peer-hero-name{left:96px!important}.peer-hero-name{bottom:15px!important;right:78px!important}.peer-hero-name strong{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden;font-size:19px!important;font-weight:800!important;line-height:21px!important}.peer-hero-name span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;opacity:.92!important;font-size:12.5px!important;line-height:16px!important;display:block!important}.peer-float-actions{bottom:16px!important}.peer-tabs{scrollbar-width:none!important;-ms-overflow-style:none!important;overscroll-behavior:contain!important;overflow:auto hidden!important}.peer-tabs::-webkit-scrollbar{height:0!important;display:none!important}@media (width<=640px){.composer{min-height:36px!important;padding:3px 8px 4px!important}.composer textarea{min-height:28px!important}.composer button{width:28px!important;min-width:28px!important;height:28px!important}.peer-avatar{bottom:24px!important}.peer-hero-name strong{font-size:18px!important}}.login-screen{background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--tg-blue) 16%,transparent),transparent 32%),var(--tg-chat);width:100%;height:100dvh;color:var(--tg-text);justify-content:center;align-items:center;padding:24px;display:flex;overflow:auto}.auth-card{background:var(--tg-bg);border:1px solid var(--tg-border);border-radius:22px;width:420px;padding:26px 26px 28px;box-shadow:0 22px 70px #0f172a29}.auth-logo{background:linear-gradient(135deg,var(--tg-blue),var(--tg-blue-dark));width:82px;height:82px;box-shadow:0 12px 34px color-mix(in srgb,var(--tg-blue) 28%,transparent);color:#fff;border-radius:20px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex;overflow:hidden}.auth-logo img{object-fit:cover;width:100%;height:100%;display:block}.auth-card h1{letter-spacing:-.8px;color:var(--tg-text);margin:0 0 10px;font-size:30px}.auth-card p{color:var(--tg-muted);margin:0 0 16px;font-size:15px}.auth-tabs{background:var(--tg-hover);border:1px solid var(--tg-border);border-radius:13px;grid-template-columns:1fr 1fr;height:48px;margin-bottom:16px;padding:6px;display:grid}.auth-tabs button{color:var(--tg-muted);cursor:pointer;background:0 0;border:0;border-radius:10px;font-size:14px;font-weight:800}.auth-tabs button.active{background:var(--tg-blue);color:#fff;box-shadow:0 1px 2px #0f172a1f}.auth-card input{border:1px solid var(--tg-border);background:var(--tg-left);width:100%;height:56px;color:var(--tg-text);border-radius:12px;outline:none;margin:0 0 12px;padding:0 18px;font-size:15px;display:block}.auth-card input::placeholder{color:color-mix(in srgb,var(--tg-muted) 70%,transparent)}.auth-card input:focus{border-color:var(--tg-blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--tg-blue) 18%,transparent);background:var(--tg-bg)}.auth-submit{background:var(--tg-blue);color:#fff;cursor:pointer;width:100%;height:52px;box-shadow:0 2px 8px color-mix(in srgb,var(--tg-blue) 20%,transparent);border:0;border-radius:12px;margin-top:2px;font-size:15px;font-weight:900}.auth-submit:disabled{opacity:.65;cursor:default}.auth-submit:hover:not(:disabled){background:var(--tg-blue-dark)}.auth-error{color:#e53935!important;margin:12px 0 0!important;font-size:13px!important}.auth-card.is-register{width:420px}.auth-card.is-register .auth-logo{margin-bottom:18px}@media (width<=520px){.login-screen{padding:14px}.auth-card,.auth-card.is-register{border-radius:18px;width:100%;padding:22px}.auth-card h1{font-size:28px}.auth-logo{width:76px;height:76px}}.chatlist-topbar{background:var(--tg-left);align-items:center;gap:10px;height:58px;padding:8px 12px 6px;display:flex}.chatlist-topbar .chatlist-menu-btn{background:var(--tg-hover);color:#607080;width:42px;min-width:42px;height:42px}.chatlist-topbar .chatlist-menu-btn:hover{background:#e7eef5}.top-search-wrap{flex:1;min-width:0;padding:0!important}.top-search-wrap .search{background-color:#eef3f7;border-radius:23px;height:46px;font-size:15px}.my-chat-card{background:var(--tg-hover);border:1px solid var(--tg-border);cursor:pointer;border-radius:18px;grid-template-columns:54px 1fr 42px;align-items:center;gap:12px;min-height:76px;margin:6px 12px 12px;padding:12px;display:grid}.my-chat-card:hover{filter:brightness(.985)}.my-chat-avatar{color:#fff;background:linear-gradient(135deg,#72c7ff,#2d95e5) 50%/cover;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:20px;font-weight:900;display:flex;overflow:hidden}.my-chat-info{flex-direction:column;gap:5px;min-width:0;display:flex}.my-chat-info b{color:var(--tg-text);text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:18px;overflow:hidden}.my-chat-info span{color:var(--tg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:16px;overflow:hidden}.my-chat-logout{background:var(--tg-bg);color:#607080;border:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.my-chat-logout:hover{color:var(--tg-blue);background:#e8f1fa}.my-chat-logout svg{width:20px;height:20px}.composer.compact-composer{box-sizing:border-box!important;align-items:center!important;gap:7px!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:5px 14px!important}.composer.compact-composer .composer-btn,.composer.compact-composer button.composer-btn{box-sizing:border-box!important;border-radius:50%!important;flex:0 0 34px!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;padding:0!important}.composer.compact-composer .composer-btn svg{width:19px!important;height:19px!important}.composer.compact-composer .input-shell{box-sizing:border-box!important;border-radius:17px!important;flex:auto!important;align-items:center!important;height:34px!important;min-height:34px!important;max-height:34px!important;display:flex!important}.composer.compact-composer textarea{box-sizing:border-box!important;height:34px!important;min-height:34px!important;max-height:34px!important;padding:7px 14px!important;font-size:14px!important;line-height:20px!important;display:block!important;overflow:hidden!important}.composer.compact-composer .send-btn{margin-left:0!important}.composer.compact-composer .popup{bottom:48px!important}@media (width<=640px){.composer.compact-composer{gap:6px!important;height:42px!important;min-height:42px!important;max-height:42px!important;padding:4px 8px!important}.composer.compact-composer .composer-btn,.composer.compact-composer button.composer-btn{flex-basis:32px!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important}.composer.compact-composer .input-shell{border-radius:16px!important;height:32px!important;min-height:32px!important;max-height:32px!important}.composer.compact-composer textarea{height:32px!important;min-height:32px!important;max-height:32px!important;padding:6px 12px!important;line-height:20px!important}}.telegram-topic-sidebar{padding-top:2px!important}.forum-topic-item{grid-template-rows:21px 19px!important;min-height:62px!important;padding-top:6px!important;padding-bottom:6px!important}.forum-topic-item:before{width:46px!important;height:46px!important;font-size:18px!important;top:7px!important}.forum-topic-item .chat-title{font-size:15px!important;font-weight:700!important}.forum-topic-item .chat-preview{font-size:13px!important}.forum-topic-item .badges{align-items:center!important}.forum-topic-item .badges span{min-width:18px!important;height:18px!important;font-size:11px!important}.topic-pane .topic-left-head{height:50px!important}.topic-pane .topic-brand{font-size:15.5px!important;font-weight:800!important}.pinned-bar{background:var(--surface-2);border-bottom:1px solid var(--border);height:46px;color:var(--text);box-sizing:border-box;align-items:center;gap:12px;padding:0 22px;display:flex}.pinned-bar b{color:var(--accent);font-size:13px}.pinned-bar span{white-space:nowrap;text-overflow:ellipsis;color:var(--muted);font-size:13px;overflow:hidden}.profile-small-action{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:12px;margin-top:10px;padding:10px 12px;font-weight:700}.topic-notify-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.topic-notify-actions button{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;padding:8px 10px}.mention-popup-v035{flex-direction:column;gap:2px;min-width:290px;max-width:340px;padding:6px;display:flex}.mention-popup-v035 button{align-items:center;gap:10px;width:100%;text-align:left!important;min-width:0!important;height:auto!important;box-shadow:none!important;color:var(--tg-text)!important;background:0 0!important;border-radius:10px!important;padding:8px 9px!important;display:flex!important}.mention-popup-v035 button:hover{background:var(--tg-hover)!important;filter:none!important}.mention-avatar{color:#fff;background:linear-gradient(135deg,#72c7ff,#2d95e5);border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:inline-flex}.mention-popup-v035 button span:last-child{flex-direction:column;min-width:0;line-height:1.15;display:flex}.mention-popup-v035 b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.mention-popup-v035 em{color:var(--tg-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;font-style:normal;overflow:hidden}.mention-empty{color:var(--tg-muted);text-align:center;padding:10px;font-size:13px}.emoji-picker-v035{grid-template-columns:repeat(8,34px);max-width:300px;max-height:315px;overflow:auto}.emoji-picker-v035 .emoji-title{background:var(--tg-bg,#fff);z-index:1;position:sticky;top:0}.bubble:has(.mention-mark){box-shadow:0 0 0 1px #ffb24a59, var(--shadow)}.empty-state .empty-logo.empty-chat-bubbles{width:92px!important;height:72px!important;box-shadow:none!important;color:var(--tg-muted,#6d7b89)!important;background:0 0!important;border-radius:0!important}.empty-chat-bubbles svg{width:92px;height:72px;display:block;overflow:visible}.empty-chat-bubbles path,.empty-chat-bubbles circle{fill:none;stroke:currentColor;stroke-width:5.5px;stroke-linecap:round;stroke-linejoin:round;opacity:.9}.empty-chat-bubbles .bubble-back{opacity:.46;transform:translate(5px,2px)}.empty-chat-bubbles .bubble-front{opacity:.95}.empty-chat-bubbles circle{fill:currentColor;stroke:none;opacity:.8}.composer.compact-composer .mention-popup-v037,.mention-popup-v038,.mention-popup-v037,.mention-popup-v038{background:var(--tg-bg,#fff)!important;border:1px solid var(--tg-border,#dfe5ec)!important;z-index:80!important;border-radius:14px!important;flex-direction:column!important;gap:2px!important;width:316px!important;min-width:316px!important;max-width:316px!important;max-height:310px!important;padding:6px!important;display:flex!important;position:absolute!important;bottom:48px!important;left:64px!important;overflow:hidden auto!important;box-shadow:0 12px 34px #0f172a38!important}.mention-popup-v037,.mention-popup-v038 .mention-item,.composer .mention-popup-v037,.mention-popup-v038 .mention-item,.composer.compact-composer .mention-popup-v037,.mention-popup-v038 .mention-item{width:100%!important;min-width:0!important;height:46px!important;min-height:46px!important;max-height:46px!important;box-shadow:none!important;color:var(--tg-text,#17212b)!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:10px!important;grid-template-columns:34px 1fr!important;align-items:center!important;gap:10px!important;padding:6px 8px!important;display:grid!important}.mention-popup-v037,.mention-popup-v038 .mention-item:hover{background:var(--tg-hover,#f4f7fa)!important;filter:none!important}.mention-popup-v037,.mention-popup-v038 .mention-avatar{color:#fff!important;background:linear-gradient(135deg,#72c7ff,#2d95e5)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;font-size:14px!important;font-weight:800!important;line-height:1!important;display:flex!important;overflow:hidden!important}.mention-popup-v037,.mention-popup-v038 .mention-text{flex-direction:column!important;min-width:0!important;line-height:1.15!important;display:flex!important;overflow:hidden!important}.mention-popup-v037,.mention-popup-v038 .mention-text b{color:var(--tg-text,#17212b)!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin:0!important;font-size:14px!important;font-weight:700!important;display:block!important;overflow:hidden!important}.mention-popup-v037,.mention-popup-v038 .mention-text em{color:var(--tg-muted,#707b87)!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin-top:3px!important;font-size:12px!important;font-style:normal!important;display:block!important;overflow:hidden!important}.mention-popup-v037,.mention-popup-v038 .mention-empty{color:var(--tg-muted,#707b87)!important;text-align:center!important;padding:10px 8px!important;font-size:13px!important}.composer.compact-composer .emoji-picker-v039,.emoji-picker-v039{z-index:90!important;background:var(--tg-bg,#fff)!important;width:340px!important;max-width:calc(100vw - 24px)!important;height:390px!important;max-height:55vh!important;color:var(--tg-text,#17212b)!important;border:1px solid var(--tg-border,#dfe5ec)!important;border-radius:16px!important;flex-direction:column!important;padding:8px!important;display:flex!important;position:absolute!important;bottom:48px!important;left:54px!important;overflow:hidden!important;box-shadow:0 16px 42px #0f172a3d!important}.emoji-search-row{flex:none!important;padding:2px 2px 8px!important}.emoji-search-row input{background:var(--tg-hover,#f4f7fa)!important;width:100%!important;height:34px!important;color:var(--tg-text,#17212b)!important;border:0!important;border-radius:17px!important;outline:none!important;padding:0 13px!important;font-size:14px!important}.emoji-search-row input:focus{box-shadow:inset 0 0 0 2px var(--tg-blue,#3390ec)!important;background:var(--tg-bg,#fff)!important}.emoji-scroll{min-height:0!important;padding-right:2px!important;overflow:auto!important}.emoji-title-v039{z-index:1!important;background:var(--tg-bg,#fff)!important;color:var(--tg-muted,#707b87)!important;text-transform:none!important;padding:7px 6px 5px!important;font-size:12px!important;font-weight:700!important;position:sticky!important;top:0!important}.emoji-grid-v039{grid-template-columns:repeat(8,1fr)!important;gap:2px!important;padding:0 0 5px!important;display:grid!important}.emoji-grid-v039 button{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;box-shadow:none!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:9px!important;justify-content:center!important;align-items:center!important;padding:0!important;font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,system-ui,sans-serif!important;font-size:24px!important;line-height:1!important;display:flex!important}.emoji-grid-v039 button:hover{background:var(--tg-hover,#f4f7fa)!important;filter:none!important}.emoji-empty-v039{color:var(--tg-muted,#707b87)!important;text-align:center!important;padding:28px 10px!important;font-size:14px!important}@media (width<=640px){.emoji-picker-v039{width:auto!important;height:340px!important;bottom:44px!important;left:8px!important;right:8px!important}.emoji-grid-v039{grid-template-columns:repeat(7,1fr)!important}.emoji-grid-v039 button{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important}}.emoji-picker-assets-v040{width:360px;max-width:calc(100vw - 28px)}.emoji-grid-assets-v040 button{width:34px;height:34px;box-shadow:none;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:3px;font-size:0;line-height:1;display:flex}.emoji-grid-assets-v040 button:hover{filter:none;background:#3390ec1a}.emoji-asset{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:27px;height:27px;display:block}.emoji-inline{vertical-align:-.25em;object-fit:contain;-webkit-user-select:none;user-select:none;width:1.28em;height:1.28em;margin:0 .03em;display:inline-block}.composer.compact-composer .emoji-left svg{stroke-width:1.9px!important;width:20px!important;height:20px!important}.composer.compact-composer .emoji-editor{box-sizing:border-box!important;white-space:pre-wrap!important;word-break:break-word!important;width:100%!important;height:34px!important;min-height:34px!important;max-height:34px!important;color:var(--tg-text)!important;outline:none!important;padding:7px 14px!important;font-size:14px!important;line-height:20px!important;display:block!important;overflow:hidden!important}.composer.compact-composer .emoji-editor.empty:before{content:none!important}.composer.compact-composer .emoji-editor .emoji-inline{vertical-align:-4px!important;width:20px!important;height:20px!important;margin:0 1px!important;display:inline-block!important}.composer.compact-composer .input-shell{overflow:hidden!important}@media (width<=640px){.composer.compact-composer .emoji-editor{height:32px!important;min-height:32px!important;max-height:32px!important;padding:6px 12px!important;line-height:20px!important}}.composer.compact-composer{align-items:flex-end!important;height:auto!important;min-height:44px!important;max-height:232px!important;padding:5px 14px!important}.composer.compact-composer .composer-btn,.composer.compact-composer button.composer-btn{margin-bottom:0!important}.composer.compact-composer .input-shell{border-radius:17px!important;align-items:flex-start!important;height:auto!important;min-height:34px!important;max-height:220px!important;overflow:hidden!important}.composer.compact-composer .emoji-editor{scrollbar-width:thin!important;height:auto!important;min-height:34px!important;max-height:220px!important;padding:7px 14px!important;line-height:20px!important;overflow:hidden auto!important}.composer.compact-composer .emoji-editor:empty:before{content:none!important}.composer.compact-composer .emoji-editor::-webkit-scrollbar{width:6px!important}.composer.compact-composer .emoji-editor::-webkit-scrollbar-thumb{background:#707b8773!important;border-radius:999px!important}@media (width<=640px){.composer.compact-composer{align-items:flex-end!important;height:auto!important;min-height:42px!important;max-height:192px!important;padding:4px 8px!important}.composer.compact-composer .input-shell{height:auto!important;min-height:32px!important;max-height:180px!important}.composer.compact-composer .emoji-editor{height:auto!important;min-height:32px!important;max-height:180px!important;padding:6px 12px!important;overflow-y:auto!important}}.composer.compact-composer .emoji-editor.empty:before,.composer.compact-composer .emoji-editor:empty:before{content:none!important;display:none!important}.empty-state .empty-logo.empty-chat-bubbles.empty-chat-icon-v045{width:104px!important;height:78px!important;box-shadow:none!important;color:#8fa0aa!important;background:0 0!important;border-radius:0!important}.empty-chat-icon-v045 svg{width:104px!important;height:78px!important;display:block!important;overflow:visible!important}.empty-chat-icon-v045 path,.empty-chat-icon-v045 circle{fill:none!important;stroke:currentColor!important;stroke-width:4.4px!important;stroke-linecap:round!important;stroke-linejoin:round!important}.empty-chat-icon-v045 .bubble-back{opacity:.42!important}.empty-chat-icon-v045 .bubble-front{opacity:.95!important}.empty-chat-icon-v045 circle{fill:currentColor!important;stroke:none!important;opacity:.76!important}.composer.compact-composer .input-shell{border-radius:17px!important;align-items:flex-start!important;min-height:34px!important;max-height:220px!important;position:relative!important;overflow:hidden!important}.composer.compact-composer .emoji-editor-view{pointer-events:none!important;white-space:pre-wrap!important;word-break:break-word!important;color:var(--tg-text)!important;min-height:34px!important;max-height:220px!important;padding:7px 14px!important;font-size:14px!important;line-height:20px!important;overflow:hidden auto!important}.composer.compact-composer .emoji-editor-placeholder{color:var(--tg-muted,#707b87)!important}.composer.compact-composer .emoji-editor-input{resize:none!important;color:#0000!important;-webkit-text-fill-color:transparent!important;width:100%!important;min-height:34px!important;max-height:220px!important;caret-color:var(--tg-text,#17212b)!important;white-space:pre-wrap!important;word-break:break-word!important;background:0 0!important;border:0!important;outline:none!important;padding:7px 14px!important;font-size:14px!important;line-height:20px!important;position:absolute!important;inset:0!important;overflow:hidden auto!important}.composer.compact-composer .emoji-editor-view .emoji-inline{vertical-align:-4px!important;width:20px!important;height:20px!important;margin:0 1px!important;display:inline-block!important}.composer.compact-composer .emoji-editor-view::-webkit-scrollbar{width:6px!important}.composer.compact-composer .emoji-editor-input::-webkit-scrollbar{width:6px!important}.composer.compact-composer .emoji-editor-view::-webkit-scrollbar-thumb{background:#707b8773!important;border-radius:999px!important}.composer.compact-composer .emoji-editor-input::-webkit-scrollbar-thumb{background:#707b8773!important;border-radius:999px!important}@media (width<=640px){.composer.compact-composer .emoji-editor-wrap,.composer.compact-composer .emoji-editor-view,.composer.compact-composer .emoji-editor-input{min-height:32px!important;max-height:180px!important}.composer.compact-composer .emoji-editor-view,.composer.compact-composer .emoji-editor-input{padding:6px 12px!important}}.composer.compact-composer .emoji-editor-wrap{width:100%!important;min-height:34px!important;max-height:220px!important;position:relative!important;overflow:hidden!important}.composer.compact-composer .emoji-editor-view{display:none!important}.composer.compact-composer .emoji-editor-input{resize:none!important;width:100%!important;height:auto!important;min-height:34px!important;max-height:220px!important;color:var(--tg-text,#17212b)!important;-webkit-text-fill-color:var(--tg-text,#17212b)!important;caret-color:var(--tg-text,#17212b)!important;white-space:pre-wrap!important;word-break:break-word!important;background:0 0!important;border:0!important;outline:none!important;padding:7px 14px!important;font-size:14px!important;line-height:20px!important;display:block!important;position:relative!important;inset:auto!important;overflow:hidden auto!important}.composer.compact-composer .emoji-editor-input:empty:before{content:attr(data-placeholder)!important;color:var(--tg-muted,#707b87)!important;pointer-events:none!important}.composer.compact-composer .emoji-editor-input .emoji-inline{vertical-align:-4px!important;width:20px!important;height:20px!important;margin:0 1px!important;display:inline-block!important}.composer.compact-composer .emoji-editor-input::-webkit-scrollbar{width:6px!important}.composer.compact-composer .emoji-editor-input::-webkit-scrollbar-thumb{background:#707b8773!important;border-radius:999px!important}.message-context-menu{z-index:1000;background:var(--tg-bg);border:1px solid var(--tg-border);border-radius:12px;min-width:168px;padding:6px;position:fixed;overflow:hidden;box-shadow:0 14px 36px #0f172a38}.message-context-menu button{width:100%;height:36px;color:var(--tg-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:0 12px;font-size:14px;font-weight:500;display:block}.message-context-menu button:hover{background:var(--tg-hover)}.message-context-menu button.danger{color:#e53935}.message-context-menu button.danger:hover{background:#e5393514}.bubble{cursor:default}.tg-context-menu{z-index:1200;background:var(--tg-bg,#fff);min-width:224px;max-width:280px;color:var(--tg-text,#17212b);border:1px solid var(--tg-border,#dfe5ec);-webkit-user-select:none;user-select:none;border-radius:12px;padding:6px;position:fixed;overflow:hidden;box-shadow:0 18px 45px #0f172a3d}.tg-context-menu button{width:100%;height:36px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0 10px;font-size:14px;font-weight:500;display:flex}.tg-context-menu button span{width:22px;min-width:22px;color:var(--tg-muted,#707b87);justify-content:center;font-size:15px;display:inline-flex}.tg-context-menu button.danger{color:#e53935;border-top:1px solid var(--tg-border,#dfe5ec);border-radius:0 0 8px 8px;height:40px;margin-top:4px;padding-top:4px}.tg-context-menu button.danger:hover{background:#e5393514}.message-context-menu{min-width:230px!important;padding:6px!important}.delete-confirm-backdrop{z-index:1300;background:#00000052;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.delete-confirm{background:var(--tg-bg,#fff);width:min(360px,100vw - 36px);color:var(--tg-text,#17212b);border:1px solid var(--tg-border,#dfe5ec);border-radius:16px;padding:18px;box-shadow:0 20px 60px #00000052}.delete-confirm h3{margin:0 0 8px;font-size:18px}.delete-confirm p{color:var(--tg-muted,#707b87);margin:0 0 14px;font-size:14px;line-height:1.35}.delete-confirm label{color:var(--tg-text,#17212b);align-items:center;gap:8px;margin:10px 0 16px;font-size:14px;display:flex}.delete-confirm>div{justify-content:flex-end;gap:8px;display:flex}.delete-confirm button{background:var(--tg-hover,#f4f7fa);height:36px;color:var(--tg-text,#17212b);cursor:pointer;border:0;border-radius:9px;padding:0 14px;font-weight:500}.delete-confirm button.danger{color:#fff;background:#e53935}.tg-context-menu{border-radius:10px!important;min-width:220px!important;padding:4px!important;box-shadow:0 12px 32px #0f172a33!important}.tg-context-menu button{border-radius:7px!important;gap:12px!important;height:34px!important;padding:0 12px!important;font-size:13.5px!important;font-weight:500!important}.tg-context-menu button span{width:18px!important;min-width:18px!important;color:var(--tg-muted,#707b87)!important}.tg-context-menu button span svg{stroke-width:2px!important;width:18px!important;height:18px!important}.tg-context-menu button.danger{color:#df3f40!important;border-top:1px solid var(--tg-border,#dfe5ec)!important;height:36px!important;margin-top:5px!important;padding-top:3px!important}.tg-context-menu button.danger span,.tg-context-menu button.danger span svg{color:#df3f40!important;stroke:#df3f40!important}.chat-context-menu{min-width:236px!important}.message-context-menu{min-width:218px!important}.tg-context-menu{background:var(--tg-bg,#fff)!important;border:1px solid #788ca02e!important;border-radius:12px!important;padding:5px!important;box-shadow:0 10px 28px #0f172a2e!important}.tg-context-menu button{height:36px!important;color:var(--tg-text,#17212b)!important;border-radius:8px!important;align-items:center!important;gap:10px!important;padding:0 12px!important;font-size:14px!important;font-weight:500!important;display:flex!important}.tg-context-menu button span{color:#8290a0!important;justify-content:center!important;align-items:center!important;width:20px!important;min-width:20px!important;height:20px!important;display:flex!important}.tg-context-menu button span svg{stroke:currentColor!important;stroke-width:1.8px!important;fill:none!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:18px!important;height:18px!important}.tg-context-menu button:hover{background:#3390ec14!important}.tg-context-menu button.danger{color:#e53935!important;border-top:1px solid #788ca02e!important;height:38px!important;margin-top:5px!important}.tg-context-menu button.danger span{color:#e53935!important}.chat-context-menu{z-index:1000!important;position:fixed!important}.tg-delete-head{align-items:center;gap:16px;margin-bottom:18px;display:flex}.tg-delete-head h3{letter-spacing:-.3px;margin:0!important;font-size:26px!important;font-weight:800!important;line-height:1.15!important}.tg-delete-avatar{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#6ec9ff,#2e8de9);border-radius:50%;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;font-size:17px;font-weight:800;display:flex}.chat-delete-confirm .tg-delete-action{text-align:right!important;text-transform:uppercase!important;letter-spacing:.2px!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:12px!important;width:100%!important;height:auto!important;min-height:46px!important;margin:2px 0!important;padding:8px 4px!important;font-size:18px!important;font-weight:800!important;line-height:1.25!important;display:block!important}@media (prefers-color-scheme:dark){.tg-delete-confirm.chat-delete-confirm{color:#f3f4f6!important;background:#232323!important}.chat-delete-confirm p{color:#f3f4f6!important}}.tg-delete-backdrop{-webkit-backdrop-filter:blur(1.5px)!important;backdrop-filter:blur(1.5px)!important;background:#0f172a33!important}.tg-delete-confirm.chat-delete-confirm{background:var(--tg-bg,#fff)!important;width:min(330px,100vw - 40px)!important;color:var(--tg-text,#17212b)!important;border:1px solid var(--tg-border,#dfe5ec)!important;border-radius:18px!important;padding:16px 18px 14px!important;box-shadow:0 14px 42px #0f172a38!important}.tg-delete-head{gap:10px!important;margin-bottom:12px!important}.tg-delete-head h3{letter-spacing:-.15px!important;font-size:19px!important;font-weight:800!important;line-height:1.2!important}.tg-delete-avatar{background:linear-gradient(135deg,var(--tg-blue,#3390ec),var(--tg-blue-dark,#2481cc))!important;flex:0 0 38px!important;width:38px!important;height:38px!important;font-size:14px!important}.chat-delete-confirm p{color:var(--tg-text,#17212b)!important;margin:0 0 14px!important;font-size:15px!important;font-weight:600!important;line-height:1.35!important}.chat-delete-confirm .tg-delete-action{text-align:right!important;text-transform:uppercase!important;letter-spacing:.15px!important;border-radius:10px!important;min-height:34px!important;margin:1px 0!important;padding:6px 8px!important;font-size:13.5px!important;font-weight:500!important;line-height:1.25!important}.chat-delete-confirm .tg-delete-action.danger{color:#ef4444!important}.chat-delete-confirm .tg-delete-action.cancel{color:var(--tg-blue,#3390ec)!important;margin-top:4px!important}.chat-delete-confirm .tg-delete-action:hover{background:color-mix(in srgb,var(--tg-blue,#3390ec) 10%,transparent)!important}.chat-delete-confirm .tg-delete-action.danger:hover{background:#ef44441a!important}.tg-delete-confirm.chat-delete-confirm{border-radius:24px!important;width:min(390px,100vw - 40px)!important;padding:18px 22px 16px!important}.tg-delete-head{text-align:left!important;justify-content:flex-start!important;align-items:center!important;gap:14px!important;margin:0 0 16px!important}.tg-delete-head h3{text-align:left!important;letter-spacing:-.2px!important;font-size:23px!important;font-weight:700!important}.tg-delete-avatar{flex:0 0 44px!important;width:44px!important;height:44px!important;font-size:15px!important}.chat-delete-confirm p{text-align:left!important;margin:0 0 24px!important;font-size:17px!important;font-weight:600!important;line-height:1.35!important}.chat-delete-confirm .tg-delete-action{text-align:right!important;letter-spacing:.05px!important;min-height:42px!important;padding:7px 4px!important;font-size:17px!important;font-weight:400!important}.chat-delete-confirm .tg-delete-action.cancel{color:var(--tg-blue,#3390ec)!important}.tg-delete-confirm.chat-delete-confirm{border-radius:18px!important;width:min(310px,100vw - 40px)!important;padding:14px 16px 12px!important;box-shadow:0 12px 34px #0f172a47!important}.tg-delete-confirm.chat-delete-confirm .tg-delete-head{text-align:left!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;margin:0 0 12px!important;display:flex!important}.tg-delete-confirm.chat-delete-confirm .tg-delete-avatar{flex:0 0 36px!important;width:36px!important;height:36px!important;font-size:13px!important}.tg-delete-confirm.chat-delete-confirm .tg-delete-head h3{text-align:left!important;letter-spacing:-.12px!important;margin:0!important;font-size:18px!important;font-weight:650!important;line-height:1.15!important}.tg-delete-confirm.chat-delete-confirm p{text-align:left!important;color:var(--tg-text,#17212b)!important;margin:0 0 14px!important;font-size:14px!important;font-weight:500!important;line-height:1.35!important}.tg-delete-confirm.chat-delete-confirm .tg-delete-action{text-align:right!important;letter-spacing:0!important;text-transform:uppercase!important;min-height:32px!important;margin:1px 0!important;padding:5px 2px!important;font-size:14px!important;font-weight:400!important;line-height:1.25!important}.tg-delete-confirm.chat-delete-confirm .tg-delete-action.cancel{margin-top:2px!important}@media (width<=520px){.tg-delete-confirm.chat-delete-confirm{width:min(300px,100vw - 28px)!important;padding:13px 15px 11px!important}}.emoji-asset-fallback{-webkit-user-select:none!important;user-select:none!important;pointer-events:none!important;justify-content:center!important;align-items:center!important;width:27px!important;height:27px!important;font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,system-ui,sans-serif!important;font-size:23px!important;line-height:1!important;display:inline-flex!important}.emoji-inline.emoji-asset-fallback{vertical-align:-.25em!important;width:1.28em!important;height:1.28em!important;margin:0 .03em!important;font-size:1em!important}.edit-composer-bar{background:var(--panel,#fff);border:1px solid var(--border,#dce6ef);z-index:8;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:8px 12px;display:flex;position:absolute;bottom:56px;left:58px;right:58px;box-shadow:0 8px 24px #0000001f}.edit-composer-bar div{flex-direction:column;min-width:0;display:flex}.edit-composer-bar b{color:var(--accent,#3390ec);font-size:13px;font-weight:600}.edit-composer-bar span{color:var(--muted,#7d8b99);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:13px;overflow:hidden}.edit-composer-bar button{background:var(--soft,#eef4f9);width:28px;height:28px;color:var(--muted,#7d8b99);cursor:pointer;border:0;border-radius:50%;font-size:22px;line-height:1}.bubble small{white-space:nowrap}.composer.compact-composer.is-editing{max-height:268px!important;padding-top:46px!important}.edit-composer-bar{background:var(--panel,#fff)!important;border:1px solid var(--border,#dce6ef)!important;z-index:8!important;border-left:4px solid #31b545!important;border-radius:8px!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;height:38px!important;min-height:38px!important;padding:0 8px 0 0!important;display:flex!important;position:absolute!important;bottom:44px!important;left:54px!important;right:54px!important;overflow:hidden!important;box-shadow:0 2px 8px #00000014!important}.edit-composer-bar .edit-pencil{color:#31b545!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;height:38px!important;display:flex!important}.edit-composer-bar .edit-pencil svg{fill:none!important;stroke:currentColor!important;stroke-width:2.4px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:20px!important;height:20px!important}.edit-composer-bar .edit-meta{flex-direction:column!important;flex:1!important;justify-content:center!important;min-width:0!important;line-height:1.15!important;display:flex!important}.edit-composer-bar .edit-meta b{color:#31b545!important;margin:0 0 2px!important;font-size:13px!important;font-weight:600!important}.edit-composer-bar .edit-meta span{color:var(--muted,#7d8b99)!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:13px!important;display:block!important;overflow:hidden!important}.edit-composer-bar .edit-cancel{color:#31b545!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:28px!important;min-width:28px!important;height:28px!important;padding:0!important;font-size:28px!important;font-weight:400!important;line-height:24px!important;display:flex!important}.edit-composer-bar .edit-cancel:hover{background:#31b5451a!important}@media (width<=640px){.composer.compact-composer.is-editing{padding-top:42px!important}.edit-composer-bar{height:36px!important;min-height:36px!important;bottom:42px!important;left:48px!important;right:48px!important}}.composer.compact-composer.is-editing{align-items:flex-end!important;min-height:96px!important;max-height:300px!important;padding-top:52px!important}.composer.compact-composer.is-editing .edit-composer-bar{border:1px solid var(--tg-border,#dfe5ec)!important;background:var(--tg-bg,#fff)!important;z-index:12!important;border-left:4px solid #31b545!important;border-radius:10px!important;height:40px!important;min-height:40px!important;inset:8px 54px auto!important;box-shadow:0 2px 8px #0f172a1a!important}.composer.compact-composer.is-editing .input-shell{align-self:flex-end!important;min-height:34px!important}.composer.compact-composer.is-editing .emoji-editor-wrap,.composer.compact-composer.is-editing .emoji-editor-input{max-height:190px!important}@media (width<=640px){.composer.compact-composer.is-editing{max-height:260px!important;padding-top:48px!important}.composer.compact-composer.is-editing .edit-composer-bar{height:38px!important;min-height:38px!important;top:7px!important;left:48px!important;right:48px!important}}.composer.compact-composer.is-editing{align-items:flex-end!important;gap:7px!important;height:auto!important;min-height:88px!important;max-height:300px!important;padding:48px 14px 5px!important}.composer.compact-composer.is-editing .edit-composer-bar{border:1px solid var(--tg-border,#dfe5ec)!important;background:var(--tg-bg,#fff)!important;height:38px!important;min-height:38px!important;box-shadow:var(--shadow,0 1px 2px #0f172a24)!important;z-index:12!important;border-left:4px solid #31b545!important;border-radius:16px 16px 8px 8px!important;align-items:center!important;gap:9px!important;padding:0 8px 0 0!important;display:flex!important;inset:6px 55px auto 96px!important;overflow:hidden!important}.composer.compact-composer.is-editing .edit-composer-bar .edit-pencil{color:#31b545!important;width:32px!important;min-width:32px!important;height:38px!important}.composer.compact-composer.is-editing .edit-composer-bar .edit-pencil svg{width:18px!important;height:18px!important}.composer.compact-composer.is-editing .edit-composer-bar .edit-meta{flex-direction:column!important;flex:1!important;justify-content:center!important;min-width:0!important;display:flex!important}.composer.compact-composer.is-editing .edit-composer-bar .edit-meta b{color:#31b545!important;margin:0!important;font-size:12px!important;font-weight:600!important;line-height:14px!important}.composer.compact-composer.is-editing .edit-composer-bar .edit-meta span{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;color:var(--tg-muted,#707b87)!important;font-size:12px!important;line-height:15px!important;display:block!important;overflow:hidden!important}.composer.compact-composer.is-editing .edit-composer-bar .edit-cancel{color:#31b545!important;background:0 0!important;border-radius:50%!important;width:28px!important;min-width:28px!important;height:28px!important;font-size:24px!important;font-weight:400!important;line-height:1!important}.composer.compact-composer.is-editing .edit-composer-bar .edit-cancel:hover{background:#31b5451a!important}.composer.compact-composer.is-editing .input-shell{border-radius:17px!important;flex:auto!important;min-height:34px!important;max-height:220px!important;margin:0!important}.composer.compact-composer.is-editing .composer-btn,.composer.compact-composer.is-editing button.composer-btn{margin-bottom:0!important}@media (width<=640px){.composer.compact-composer.is-editing{gap:6px!important;min-height:82px!important;max-height:260px!important;padding:44px 8px 4px!important}.composer.compact-composer.is-editing .edit-composer-bar{border-radius:15px 15px 8px 8px!important;height:36px!important;min-height:36px!important;top:5px!important;left:84px!important;right:46px!important}}.composer.compact-composer.is-replying{padding-top:42px!important}.reply-composer-bar{background:var(--tg-bg,#fff)!important;height:36px!important;box-shadow:var(--shadow)!important;border:1px solid var(--tg-border,#dfe5ec)!important;z-index:8!important;border-radius:12px!important;align-items:center!important;gap:10px!important;padding:4px 9px!important;display:flex!important;position:absolute!important;top:4px!important;left:58px!important;right:58px!important;overflow:hidden!important}.reply-composer-bar:before{content:"";background:var(--tg-blue,#3390ec);border-radius:999px;flex:none;width:3px;height:26px}.reply-marker{width:22px;height:22px;color:var(--tg-blue,#3390ec);flex:none;justify-content:center;align-items:center;display:flex}.reply-marker svg{stroke:currentColor!important;fill:none!important;stroke-width:2.3px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:19px!important;height:19px!important}.reply-meta{flex-direction:column!important;flex:1!important;min-width:0!important;line-height:1.12!important;display:flex!important}.reply-meta b{color:var(--tg-blue,#3390ec)!important;margin:0 0 2px!important;font-size:12.5px!important;font-weight:600!important}.reply-meta span{color:var(--tg-muted,#707b87)!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:12.5px!important;display:block!important;overflow:hidden!important}.reply-cancel{width:28px!important;min-width:28px!important;height:28px!important;color:var(--tg-blue,#3390ec)!important;cursor:pointer!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:50%!important;flex:none!important;justify-content:center!important;align-items:center!important;padding:0!important;font-size:25px!important;font-weight:400!important;line-height:23px!important;display:flex!important}.reply-cancel:hover{background:#3390ec1a!important}.bubble-reply{border:0!important;border-left:3px solid var(--tg-blue,#3390ec)!important;width:100%!important;min-width:0!important;max-width:100%!important;box-shadow:none!important;color:inherit!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border-radius:0!important;flex-direction:column!important;align-items:flex-start!important;margin:0 0 5px!important;padding:3px 0 3px 8px!important;line-height:1.15!important;display:flex!important}.bubble-reply b{color:var(--tg-blue,#3390ec)!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;font-size:12px!important;font-weight:600!important;overflow:hidden!important}.bubble-reply span{color:var(--tg-muted,#707b87)!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;font-size:12px!important;display:block!important;overflow:hidden!important}.bubble.mine .bubble-reply{border-left-color:#4fa3e7!important}@media (width<=640px){.reply-composer-bar{left:48px!important;right:48px!important}.composer.compact-composer.is-replying{padding-top:40px!important}}.composer.compact-composer.is-replying{align-items:flex-end!important;gap:7px!important;height:auto!important;min-height:88px!important;max-height:300px!important;padding:48px 14px 5px!important}.composer.compact-composer.is-replying .reply-composer-bar{border:1px solid var(--tg-border,#dfe5ec)!important;border-left:4px solid var(--tg-blue,#3390ec)!important;background:var(--tg-bg,#fff)!important;height:38px!important;min-height:38px!important;box-shadow:var(--shadow,0 1px 2px #0f172a24)!important;z-index:12!important;border-radius:16px 16px 8px 8px!important;align-items:center!important;gap:9px!important;padding:0 8px 0 0!important;display:flex!important;position:absolute!important;inset:6px 55px auto 96px!important;overflow:hidden!important}.composer.compact-composer.is-replying .reply-composer-bar:before{content:none!important;display:none!important}.composer.compact-composer.is-replying .reply-marker{width:32px!important;min-width:32px!important;height:38px!important;color:var(--tg-blue,#3390ec)!important;justify-content:center!important;align-items:center!important;display:flex!important}.composer.compact-composer.is-replying .reply-marker svg{stroke-width:2.4px!important;width:18px!important;height:18px!important}.composer.compact-composer.is-replying .reply-meta{flex-direction:column!important;flex:1!important;justify-content:center!important;min-width:0!important;line-height:1.15!important;display:flex!important}.composer.compact-composer.is-replying .reply-meta b{color:var(--tg-blue,#3390ec)!important;margin:0!important;font-size:12px!important;font-weight:600!important;line-height:14px!important}.composer.compact-composer.is-replying .reply-meta span{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;color:var(--tg-muted,#707b87)!important;font-size:12px!important;line-height:15px!important;display:block!important;overflow:hidden!important}.composer.compact-composer.is-replying .reply-cancel{width:28px!important;min-width:28px!important;height:28px!important;color:var(--tg-blue,#3390ec)!important;cursor:pointer!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:50%!important;flex:none!important;justify-content:center!important;align-items:center!important;padding:0!important;font-size:24px!important;font-weight:400!important;line-height:1!important;display:flex!important}.composer.compact-composer.is-replying .reply-cancel:hover{background:#3390ec1a!important}.composer.compact-composer.is-replying .input-shell{border-radius:17px!important;flex:auto!important;min-height:34px!important;max-height:220px!important;margin:0!important}.composer.compact-composer.is-replying .composer-btn,.composer.compact-composer.is-replying button.composer-btn{margin-bottom:0!important}@media (width<=640px){.composer.compact-composer.is-replying{gap:6px!important;min-height:82px!important;max-height:260px!important;padding:44px 8px 4px!important}.composer.compact-composer.is-replying .reply-composer-bar{border-radius:15px 15px 8px 8px!important;height:36px!important;min-height:36px!important;top:5px!important;left:84px!important;right:46px!important}}.bubble-reply{background:#3390ec14!important;border-left:0!important;border-radius:9px!important;margin:0 0 6px!important;padding:5px 8px 5px 10px!important;position:relative!important;overflow:hidden!important}.bubble-reply:before{content:""!important;background:var(--tg-blue,#3390ec)!important;border-radius:999px!important;width:3px!important;position:absolute!important;top:5px!important;bottom:5px!important;left:0!important}.bubble.mine .bubble-reply{background:#31b5451a!important}.bubble.mine .bubble-reply:before{background:#31b545!important}.bubble.mine .bubble-reply b{color:#31b545!important}.message-jump-highlight{animation:1.15s ease-out mig-message-jump!important}@keyframes mig-message-jump{0%,to{filter:none;transform:none}18%{filter:drop-shadow(0 0 #3390ec00);transform:translateY(-1px)}40%{filter:drop-shadow(0 0 10px #3390ec8c);transform:translateY(-1px)}70%{filter:drop-shadow(0 0 4px #3390ec40);transform:none}}.reply-composer-bar .reply-marker{width:32px!important;height:32px!important;color:var(--tg-blue,#3390ec)!important;background:#3390ec1a!important;border-radius:50%!important;flex:none!important;justify-content:center!important;align-items:center!important;display:flex!important}.reply-composer-bar .reply-marker svg{fill:none!important;stroke:currentColor!important;stroke-width:2.3px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:19px!important;height:19px!important}.reply-composer-bar .reply-meta{flex-direction:column!important;flex:1!important;min-width:0!important;line-height:1.15!important;display:flex!important}.reply-composer-bar .reply-meta b{color:var(--tg-blue,#3390ec)!important;margin:0 0 2px!important;font-size:13px!important;font-weight:600!important}.reply-composer-bar .reply-meta span{color:var(--tg-muted,#707b87)!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:13px!important;display:block!important;overflow:hidden!important}.reply-composer-bar .reply-cancel{width:28px!important;min-width:28px!important;height:28px!important;color:var(--tg-blue,#3390ec)!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;padding:0!important;font-size:28px!important;font-weight:400!important;line-height:24px!important;display:flex!important}.reply-composer-bar .reply-cancel:hover{background:#3390ec1a!important}.select-toolbar{z-index:5;background:var(--tg-bg);border:1px solid var(--tg-border);color:var(--tg-text);border-radius:12px;align-items:center;gap:8px;padding:8px 10px;display:flex;position:absolute;top:62px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0f172a29}.select-toolbar b{margin-right:4px;font-size:13px;font-weight:600}.select-toolbar button{background:var(--tg-hover);color:var(--tg-text);border:0;border-radius:9px;padding:7px 10px;font-weight:500}.select-toolbar button.danger{color:#d93025;background:#d9302514}.history.selecting .bubble{cursor:pointer}.bubble .select-dot,.telegram-photo-bubble .select-dot,.telegram-video-bubble .select-dot,.message-file .select-dot,.forwarded-media .select-dot{border:2px solid var(--tg-blue);color:#fff;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:700;display:flex;position:absolute;top:50%;left:-34px;transform:translateY(-50%)}.bubble.mine .select-dot,.telegram-photo-bubble.mine .select-dot,.telegram-video-bubble.mine .select-dot{left:auto;right:-34px}.bubble.selected{box-shadow:0 0 0 2px #3390ec47,var(--shadow)}.bubble.selected .select-dot,.telegram-photo-bubble.selected .select-dot,.telegram-video-bubble.selected .select-dot{background:var(--tg-blue)}.bubble-forward{border-left:3px solid var(--tg-blue,#3390ec);color:var(--tg-blue,#3390ec);text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0 0 5px;padding:3px 0 3px 8px;font-size:12px;line-height:1.2;position:relative;overflow:hidden}.bubble.mine .bubble-forward{color:#31b545;border-left-color:#31b545}.bubble-forward b{color:inherit;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;display:block;overflow:hidden}.forward-picker-backdrop,.telegram-forward-backdrop{z-index:1200;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0f172a42;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.forward-picker,.telegram-forward-dialog{background:var(--tg-bg,#fff);width:420px;max-width:calc(100vw - 32px);height:min(640px,100vh - 44px);max-height:calc(100vh - 44px);color:var(--tg-text,#17212b);border:1px solid #7b8b9e33;border-radius:16px;flex-direction:column;font-family:inherit;display:flex;overflow:hidden;box-shadow:0 22px 70px #0f172a47}.forward-head,.telegram-forward-head{background:var(--tg-bg,#fff);border-bottom:1px solid #7b8b9e29;align-items:center;gap:12px;height:58px;min-height:58px;padding:0 14px;display:flex}.forward-head>div,.telegram-forward-head>div{flex-direction:column;gap:2px;min-width:0;display:flex}.forward-head b,.telegram-forward-head b{color:var(--tg-text,#17212b);font-size:19px;font-weight:700;line-height:22px}.forward-head span,.telegram-forward-head span{color:var(--tg-muted,#707b87);font-size:13px;line-height:16px}.forward-head button,.telegram-forward-close{width:38px;min-width:38px;height:38px;color:var(--tg-muted,#707b87);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:34px;font-weight:300;line-height:34px;display:flex}.forward-head button:hover,.telegram-forward-close:hover{background:var(--tg-hover,#eef3f8);color:var(--tg-text,#17212b)}.forward-search{display:none}.telegram-forward-search{background:var(--tg-hover,#eef3f8);border:1px solid #0000;border-radius:22px;flex:none;align-items:center;gap:10px;height:42px;margin:12px 14px 8px;padding:0 14px;display:flex}.telegram-forward-search:focus-within{background:var(--tg-bg,#fff);border-color:var(--tg-blue,#3390ec);box-shadow:0 0 0 1px #3390ec1f}.telegram-forward-search svg{fill:none;width:20px;height:20px;stroke:var(--tg-muted,#707b87);stroke-width:2px;stroke-linecap:round;flex:none}.telegram-forward-search input{min-width:0;color:var(--tg-text,#17212b);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0;font-size:16px}.telegram-forward-search input::placeholder{color:var(--tg-muted,#707b87)}.telegram-forward-copy-row{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;align-items:center;gap:12px;height:44px;margin:0 8px 6px;padding:0 12px;display:flex}.telegram-forward-copy-row:hover{background:var(--tg-hover,#eef3f8)}.telegram-forward-copy-row span{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.telegram-forward-copy-row b{color:var(--tg-text,#17212b);font-size:14px;font-weight:600;line-height:17px}.telegram-forward-copy-row em{color:var(--tg-muted,#707b87);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-style:normal;line-height:15px;overflow:hidden}.telegram-forward-copy-row input{opacity:0;pointer-events:none;position:absolute}.telegram-forward-copy-row i{background:#c7d0db;border-radius:999px;flex:none;width:38px;height:22px;transition:background .16s;position:relative}.telegram-forward-copy-row i:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .16s;position:absolute;top:2px;left:2px;box-shadow:0 1px 4px #00000040}.telegram-forward-copy-row input:checked+i{background:var(--tg-blue,#3390ec)}.telegram-forward-copy-row input:checked+i:after{transform:translate(16px)}.forward-list,.telegram-forward-list{flex:auto;min-height:0;padding:2px 8px 8px;overflow:auto}.telegram-forward-list button,.forward-list button{appearance:none;width:100%;height:58px;color:var(--tg-text,#17212b);cursor:pointer;text-align:left;font:inherit;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:0 10px;display:flex}.telegram-forward-list button:hover,.forward-list button:hover{background:var(--tg-hover,#eef3f8)}.telegram-forward-list button.selected,.forward-list button.selected{background:#3390ec1a}.telegram-forward-select{box-sizing:border-box;border:2px solid #b7c3cf;border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.telegram-forward-select i{border-bottom:2px solid #fff;border-left:2px solid #fff;width:10px;height:6px;margin-top:-2px;display:none;transform:rotate(-45deg)}.telegram-forward-list button.selected .telegram-forward-select,.forward-list button.selected .telegram-forward-select{border-color:var(--tg-blue,#3390ec);background:var(--tg-blue,#3390ec)}.telegram-forward-list button.selected .telegram-forward-select i,.forward-list button.selected .telegram-forward-select i{display:block}.forward-avatar,.telegram-forward-avatar{background:var(--tg-blue,#3390ec);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:17px;font-weight:700;line-height:1;display:flex;overflow:hidden}.forward-topic-target .telegram-forward-avatar{color:var(--tg-blue,#3390ec);background:#3390ec24}.telegram-forward-avatar img,.telegram-forward-avatar .emoji-asset,.forward-avatar img,.forward-avatar .emoji-asset{object-fit:contain;width:26px;height:26px;display:block}.telegram-forward-row-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex;overflow:hidden}.telegram-forward-row-text b{min-width:0;color:var(--tg-text,#17212b);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;line-height:18px;display:block;overflow:hidden}.telegram-forward-row-text em{min-width:0;color:var(--tg-muted,#707b87);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-style:normal;line-height:16px;display:block;overflow:hidden}.forward-section,.telegram-forward-section{color:var(--tg-muted,#707b87);justify-content:space-between;gap:8px;padding:10px 14px;font-size:13px;display:flex}.forward-section b,.telegram-forward-section b{color:var(--tg-text,#17212b)}.forward-section em,.telegram-forward-section em{font-style:normal}.telegram-forward-empty{text-align:center;color:var(--tg-muted,#707b87);padding:22px 14px;font-size:14px}.forward-preview-box,.telegram-forward-preview{background:#eef3f88c;border-top:1px solid #7b8b9e29;flex:none;max-height:132px;padding:9px 12px 8px;overflow:auto}.telegram-forward-preview>b,.forward-preview-box>b{color:var(--tg-muted,#707b87);margin:0 0 6px;font-size:13px;font-weight:600;line-height:16px;display:block}.forward-preview-row{background:var(--tg-bg,#fff);height:30px;color:var(--tg-text,#17212b);border-radius:8px;align-items:center;gap:8px;margin-top:5px;padding:0 4px 0 8px;display:flex}.forward-preview-row span{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;overflow:hidden}.forward-preview-row button{width:24px;min-width:24px;height:24px;color:var(--tg-muted,#707b87);cursor:pointer;background:0 0;border:0;border-radius:50%;padding:0;font-size:18px;line-height:22px}.forward-preview-row button:hover{background:var(--tg-hover,#eef3f8);color:var(--tg-text,#17212b)}.telegram-forward-preview em{color:var(--tg-muted,#707b87);margin-top:5px;font-size:12px;font-style:normal;display:block}.forward-footer,.telegram-forward-footer{background:var(--tg-bg,#fff);border-top:1px solid #7b8b9e29;flex:none;align-items:center;gap:12px;min-height:58px;padding:9px 12px;display:flex}.telegram-forward-footer span{min-width:0;color:var(--tg-muted,#707b87);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;line-height:16px;overflow:hidden}.telegram-forward-footer button{background:var(--tg-blue,#3390ec);color:#fff;cursor:pointer;min-width:104px;height:40px;box-shadow:none;border:0;border-radius:20px;padding:0 18px;font-size:14px;font-weight:700}.telegram-forward-footer button:hover{filter:brightness(.98)}.telegram-forward-footer button:disabled{color:#8b98a7;cursor:default;filter:none;background:#d7dee8}@media (width<=560px){.forward-picker-backdrop,.telegram-forward-backdrop{background:#0f172a52;align-items:flex-end;padding:0}.forward-picker,.telegram-forward-dialog{border-bottom:0;border-left:0;border-right:0;border-radius:18px 18px 0 0;width:100%;max-width:100%;height:min(88vh,720px);max-height:88vh}.telegram-forward-preview{max-height:118px;overflow:auto}}.mig-copy-toast{z-index:9999;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;background:#14181ceb;border-radius:999px;align-items:center;gap:12px;max-width:min(520px,100vw - 32px);padding:12px 18px;font-size:15px;line-height:1.2;animation:.16s ease-out mig-copy-toast-in;display:flex;position:fixed;bottom:92px;left:50%;transform:translate(-50%);box-shadow:0 10px 32px #00000038}.mig-copy-toast-icon{color:#1b1f24;background:#fff;border-radius:50%;flex:0 0 30px;place-items:center;width:30px;height:30px;font-family:Georgia,serif;font-size:21px;font-weight:700;display:grid}@keyframes mig-copy-toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@media (width<=700px){.mig-copy-toast{padding:10px 14px;font-size:14px;bottom:84px}.mig-copy-toast-icon{flex-basis:26px;width:26px;height:26px;font-size:18px}}.composer.compact-composer .emoji-editor-input::selection{color:var(--tg-text,#17212b)!important;-webkit-text-fill-color:var(--tg-text,#17212b)!important;background:#3390ec42!important}.composer.compact-composer .emoji-editor-input ::selection{color:var(--tg-text,#17212b)!important;-webkit-text-fill-color:var(--tg-text,#17212b)!important;background:#3390ec42!important}.composer.compact-composer .emoji-editor-input .emoji-inline::selection{background:#3390ec42!important}.search-wrap{position:relative}.search-clear{width:24px;height:24px;color:var(--muted,#7d8b99);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;font-size:20px;line-height:20px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.search-clear:hover{color:var(--text,#17212b);background:#0000000f}.search-wrap .search{padding-right:38px}.chat-find-bar{border-bottom:1px solid var(--tg-border,#dfe5ec);background:var(--tg-bg,#fff);height:46px;color:var(--tg-text,#17212b);z-index:3;align-items:center;gap:8px;padding:6px 12px;display:flex}.chat-find-bar svg{width:18px;height:18px;color:var(--tg-muted,#707b87);flex:none}.chat-find-input{background:var(--tg-hover,#eef3f8);min-width:0;height:34px;color:inherit;font:inherit;border:0;border-radius:17px;outline:none;flex:1;padding:0 13px}.chat-find-bar span{text-align:center;min-width:48px;color:var(--tg-muted,#707b87);font-size:12px}.chat-find-bar button{width:30px;height:30px;color:var(--tg-text,#17212b);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:17px;display:flex}.chat-find-bar button:hover:not(:disabled){background:var(--tg-hover,#eef3f8)}.chat-find-bar button:disabled{opacity:.35;cursor:default}.bubble.search-hit{box-shadow:0 0 0 2px #3390ec38,0 1px 2px #00000014}.bubble.search-current{box-shadow:0 0 0 3px #3390ec73,0 6px 18px #3390ec33}@media (width<=640px){.chat-find-bar{gap:5px;height:44px;padding:5px 8px}.chat-find-bar span{min-width:42px}.chat-find-bar button{width:28px;height:28px}.chat-find-input{height:32px}}.pinned-bar-v083{z-index:4;justify-content:space-between;height:auto;min-height:48px;padding:8px 14px 8px 22px;position:relative;box-shadow:0 2px 8px #0f172a14;background:#fff!important;border-bottom:1px solid #d9e3ec!important}.pinned-bar-v083:before{content:"";background:var(--accent,#3390ec);border-radius:999px;width:3px;position:absolute;top:9px;bottom:9px;left:8px}.pinned-bar-v083 .pinned-main{color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;flex-direction:column;flex:1;align-items:flex-start;min-width:0;padding:0;display:flex}.pinned-bar-v083 .pinned-main b{line-height:18px}.pinned-bar-v083 .pinned-main span{max-width:100%;color:var(--text,#17212b);line-height:18px}.pinned-actions{flex:none;align-items:center;gap:6px;display:flex}.pinned-actions button{border:1px solid var(--border);background:var(--surface);width:30px;height:30px;color:var(--text);cursor:pointer;border-radius:10px;font-size:17px;line-height:1}.pinned-actions button:disabled{opacity:.35;cursor:default}.bubble.pinned-message{box-shadow:0 0 0 1px #2d95e552,var(--shadow)}.chat-pane .pinned-bar,.chat-pane .pinned-bar-v083,.pinned-bar.pinned-bar-v083{z-index:20!important;background:#fff!important;border-bottom:1px solid #d9e3ec!important;position:relative!important;box-shadow:0 2px 10px #0f172a1a!important}.chat-pane .pinned-bar-v083:before,.pinned-bar.pinned-bar-v083:before{content:""!important;background:var(--accent,#3390ec)!important;border-radius:999px!important;width:3px!important;position:absolute!important;top:9px!important;bottom:9px!important;left:10px!important}.pin-confirm-backdrop{z-index:1350;background:#00000061;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.tg-pin-confirm{color:#f5f5f5;background:#232323;border:1px solid #ffffff0f;border-radius:28px;width:min(520px,100vw - 36px);padding:30px 36px 24px;box-shadow:0 22px 70px #00000073}.tg-pin-confirm h3{color:#fff;margin:0 0 28px;font-size:28px;font-weight:800;line-height:1.15}.tg-pin-confirm p{color:#fff;margin:0 0 28px;font-size:23px;font-weight:600;line-height:1.35}.pin-checkbox-row{color:#fff;align-items:center;gap:28px;margin:0 0 28px;font-size:23px;font-weight:600;line-height:1.3;display:flex}.pin-checkbox-row input{appearance:none;width:28px;min-width:28px;height:28px;box-shadow:none;background:#8b6fe8;border:0;border-radius:6px;position:relative}.pin-checkbox-row input:checked:after{content:"✓";color:#fff;font-size:30px;font-weight:900;line-height:28px;position:absolute;top:-4px;left:5px}.pin-confirm-actions{justify-content:flex-end;gap:34px;display:flex}.pin-confirm-actions button{color:#9b83f1;letter-spacing:.3px;cursor:pointer;background:0 0;border:0;padding:8px 0;font-size:20px;font-weight:800}@media (width<=700px){.tg-pin-confirm{border-radius:26px;width:min(335px,100vw - 28px);padding:24px 28px 20px}.tg-pin-confirm h3{margin-bottom:24px;font-size:25px}.tg-pin-confirm p{margin-bottom:24px;font-size:21px}.pin-checkbox-row{gap:22px;font-size:20px}.pin-confirm-actions{gap:26px}.pin-confirm-actions button{font-size:18px}}.pin-confirm-backdrop.tg-pin-backdrop{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:#0f172a3d!important;padding:18px!important}.pin-confirm.tg-pin-confirm{background:var(--tg-bg,#fff)!important;width:min(360px,100vw - 36px)!important;color:var(--tg-text,#17212b)!important;border:1px solid var(--tg-border,#dfe5ec)!important;border-radius:16px!important;padding:18px!important;box-shadow:0 18px 48px #0f172a38!important}.pin-confirm.tg-pin-confirm h3{color:var(--tg-text,#17212b)!important;margin:0 0 8px!important;font-size:18px!important;font-weight:700!important;line-height:1.25!important}.pin-confirm.tg-pin-confirm p{color:var(--tg-muted,#707b87)!important;margin:0 0 14px!important;font-size:14px!important;font-weight:400!important;line-height:1.35!important}.pin-confirm.tg-pin-confirm .pin-checkbox-row{color:var(--tg-text,#17212b)!important;align-items:center!important;gap:10px!important;margin:10px 0 16px!important;font-size:14px!important;font-weight:500!important;line-height:1.35!important;display:flex!important}.pin-confirm.tg-pin-confirm .pin-checkbox-row input{background:var(--tg-blue,#3390ec)!important;width:20px!important;min-width:20px!important;height:20px!important;box-shadow:none!important;border:0!important;border-radius:5px!important}.pin-confirm.tg-pin-confirm .pin-checkbox-row input:checked:after{content:"✓"!important;color:#fff!important;font-size:22px!important;font-weight:900!important;line-height:20px!important;top:-3px!important;left:4px!important}.pin-confirm.tg-pin-confirm .pin-confirm-actions{justify-content:flex-end!important;gap:8px!important;margin-top:4px!important;display:flex!important}.pin-confirm.tg-pin-confirm .pin-confirm-actions button{height:36px!important;color:var(--tg-blue,#3390ec)!important;letter-spacing:0!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:9px!important;padding:0 14px!important;font-size:14px!important;font-weight:600!important;line-height:36px!important}.pin-confirm.tg-pin-confirm .pin-confirm-actions button:hover{background:#3390ec14!important}@media (width<=700px){.pin-confirm.tg-pin-confirm{border-radius:16px!important;width:min(320px,100vw - 28px)!important;padding:16px!important}.pin-confirm.tg-pin-confirm h3{font-size:17px!important}.pin-confirm.tg-pin-confirm p,.pin-confirm.tg-pin-confirm .pin-checkbox-row,.pin-confirm.tg-pin-confirm .pin-confirm-actions button{font-size:14px!important}}.chat.empty{background-image:var(--mig-chat-wallpaper-pattern),linear-gradient(145deg,#d7ecf7 0%,#d3eadf 42%,#dcecf7 72%,#eeeaf8 100%)!important}.chat{background-color:#d9edf4!important;background-image:var(--mig-chat-wallpaper-pattern),var(--mig-chat-wallpaper-gradient)!important;background-position:top,50%!important;background-repeat:repeat,no-repeat!important;background-size:1024px 1536px,cover!important}.chat.empty{background-image:var(--mig-chat-wallpaper-pattern),var(--mig-chat-wallpaper-gradient)!important;background-position:top,50%!important;background-repeat:repeat,no-repeat!important;background-size:1024px 1536px,cover!important}:root{--mig-chat-wallpaper-pattern:url(/assets/wallpapers/mig-default-pattern.svg);--mig-chat-wallpaper-gradient:linear-gradient(145deg,#d7ecf7 0%,#d4eadf 42%,#dcecf7 72%,#eeeaf8 100%)}.chat,.chat.empty{background-color:#d9edf4!important;background-image:var(--mig-chat-wallpaper-pattern),var(--mig-chat-wallpaper-gradient)!important;background-position:top,50%!important;background-repeat:repeat,no-repeat!important;background-size:660px 990px,cover!important}.history,.composer{background:0 0!important}.pinned-bar-v083,.chat-find-bar,.chat-header{background:#fff!important}.chat,.chat.empty{background-position:top,50%!important;background-size:660px 990px,cover!important}.hidden-file-input{display:none!important}.uploading-chip{color:#52708a;white-space:nowrap;background:#ffffffc7;border:1px solid #4678a029;border-radius:999px;padding:6px 10px;font-size:12px}.message-media-list{flex-direction:column;gap:6px;max-width:360px;margin:0 0 4px;display:flex}.message-image{background:#ffffff40;border:1px solid #0000000d;border-radius:14px;display:block;overflow:hidden}.message-image img{object-fit:cover;width:auto;max-width:min(360px,48vw);height:auto;max-height:360px;display:block}.message-file{min-width:220px;max-width:360px;color:inherit;background:#ffffff73;border:1px solid #0000000f;border-radius:14px;grid-template-rows:auto auto;grid-template-columns:36px minmax(0,1fr);align-items:center;column-gap:10px;padding:10px 12px;text-decoration:none;display:grid}.message-file span{color:#2f8be6;background:#e7f1fb;border-radius:50%;grid-row:1/3;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.message-file b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.message-file em{opacity:.65;margin-top:2px;font-size:12px;font-style:normal}.message-text{white-space:pre-wrap;overflow-wrap:anywhere}.bubble.mine .message-file{background:#ffffff61}.attach-wrap{z-index:20;justify-content:center;align-items:center;display:flex;position:relative}.attach-wrap .composer-btn.attach-open{transition:transform .14s,background .14s,color .14s;transform:rotate(45deg);color:var(--tg-blue,#3390ec)!important;background:#e3f1ff!important}.attach-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:45;background:#fffffff5;border:1px solid #d6e1ebe6;border-radius:14px;flex-direction:column;gap:2px;width:230px;padding:8px;display:flex;position:absolute;bottom:46px;left:0;box-shadow:0 12px 34px #0f172a2e}.attach-menu:after{content:"";background:#fffffff5;border-bottom:1px solid #d6e1ebe6;border-right:1px solid #d6e1ebe6;width:14px;height:14px;position:absolute;bottom:-7px;left:17px;transform:rotate(45deg)}.attach-menu button{width:100%;height:48px;color:var(--tg-text,#17212b);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:13px;padding:0 12px;font-size:15px;font-weight:700;display:flex}.attach-menu button:hover{background:#edf6ff}.attach-menu button span{color:#697887;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.attach-menu button svg{stroke-width:2.1px;width:25px;height:25px}.message-video{background:#000;border-radius:12px;max-width:min(420px,58vw);margin-bottom:4px;display:block;overflow:hidden}.message-video video{border-radius:12px;max-width:100%;max-height:360px;display:block}@media (width<=640px){.attach-menu{width:216px;bottom:44px;left:0}.message-video{max-width:78vw}}.composer .attach-wrap{z-index:120!important;justify-content:center!important;align-items:center!important;display:flex!important;position:relative!important;overflow:visible!important}.composer .attach-wrap .attach-menu{-webkit-backdrop-filter:blur(12px)!important;z-index:1000!important;background:#fffffffa!important;border:1px solid #d6e1ebf2!important;border-radius:16px!important;flex-direction:column!important;gap:2px!important;width:242px!important;min-width:242px!important;max-width:242px!important;padding:7px!important;display:flex!important;position:absolute!important;bottom:52px!important;left:0!important;overflow:visible!important;box-shadow:0 14px 38px #0f172a33!important}.composer .attach-wrap .attach-menu:after{content:""!important;background:#fffffffa!important;border-bottom:1px solid #d6e1ebf2!important;border-right:1px solid #d6e1ebf2!important;width:14px!important;height:14px!important;position:absolute!important;bottom:-7px!important;left:17px!important;transform:rotate(45deg)!important}.composer .attach-wrap .attach-menu button,.composer .attach-wrap .attach-menu button:last-child{width:100%!important;min-width:0!important;height:48px!important;min-height:48px!important;max-height:48px!important;box-shadow:none!important;color:var(--tg-text,#17212b)!important;text-align:left!important;cursor:pointer!important;filter:none!important;background:0 0!important;border:0!important;border-radius:11px!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:13px!important;padding:0 12px!important;display:flex!important}.composer .attach-wrap .attach-menu button:hover,.composer .attach-wrap .attach-menu button:last-child:hover{filter:none!important;background:#edf6ff!important}.composer .attach-wrap .attach-menu button span{color:#647789!important;flex:0 0 28px!important;justify-content:center!important;align-items:center!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;min-height:28px!important;max-height:28px!important;display:flex!important}.composer .attach-wrap .attach-menu button b{min-width:0!important;max-width:none!important;color:var(--tg-text,#17212b)!important;text-align:left!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;text-overflow:ellipsis!important;flex:auto!important;margin:0!important;padding:0!important;font-size:15px!important;font-weight:700!important;line-height:20px!important;display:block!important;overflow:hidden!important}@media (width<=640px){.composer .attach-wrap .attach-menu{width:236px!important;min-width:236px!important;max-width:236px!important;bottom:50px!important}}.composer .attach-wrap .attach-menu{border-radius:13px!important;width:196px!important;min-width:196px!important;max-width:196px!important;padding:6px!important;bottom:46px!important;box-shadow:0 10px 26px #0f172a29!important}.composer .attach-wrap .attach-menu button,.composer .attach-wrap .attach-menu button:last-child{border-radius:9px!important;gap:10px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 10px!important}.composer .attach-wrap .attach-menu button span{flex:0 0 22px!important;width:22px!important;min-width:22px!important;max-width:22px!important;height:22px!important;min-height:22px!important;max-height:22px!important}.composer .attach-wrap .attach-menu button b{font-size:14px!important;font-weight:700!important;line-height:18px!important}@media (width<=640px){.composer .attach-wrap .attach-menu{width:190px!important;min-width:190px!important;max-width:190px!important;bottom:45px!important}}.composer .attach-wrap{z-index:120!important;position:relative!important;overflow:visible!important}.composer .attach-wrap .attach-menu{background:#fffffffa!important;border:1px solid #d6e1ebeb!important;border-radius:12px!important;flex-direction:column!important;gap:1px!important;width:164px!important;min-width:164px!important;max-width:164px!important;padding:5px!important;display:flex!important;position:absolute!important;bottom:42px!important;left:0!important;overflow:visible!important;box-shadow:0 8px 22px #0f172a24!important}.composer .attach-wrap .attach-menu:after{width:10px!important;height:10px!important;bottom:-5px!important;left:15px!important}.composer .attach-wrap .attach-menu button,.composer .attach-wrap .attach-menu button:last-child{width:100%!important;height:34px!important;min-height:34px!important;max-height:34px!important;box-shadow:none!important;filter:none!important;background:0 0!important;border:0!important;border-radius:8px!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;padding:0 8px!important;display:flex!important}.composer .attach-wrap .attach-menu button:hover{background:#edf6ff!important}.composer .attach-wrap .attach-menu button span{flex:0 0 18px!important;justify-content:center!important;align-items:center!important;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;display:flex!important}.composer .attach-wrap .attach-menu button svg{stroke-width:2px!important;width:17px!important;min-width:17px!important;height:17px!important;min-height:17px!important}.composer .attach-wrap .attach-menu button b{white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;padding:0!important;font-size:13px!important;font-weight:700!important;line-height:16px!important;overflow:hidden!important}.bubble{min-height:0!important;padding-top:7px!important}.bubble>.message-text:first-child,.bubble>.message-text{margin:0!important;padding:0!important;line-height:1.34!important;display:block!important}.bubble>.message-text:empty,.bubble>.bubble-forward:empty,.bubble>.bubble-reply:empty,.bubble>.message-media-list:empty{height:0!important;margin:0!important;padding:0!important;display:none!important}@media (width<=640px){.composer .attach-wrap .attach-menu{width:160px!important;min-width:160px!important;max-width:160px!important;bottom:42px!important}}.media-gallery-drawer{z-index:80;-webkit-backdrop-filter:blur(12px);background:#fffffffa;border-left:1px solid #c9d8e4e6;flex-direction:column;width:360px;max-width:min(360px,92vw);display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-14px 0 34px #0f172a1f}.media-gallery-head{border-bottom:1px solid #e0e8efe6;justify-content:space-between;align-items:center;height:58px;padding:0 14px 0 18px;display:flex}.media-gallery-head b{color:#17212b;font-size:17px;display:block}.media-gallery-head span{color:#788b9c;margin-top:2px;font-size:12px;display:block}.media-gallery-head button{color:#607488;cursor:pointer;background:0 0;border:0;border-radius:50%;width:34px;height:34px;font-size:24px;line-height:30px}.media-gallery-head button:hover{background:#eef6ff}.media-gallery-tabs{border-bottom:1px solid #e0e8efbf;gap:6px;padding:10px 12px;display:flex}.media-gallery-tabs button{color:#5e7284;cursor:pointer;background:#f0f5f9;border:0;border-radius:999px;flex:1;height:34px;font-size:13px;font-weight:700}.media-gallery-tabs button.active{color:#2384df;background:#dff0ff}.media-gallery-tabs span{opacity:.7;margin-left:4px}.media-gallery-empty{color:#7d8fa0;text-align:center;margin:auto;padding:24px;font-size:14px}.media-gallery-grid{grid-template-columns:repeat(3,1fr);align-content:start;gap:6px;padding:10px;display:grid;overflow:auto}.media-gallery-tile{aspect-ratio:1;cursor:pointer;background:#eaf2f8;border:0;border-radius:10px;padding:0;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #c8d8e48c}.media-gallery-tile img,.media-gallery-tile video{object-fit:cover;width:100%;height:100%;display:block}.media-gallery-tile span{color:#fff;text-shadow:0 1px 6px #00000073;font-size:16px;font-weight:800;position:absolute;bottom:5px;right:6px}.media-gallery-files{flex-direction:column;gap:4px;padding:8px;display:flex;overflow:auto}.media-gallery-file{color:#17212b;border-radius:12px;grid-template-columns:38px 1fr;align-items:center;gap:10px;min-height:52px;padding:8px 10px;text-decoration:none;display:grid}.media-gallery-file:hover{background:#eef6ff}.media-gallery-file>span{color:#2f8be6;background:#e4f1ff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.media-gallery-file svg{width:20px;height:20px}.media-gallery-file b{white-space:nowrap;text-overflow:ellipsis;font-size:14px;display:block;overflow:hidden}.media-gallery-file em{color:#7b8fa1;margin-top:2px;font-size:12px;font-style:normal;display:block}.media-viewer-backdrop{z-index:2000;background:#121b24d1;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.media-viewer-close{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;width:42px;height:42px;font-size:30px;line-height:38px;position:absolute;top:16px;right:20px}.media-viewer-close:hover{background:#fff3}.media-viewer-body{flex-direction:column;align-items:center;gap:10px;max-width:92vw;max-height:92vh;display:flex}.media-viewer-body img,.media-viewer-body video{object-fit:contain;border-radius:12px;max-width:92vw;max-height:82vh;box-shadow:0 18px 60px #00000059}.media-viewer-caption{color:#fff;text-align:center;max-width:92vw}.media-viewer-caption b{font-size:14px;display:block}.media-viewer-caption span{opacity:.75;font-size:12px}@media (width<=720px){.media-gallery-drawer{width:auto;max-width:none;left:0}.media-gallery-grid{grid-template-columns:repeat(3,1fr)}}.peer-media-section{border-top:1px solid var(--tg-border,#e6eef5);background:var(--tg-bg,#fff);min-height:160px}.peer-media-section .peer-tabs{z-index:2;-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--tg-border,#e6eef5);scrollbar-width:none;background:#fffffff5;gap:8px;padding:10px 12px;display:flex;position:sticky;top:0;overflow:auto hidden}.peer-media-section .peer-tabs::-webkit-scrollbar{display:none}.peer-media-section .peer-tabs button{color:#5f7184;white-space:nowrap;cursor:pointer;background:#f1f5f9;border:0;border-radius:999px;align-items:center;gap:6px;min-height:32px;padding:8px 14px;font-size:13px;font-weight:800;line-height:1.15;display:flex}.peer-media-section .peer-tabs button.active{background:var(--tg-blue,#3390ec);color:#fff}.peer-media-section .peer-tabs button span{opacity:.8;font-size:11px;font-weight:800}.peer-media-grid{background:#fff;grid-template-columns:repeat(3,1fr);gap:3px;padding:3px;display:grid}.peer-media-tile{aspect-ratio:1;cursor:pointer;box-shadow:none;background:#edf3f8;border:0;border-radius:0;padding:0;position:relative;overflow:hidden}.peer-media-tile img,.peer-media-tile video{object-fit:cover;width:100%;height:100%;display:block}.peer-media-tile span{color:#fff;text-shadow:0 1px 7px #0000008c;font-size:17px;font-weight:900;position:absolute;bottom:5px;right:7px}.peer-files-list{background:#fff;flex-direction:column;gap:2px;padding:6px 8px;display:flex}.peer-file-row,.peer-link-row{color:#17212b;border-radius:10px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;min-height:48px;padding:7px 8px;text-decoration:none;display:grid}.peer-file-row:hover,.peer-link-row:hover{background:#eef6ff}.peer-file-row>span,.peer-link-row>span{color:#2f8be6;background:#e4f1ff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;font-weight:800;display:flex}.peer-file-row svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.peer-file-row b,.peer-link-row b{white-space:nowrap;text-overflow:ellipsis;color:#17212b;font-size:13px;font-weight:800;display:block;overflow:hidden}.peer-file-row em,.peer-link-row em{color:#7b8fa1;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;font-style:normal;display:block;overflow:hidden}.peer-media-empty{color:#7a8b9a;background:#fff;min-height:120px;padding:18px;font-size:13px}.group-profile .peer-media-section,.topic-profile .peer-media-section{border-top:1px solid var(--tg-border,#e6eef5);margin-top:8px}@media (width<=640px){.peer-media-grid{grid-template-columns:repeat(3,1fr)}.peer-media-section .peer-tabs button{padding:7px 12px;font-size:12px}.peer-file-row,.peer-link-row{min-height:46px}}.message-image{color:#0000!important;max-width:min(360px,48vw)!important;min-height:0!important;font-size:0!important;line-height:0!important;text-decoration:none!important;display:block!important}.message-image img{object-fit:cover!important;border-radius:14px!important;width:auto!important;max-width:min(360px,48vw)!important;height:auto!important;max-height:360px!important;display:block!important}.message-image.media-load-failed,.message-image.media-load-failed img{display:none!important}.bubble.uploading-bubble{opacity:.96;position:relative}.media-upload-item{width:max-content;max-width:100%;display:block;position:relative}.media-upload-item .message-image,.media-upload-item .message-video,.media-upload-item .message-file{margin-bottom:0!important}.media-upload-item.is-uploading .message-image img,.media-upload-item.is-uploading .message-video video{filter:brightness(.78);opacity:.92}.telegram-upload-overlay{color:#fff;pointer-events:none;z-index:3;background:#0f172a38;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex;position:absolute;inset:0;overflow:hidden}.telegram-upload-overlay.failed{background:#ef444461}.telegram-upload-overlay .upload-spinner{border:3px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:28px;height:28px;animation:.85s linear infinite migUploadSpin;display:inline-block}.telegram-upload-overlay em{text-shadow:0 1px 2px #00000038;font-style:normal}@keyframes migUploadSpin{to{transform:rotate(360deg)}}.upload-failed-bubble{outline:1px solid #ef444459}.bubble{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;height:auto!important;min-height:0!important;max-height:none!important;padding-bottom:20px!important;padding-right:74px!important;overflow:visible!important}.bubble.mine{padding-right:96px!important}.bubble>.message-text{white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important;margin:0!important;padding:0!important;line-height:1.34!important;display:block!important}.bubble>.message-text:after{content:"";width:118px;max-width:42%;height:1em;display:inline-block}.bubble small{white-space:nowrap!important;z-index:2!important;pointer-events:none!important;background:0 0!important;align-items:center!important;gap:2px!important;max-width:calc(100% - 18px)!important;line-height:13px!important;display:inline-flex!important;position:absolute!important;bottom:4px!important;right:8px!important}.bubble.mine small{right:8px!important}.message-media-list+.message-text{margin-top:6px!important}@media (width<=640px){.bubble{padding-right:70px!important}.bubble.mine{padding-right:92px!important}.bubble>.message-text:after{width:108px}}.history .bubble{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;width:fit-content!important;min-width:0!important;max-width:min(68%,660px)!important;height:auto!important;min-height:0!important;max-height:none!important;padding:7px 9px 5px 10px!important;line-height:1.34!important;overflow:hidden!important}.history .bubble.mine{padding:7px 9px 5px 10px!important}.history .bubble>.message-text{white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important;margin:0!important;padding:0!important;line-height:1.34!important;display:block!important}.history .bubble>.message-text:after{content:none!important;width:0!important;height:0!important;display:none!important}.history .bubble>small{float:right!important;white-space:nowrap!important;color:#7b8794!important;pointer-events:none!important;z-index:auto!important;background:0 0!important;align-items:center!important;gap:2px!important;max-width:none!important;margin:2px 0 0 9px!important;padding:0!important;font-size:10.5px!important;line-height:13px!important;display:inline-flex!important;position:static!important}@media (width<=900px){.history .bubble{max-width:86%!important}}@media (width<=640px){.history .bubble{max-width:92%!important;padding:7px 9px 5px 10px!important}}.history{align-items:stretch!important;min-height:0!important;overflow:hidden auto!important}.history .bubble{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;flex:none!important;align-self:flex-start!important;width:auto!important;min-width:0!important;max-width:min(62%,560px)!important;height:auto!important;min-height:0!important;max-height:none!important;padding:7px 10px 5px!important;line-height:1.34!important;display:block!important;overflow:visible!important}.history .bubble.mine{align-self:flex-end!important;width:auto!important;max-width:min(62%,560px)!important;padding:7px 10px 5px!important}.history .bubble>.message-text{white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important;width:auto!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;line-height:1.34!important;display:block!important}.history .bubble>.message-text:after{content:""!important;width:88px!important;max-width:45%!important;height:1em!important;display:inline-block!important}.history .bubble>small{float:right!important;white-space:nowrap!important;pointer-events:none!important;z-index:auto!important;color:#7b8794!important;background:0 0!important;align-items:center!important;gap:2px!important;max-width:none!important;margin:-1px 0 0 8px!important;padding:0!important;font-size:10.5px!important;line-height:13px!important;display:inline-flex!important;position:static!important}.history .bubble.mine>small{color:#5f9f54!important}.history .bubble.mine>small:after{content:" ✓✓"!important;color:#4fa3e7!important;font-weight:700!important}.history .bubble:after{content:""!important;clear:both!important;display:block!important}.history .message-media-list{max-width:100%!important}.history .message-media-list+.message-text{margin-top:6px!important}@media (width<=900px){.history .bubble,.history .bubble.mine{max-width:86%!important}}@media (width<=640px){.history .bubble,.history .bubble.mine{max-width:92%!important}}.tg-media-preview-backdrop{z-index:9000;background:#00000057;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.tg-media-preview-modal{background:#f7f7f8;border-radius:22px;flex-direction:column;width:min(420px,100vw - 48px);max-height:min(620px,100vh - 48px);display:flex;position:relative;overflow:hidden;box-shadow:0 18px 56px #0000003d}.tg-media-preview-head{flex:none;align-items:center;gap:12px;height:50px;padding:0 16px;display:flex;position:relative}.tg-media-preview-head b{color:#111827;font-size:20px;font-weight:600;line-height:1}.tg-media-preview-close,.tg-media-preview-more{color:#7b8790;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:30px;line-height:1;display:flex}.tg-media-preview-more{background:#eef0f2;margin-left:auto;font-size:25px;font-weight:900}.tg-media-preview-menu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:2;background:#f5eee1f5;border:1px solid #00000014;border-radius:12px;width:260px;padding:6px;position:absolute;top:44px;right:16px;box-shadow:0 10px 30px #00000029}.tg-media-preview-menu button{cursor:pointer;color:#111;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;width:100%;height:40px;padding:0 12px;font-size:15px;display:flex}.tg-media-preview-menu button:hover{background:#00000012}.tg-media-preview-menu span{text-align:center;color:#7b8790;width:24px;font-size:18px}.tg-media-preview-menu b{font-size:15px;font-weight:400}.tg-menu-icon svg{stroke:#7b8790;stroke-width:2px;fill:none;width:18px;height:18px}.tg-menu-icon.doc svg{width:18px;height:18px}.tg-media-preview-body{flex-direction:column;align-items:center;gap:10px;padding:0 16px;display:flex;overflow:auto}.tg-media-preview-body img,.tg-media-preview-body video{object-fit:contain;background:#111;border-radius:14px;max-width:100%;max-height:min(405px,100vh - 170px)}.tg-media-preview-caption{background:#fff;border-radius:22px;flex:none;align-items:center;gap:7px;min-height:44px;margin:12px 16px 16px;padding:4px 6px 4px 12px;display:flex;box-shadow:0 5px 18px #00000014}.tg-media-preview-caption input{color:#111;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:15px}.tg-media-preview-caption input::placeholder{color:#a2acb5}.tg-media-preview-emoji,.tg-media-preview-send{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;display:flex}.tg-media-preview-emoji{color:#9aa4ad;background:0 0;width:34px;height:34px}.tg-media-preview-send{color:#fff;background:#3390ec;width:40px;height:40px}.tg-media-preview-send svg{width:22px;height:22px}.tg-media-preview-emoji svg{width:24px;height:24px}@media (width<=680px){.tg-media-preview-backdrop{padding:10px}.tg-media-preview-modal{border-radius:22px;width:min(420px,100%)}.tg-media-preview-head{height:54px;padding:0 16px}.tg-media-preview-head b{font-size:21px}.tg-media-preview-menu{width:min(292px,100vw - 38px);right:14px}.tg-media-preview-body{padding:0 14px}.tg-media-preview-caption{margin:12px 14px 16px}}.message-file-thumb{object-fit:cover;background:#dde6ee;border-radius:11px;flex:none;width:46px;height:46px}.tg-media-preview-body.as-file{align-items:stretch;gap:10px;padding:0 18px 8px;overflow:visible}.tg-media-preview-file-card{background:#fff;border-radius:20px;grid-template-columns:66px minmax(0,1fr);align-items:center;gap:14px;padding:14px 16px;display:grid;box-shadow:0 1px #0000000a}.tg-media-preview-file-card img{object-fit:cover!important;background:#dde6ee!important;border-radius:12px!important;width:66px!important;max-width:none!important;height:66px!important;max-height:none!important}.tg-media-preview-file-card b{text-overflow:ellipsis;white-space:nowrap;color:#111827;font-size:16px;font-weight:800;display:block;overflow:hidden}.tg-media-preview-file-card em{color:#6b7280;margin-top:4px;font-size:15px;font-style:normal;display:block}.tg-media-preview-menu .tg-menu-icon svg{stroke-linecap:round;stroke-linejoin:round}.message-file{grid-template-columns:64px minmax(0,1fr);column-gap:12px;min-width:260px;max-width:390px;padding:8px 10px;background:0 0!important;border:0!important}.message-file .message-file-thumb{object-fit:cover;background:#dde6ee;border-radius:10px;grid-row:1/3;width:64px;height:64px}.message-file span{grid-row:1/3;width:50px;height:50px}.message-file b{color:#0f172a;font-size:15px;font-weight:500}.bubble.mine .message-file b{color:#0f172a}.message-file em{color:#3aae45;opacity:1;font-size:14px;font-weight:500}.tg-media-preview-body:not(.as-file){flex:auto;align-items:stretch;min-height:0;padding:0 16px;display:block;overflow:hidden auto}.tg-media-preview-grid{background:0 0;border-radius:18px;gap:2px;width:100%;display:grid;overflow:visible}.tg-media-preview-grid.count-1{border-radius:18px;display:block;overflow:hidden}.tg-media-preview-grid.count-1 .tg-media-preview-tile{height:min(380px,100vh - 210px)}.tg-media-preview-grid.count-2{grid-template-columns:1fr 1fr}.tg-media-preview-grid.count-2 .tg-media-preview-tile{height:270px}.tg-media-preview-grid.count-3{grid-template-columns:1fr 1fr}.tg-media-preview-grid.count-3 .tg-media-preview-tile{height:195px}.tg-media-preview-grid.count-3 .tg-media-preview-tile:nth-child(3){grid-column:1/3;height:230px}.tg-media-preview-grid.count-4{grid-template-columns:1fr 1fr}.tg-media-preview-grid.count-4 .tg-media-preview-tile{height:170px}.tg-media-preview-tile{background:#000;min-width:0;position:relative;overflow:hidden}.tg-media-preview-tile img,.tg-media-preview-tile video{display:block;object-fit:cover!important;background:#000!important;border-radius:0!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important}.tg-media-preview-video{width:100%;height:100%;position:relative}.tg-media-preview-duration{color:#fff;text-shadow:0 1px 2px #000000b3;z-index:1;font-size:14px;line-height:1;position:absolute;top:8px;left:10px}.tg-media-preview-remove,.tg-media-preview-file-remove{color:#fff;cursor:pointer;z-index:3;background:#0000009e;border:0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;bottom:10px;right:10px}.tg-media-preview-remove svg,.tg-media-preview-file-remove svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.tg-media-preview-remove:hover,.tg-media-preview-file-remove:hover{background:#000000c7}.tg-media-preview-body.as-file .tg-media-preview-file-card{padding-right:58px;position:relative}.tg-media-preview-file-remove{top:50%;bottom:auto;right:14px;transform:translateY(-50%)}@media (width<=680px){.tg-media-preview-grid.count-1 .tg-media-preview-tile{height:min(390px,100vh - 220px)}.tg-media-preview-grid.count-2 .tg-media-preview-tile{height:240px}.tg-media-preview-grid.count-3 .tg-media-preview-tile{height:175px}.tg-media-preview-grid.count-3 .tg-media-preview-tile:nth-child(3){height:210px}.tg-media-preview-grid.count-4 .tg-media-preview-tile{height:160px}}.tg-media-preview-body.as-file{flex-direction:column!important;flex:auto!important;align-items:stretch!important;gap:10px!important;min-height:0!important;padding:0 18px 8px!important;display:flex!important;overflow:hidden auto!important}.tg-media-preview-file-card .tg-media-preview-file-thumb,.tg-media-preview-file-card img,.tg-media-preview-file-card video{object-fit:cover!important;background:#dde6ee!important;border-radius:12px!important;width:66px!important;max-width:none!important;height:66px!important;max-height:none!important;display:block!important}.tg-media-preview-file-card b{font-weight:500!important}.history .bubble:has(.message-file){width:fit-content!important;max-width:min(380px,64%)!important;padding:6px 46px 16px 8px!important}.history .message-media-list:has(.message-file){align-items:flex-start!important;gap:2px!important;width:fit-content!important;max-width:320px!important;margin:0!important;display:inline-flex!important}.history .media-upload-item:has(.message-file){width:fit-content!important;max-width:320px!important}.history .message-file{width:fit-content!important;min-width:235px!important;max-width:318px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-rows:auto auto!important;grid-template-columns:64px minmax(0,1fr)!important;align-items:center!important;column-gap:10px!important;padding:6px 4px 4px!important;display:grid!important}.history .message-file .message-file-thumb{object-fit:cover!important;background:#dde6ee!important;border-radius:10px!important;grid-row:1/3!important;width:64px!important;height:64px!important}.history .message-file span{border-radius:10px!important;grid-row:1/3!important;width:64px!important;height:64px!important}.history .message-file b{text-overflow:ellipsis!important;white-space:nowrap!important;color:#0f172a!important;max-width:210px!important;font-size:15px!important;font-weight:500!important;line-height:19px!important;display:block!important;overflow:hidden!important}.history .message-file em{color:#31b545!important;opacity:1!important;margin-top:1px!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;display:block!important}@media (width<=900px){.history .bubble:has(.message-file){max-width:min(380px,86%)!important}.history .bubble.mine:has(.message-file){max-width:min(380px,86%)!important}}@media (width<=640px){.history .bubble:has(.message-file){max-width:92%!important}.history .bubble.mine:has(.message-file){max-width:92%!important}}.history .bubble:has(.message-file){width:auto!important;min-width:0!important;max-width:min(360px,64%)!important;min-height:0!important;padding:6px 48px 20px 8px!important;display:inline-block!important}.history .bubble:has(.message-file) .message-media-list{flex-direction:column!important;gap:4px!important;width:auto!important;max-width:290px!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important}.history .bubble:has(.message-file) .media-upload-item{width:auto!important;max-width:290px!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important}.history .bubble:has(.message-file) .message-file{width:290px!important;min-width:0!important;max-width:290px!important;height:64px!important;min-height:64px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-rows:auto auto!important;grid-template-columns:64px minmax(0,1fr)!important;align-items:center!important;column-gap:10px!important;margin:0!important;padding:0!important;display:grid!important;overflow:hidden!important}.history .bubble:has(.message-file) .message-file .message-file-thumb{object-fit:cover!important;background:#dde6ee!important;border-radius:10px!important;grid-row:1/3!important;width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important}.history .bubble:has(.message-file) .message-file span{object-fit:cover!important;background:#dde6ee!important;border-radius:10px!important;grid-row:1/3!important;width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important}.history .bubble:has(.message-file) .message-file b{text-overflow:ellipsis!important;white-space:nowrap!important;color:#0f172a!important;max-width:206px!important;font-size:15px!important;font-weight:500!important;line-height:19px!important;overflow:hidden!important}.history .bubble:has(.message-file) .message-file em{color:#31b545!important;opacity:1!important;margin-top:2px!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.history .bubble:has(.message-file)>small{bottom:4px!important;right:7px!important}@media (width<=900px){.history .bubble:has(.message-file){max-width:min(360px,86%)!important}.history .bubble.mine:has(.message-file){max-width:min(360px,86%)!important}}@media (width<=640px){.history .bubble:has(.message-file){max-width:92%!important}.history .bubble.mine:has(.message-file){max-width:92%!important}:is(.history .bubble:has(.message-file) .message-file,.history .bubble:has(.message-file) .message-media-list,.history .bubble:has(.message-file) .media-upload-item){width:260px!important;max-width:260px!important}.history .bubble:has(.message-file) .message-file b{max-width:176px!important}}.history .bubble:has(.message-file){flex-direction:column!important;align-items:stretch!important;width:fit-content!important;min-width:0!important;max-width:min(340px,64%)!important;height:auto!important;min-height:0!important;padding:6px 8px 5px!important;display:inline-flex!important;overflow:visible!important}.history .bubble.mine:has(.message-file){max-width:min(340px,64%)!important}.history .bubble:has(.message-file) .message-media-list{flex-direction:column!important;gap:4px!important;width:fit-content!important;max-width:318px!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;overflow:visible!important}.history .bubble:has(.message-file) .media-upload-item{width:fit-content!important;max-width:318px!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.history .bubble:has(.message-file) .message-file{width:318px!important;min-width:0!important;max-width:318px!important;height:64px!important;min-height:64px!important;max-height:64px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-rows:1fr 1fr!important;grid-template-columns:64px minmax(0,1fr)!important;align-items:center!important;column-gap:11px!important;margin:0!important;padding:0!important;display:grid!important;overflow:hidden!important}.history .bubble:has(.message-file) .message-file .message-file-thumb{object-fit:cover!important;background:#dde6ee!important;border-radius:10px!important;grid-area:1/1/3!important;width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important}.history .bubble:has(.message-file) .message-file span{object-fit:cover!important;background:#dde6ee!important;border-radius:10px!important;grid-area:1/1/3!important;width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important}.history .bubble:has(.message-file) .message-file b{text-overflow:ellipsis!important;white-space:nowrap!important;color:#0f172a!important;grid-area:1/2!important;align-self:end!important;max-width:238px!important;margin:0!important;padding:0!important;font-size:15px!important;font-weight:500!important;line-height:19px!important;display:block!important;overflow:hidden!important}.history .bubble:has(.message-file) .message-file em{color:#31b545!important;opacity:1!important;grid-area:2/2!important;align-self:start!important;margin:1px 0 0!important;padding:0!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;display:block!important}.history .bubble:has(.message-file)>small{float:none!important;color:#5f9f54!important;z-index:2!important;background:0 0!important;align-self:flex-end!important;width:auto!important;margin:-15px 3px 0 96px!important;padding:0!important;font-size:10.5px!important;line-height:13px!important;display:inline-flex!important;position:static!important}.history .bubble:has(.message-file):after{content:none!important;display:none!important}@media (width<=900px){.history .bubble:has(.message-file){max-width:min(340px,86%)!important}.history .bubble.mine:has(.message-file){max-width:min(340px,86%)!important}}@media (width<=640px){.history .bubble:has(.message-file){max-width:92%!important}.history .bubble.mine:has(.message-file){max-width:92%!important}:is(.history .bubble:has(.message-file) .message-media-list,.history .bubble:has(.message-file) .media-upload-item,.history .bubble:has(.message-file) .message-file){width:300px!important;max-width:300px!important}.history .bubble:has(.message-file) .message-file b{max-width:220px!important}}.bubble-reply .reply-preview-line{min-width:0!important;max-width:100%!important;color:var(--tg-muted,#707b87)!important;white-space:nowrap!important;text-overflow:ellipsis!important;align-items:center!important;gap:7px!important;font-size:12px!important;line-height:1.15!important;display:flex!important;overflow:hidden!important}.bubble-reply .reply-preview-thumb{object-fit:cover!important;background:#dfe8ef!important;border-radius:6px!important;width:34px!important;min-width:34px!important;height:34px!important;display:block!important}.bubble-reply .reply-preview-line em{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;color:var(--tg-muted,#707b87)!important;font-style:normal!important;font-weight:400!important;display:block!important;overflow:hidden!important}.bubble-reply>span:not(.reply-preview-line){font-weight:400!important}.select-toolbar .select-action-btn{align-items:center;gap:6px;display:inline-flex}.select-toolbar .select-toolbar-icon{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.select-toolbar .select-toolbar-icon svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.pinned-bar-v083 .pinned-main span{white-space:nowrap!important;text-overflow:ellipsis!important;align-items:center!important;gap:7px!important;min-width:0!important;display:flex!important;overflow:hidden!important}.pinned-preview-text{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;color:var(--text,#17212b)!important;font-style:normal!important;display:inline-block!important;overflow:hidden!important}.pinned-preview-media{min-width:0!important;max-width:100%!important;color:var(--text,#17212b)!important;align-items:center!important;gap:8px!important;line-height:1.15!important;display:inline-flex!important;overflow:hidden!important}.pinned-preview-thumb{object-fit:cover!important;background:#dfe8ef!important;border-radius:6px!important;width:34px!important;min-width:34px!important;height:34px!important;display:block!important}.pinned-preview-file-icon{width:34px!important;min-width:34px!important;height:34px!important;color:var(--accent,#3390ec)!important;background:#eaf2fa!important;border-radius:7px!important;justify-content:center!important;align-items:center!important;display:flex!important}.pinned-preview-file-icon svg{stroke:currentColor!important;fill:none!important;width:20px!important;height:20px!important}.pinned-preview-media em{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;color:var(--text,#17212b)!important;font-style:normal!important;font-weight:400!important;display:block!important;overflow:hidden!important}.pinned-preview-media small{color:var(--muted,#707b87)!important;flex:none!important;margin-left:2px!important;font-size:11px!important;font-style:normal!important}.pinned-preview-media-v150{align-items:center!important;gap:8px!important;min-width:0!important;max-width:100%!important;line-height:1.15!important;display:inline-flex!important;overflow:hidden!important}.pinned-preview-media-v150 .pinned-preview-thumb-wrap{background:#dfe8ef!important;border-radius:6px!important;width:34px!important;min-width:34px!important;height:34px!important;display:block!important;position:relative!important;overflow:hidden!important}.pinned-preview-media-v150 .pinned-preview-thumb-wrap .pinned-preview-thumb{object-fit:cover!important;border-radius:0!important;width:100%!important;height:100%!important}.pinned-preview-media-v150 .pinned-preview-thumb-wrap i{color:#fff!important;text-shadow:0 1px 4px #0000008c!important;font-size:12px!important;font-style:normal!important;line-height:1!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-45%,-50%)!important}.pinned-preview-media-v150 em{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;color:var(--text,#17212b)!important;font-style:normal!important;font-weight:400!important;overflow:hidden!important}.bubble small .bubble-pin-mini{vertical-align:-2px!important;fill:currentColor!important;width:14px!important;height:14px!important;color:var(--accent-green,#46b95d)!important;opacity:.95!important;margin-right:3px!important;display:inline-block!important}.bubble.mine small .bubble-pin-mini{color:#45ad57!important}.bubble:not(.mine) small .bubble-pin-mini{color:#7b8793!important}.bubble small .bubble-pin-mini.bubble-pin-telegram{vertical-align:-2px!important;fill:currentColor!important;stroke:none!important;color:#45ad57!important;opacity:1!important;width:13px!important;height:13px!important;margin-right:2px!important}.bubble.mine small .bubble-pin-mini.bubble-pin-telegram{color:#45ad57!important}.bubble:not(.mine) small .bubble-pin-mini.bubble-pin-telegram{color:#7b8793!important}.profile-video-bg{object-fit:cover;z-index:0;pointer-events:none;background:#000;width:100%;height:100%;position:absolute;inset:0}.my-profile-hero>:not(.profile-video-bg),.peer-hero>:not(.profile-video-bg),.profile-preview>:not(.profile-video-bg){z-index:1;position:relative}.my-profile-avatar,.peer-avatar,.my-chat-avatar,.profile-preview-avatar{object-fit:cover;background-position:50%;background-size:cover;overflow:hidden}.my-profile-avatar.profile-avatar-media,.peer-avatar.profile-avatar-media,.my-chat-avatar.profile-avatar-media,.profile-preview-avatar.profile-avatar-media{color:#fff;background:linear-gradient(135deg,#72c7ff,#2d95e5) 50%/cover;justify-content:center;align-items:center;display:flex}video.my-profile-avatar,video.peer-avatar,video.my-chat-avatar,video.profile-preview-avatar{object-fit:cover;background:#111;display:block}.profile-preview{overflow:hidden}.profile-preview-hit{z-index:2;cursor:pointer;position:absolute;inset:0}.profile-preview span{z-index:3;position:absolute;bottom:18px;left:22px}.profile-preview-avatar{box-sizing:border-box;border:2px solid #ffffffd9;border-radius:50%;width:58px;height:58px;font-size:24px;font-style:normal;font-weight:900}.my-profile-hero .my-profile-avatar{z-index:2;position:absolute;bottom:58px;left:22px}.my-profile-hero .my-profile-name{z-index:2;position:absolute;bottom:18px;left:22px}.my-profile-hero .my-profile-fab{z-index:2;position:absolute;bottom:20px;right:22px}.profile-video-bg{object-fit:cover;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.chat-item.has-avatar:before,.chat-header.has-avatar:before,.rail-avatar.has-avatar:before{content:none!important;display:none!important}.chat-item-avatar{color:#fff;object-fit:cover;background:linear-gradient(135deg,#72c7ff,#2d95e5) 50%/cover;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:19px;font-weight:800;display:flex;position:absolute;top:8px;left:10px;overflow:hidden}video.chat-item-avatar{object-fit:cover;background:#111;display:block}.chat-header-avatar{color:#fff;object-fit:cover;background:linear-gradient(135deg,#72c7ff,#2d95e5) 50%/cover;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:flex;position:absolute;left:12px;overflow:hidden}video.chat-header-avatar{object-fit:cover;background:#111;display:block}.chat-header.has-avatar:has(.back-topic) .chat-header-avatar{left:48px}.rail-avatar-media{object-fit:cover;background-position:50%;background-size:cover;border-radius:50%;width:100%;height:100%;display:block;position:absolute;inset:0;overflow:hidden}video.rail-avatar-media{object-fit:cover;background:#111}.peer-profile-v2 .peer-hero{position:relative!important;overflow:hidden!important}.peer-profile-v2 .peer-hero .profile-video-bg{object-fit:cover!important;z-index:0!important;pointer-events:none!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.peer-profile-v2 .peer-hero .peer-avatar{z-index:3!important;position:absolute!important;bottom:24px!important;left:18px!important}.peer-profile-v2 .peer-hero .peer-hero-name{z-index:3!important;position:absolute!important;bottom:15px!important;left:96px!important;right:78px!important}.peer-profile-v2 .peer-hero .peer-float-actions{z-index:4!important;flex-direction:column!important;gap:9px!important;display:flex!important;position:absolute!important;inset:auto 14px 16px auto!important}.peer-profile-v2 .peer-hero .peer-float-actions button{border-radius:50%!important;width:46px!important;min-width:46px!important;height:46px!important}.peer-profile-v2 .peer-hero .peer-float-actions svg{width:22px!important;height:22px!important}.profile-media-editor-backdrop{z-index:80!important}.profile-media-editor{z-index:81!important;position:relative!important}.my-profile-fab{z-index:4!important}.profile-option-button{text-align:left;border:1px solid var(--tg-border);cursor:pointer;width:100%;font:inherit;background:#fff}.profile-option-button.danger span{color:#e53935!important;background:#ffecec!important;font-size:26px!important;font-weight:500!important}.profile-option-button.danger b{color:#e53935!important}.profile-preview{background-position:50%!important;background-size:cover!important;border-radius:14px!important;position:relative!important;overflow:hidden!important}.profile-preview .profile-video-bg{object-fit:cover!important;z-index:0!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.profile-preview .profile-preview-hit{z-index:2!important;cursor:pointer!important;position:absolute!important;inset:0!important}.profile-preview span{z-index:3!important;display:block!important;position:absolute!important;bottom:18px!important;left:22px!important}.profile-preview-avatar{box-sizing:border-box!important;background-position:50%!important;background-size:cover!important;border:2px solid #ffffffe0!important;border-radius:50%!important;width:58px!important;min-width:58px!important;height:58px!important;position:relative!important;overflow:hidden!important}.crop-preview-wrap{background:#111!important;position:relative!important;overflow:hidden!important}.crop-preview{background-position:50%!important;background-repeat:no-repeat!important;transition:background-size .12s,background-position .12s!important;position:absolute!important;inset:0!important}.crop-preview-video{background:#000!important;justify-content:center!important;align-items:center!important;display:flex!important}.crop-preview-video video{object-fit:cover!important;transform-origin:50%!important;width:100%!important;height:100%!important;transition:transform .12s!important}.crop-nudge{justify-content:center!important;gap:8px!important;margin:10px 0 0!important;display:flex!important}.crop-nudge button{border:1px solid var(--tg-border)!important;cursor:pointer!important;width:38px!important;height:32px!important;color:var(--tg-text)!important;background:#fff!important;border-radius:10px!important;font-size:18px!important;line-height:1!important}.crop-backdrop{z-index:160!important;background:#0000009e!important;padding:18px!important}.crop-modal{border-radius:20px!important;width:min(560px,100vw - 36px)!important;overflow:hidden!important}.crop-head p{margin:0!important;font-size:14px!important;line-height:1.25!important}.crop-head button{width:46px!important;height:46px!important;font-size:30px!important;font-weight:700!important}.crop-preview-wrap{touch-action:none!important;cursor:grab!important;-webkit-user-select:none!important;user-select:none!important;background:#111!important;margin:18px auto 10px!important;padding:0!important;display:block!important;position:relative!important;overflow:hidden!important}.crop-preview-wrap:active{cursor:grabbing!important}.avatar-crop .crop-preview-wrap{border-radius:50%!important;width:280px!important;height:280px!important;box-shadow:0 0 0 999px #0000000f!important}.crop-preview{will-change:background-position,background-size,transform!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:115%!important;width:100%!important;height:100%!important;transition:none!important;position:absolute!important;inset:0!important}.crop-preview-video{background:#000!important;display:block!important;overflow:hidden!important}.crop-preview-video video{object-fit:cover!important;transform-origin:50%!important;pointer-events:none!important;width:100%!important;height:100%!important;transition:none!important;position:absolute!important;top:0!important;left:0!important}.crop-nudge{display:none!important}.crop-actions{gap:10px!important;padding:0 22px 20px!important}.crop-actions button{border-radius:14px!important;padding:12px 22px!important;font-size:16px!important;font-weight:700!important}@media (width<=640px){.crop-backdrop{padding:10px!important}.crop-modal{border-radius:18px!important;width:100%!important}.avatar-crop .crop-preview-wrap{width:min(260px,100vw - 90px)!important;height:min(260px,100vw - 90px)!important}.wallpaper-crop .crop-preview-wrap{width:calc(100% - 28px)!important;height:150px!important}.crop-head{height:70px!important;padding:0 16px!important}.crop-head h3{font-size:20px!important}.crop-head p{font-size:13px!important}.crop-actions{padding:0 16px 16px!important}.crop-actions button{padding:11px 18px!important;font-size:15px!important}}.crop-modal{border-radius:18px!important;width:min(500px,100vw - 40px)!important}.crop-head{height:64px!important;padding:0 18px!important}.crop-head h3{margin:0 0 3px!important;font-size:20px!important;font-weight:700!important}.crop-head p{font-size:13px!important;line-height:1.2!important}.crop-head button{width:42px!important;height:42px!important;font-size:28px!important}.avatar-crop .crop-preview-wrap{border-radius:50%!important;width:220px!important;height:220px!important}.wallpaper-crop .crop-preview-wrap{border-radius:12px!important;width:calc(100% - 36px)!important;height:135px!important}.crop-preview{background:#000!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important;overflow:hidden!important}.crop-preview img,.crop-preview video{object-fit:cover!important;transform-origin:50%!important;will-change:transform!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.crop-scale{padding:6px 20px 12px!important;font-size:13px!important}.crop-scale span{margin-bottom:6px!important}.crop-actions{padding:0 20px 16px!important}.crop-actions button{border-radius:12px!important;padding:10px 18px!important;font-size:15px!important}.profile-video-bg,.my-profile-avatar,.peer-avatar,.profile-preview-avatar{transform-origin:50%!important}@media (width<=640px){.crop-modal{width:calc(100vw - 20px)!important}.avatar-crop .crop-preview-wrap{width:200px!important;height:200px!important}.wallpaper-crop .crop-preview-wrap{width:calc(100% - 24px)!important;height:125px!important}.crop-head{height:62px!important}.crop-head h3{font-size:19px!important}}.chat-header>.chat-header-title{flex-direction:column!important;min-width:0!important;line-height:1.1!important;display:flex!important}.chat-header>.chat-header-title b{line-height:19px!important;display:block!important}.chat-header>.chat-header-title span{margin-top:0!important;line-height:16px!important;display:block!important}.chat-header>.chat-header-avatar{flex:none!important}.chat-item-avatar,.chat-header-avatar,.rail-avatar-media,.my-chat-avatar,.profile-preview-avatar,.my-profile-avatar,.peer-avatar{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.profile-preview-avatar.profile-avatar-media,.my-profile-avatar.profile-avatar-media,.peer-avatar.profile-avatar-media,.my-chat-avatar.profile-avatar-media,.chat-item-avatar.profile-avatar-thumb,.chat-header-avatar.profile-avatar-thumb,.rail-avatar-media.profile-avatar-thumb{text-align:center!important;color:#fff!important;background-repeat:no-repeat!important;justify-content:center!important;align-items:center!important;line-height:1!important;display:flex!important;overflow:hidden!important}.profile-preview-avatar.profile-avatar-media:not([style]),.my-profile-avatar.profile-avatar-media:not([style]),.peer-avatar.profile-avatar-media:not([style]){background:linear-gradient(135deg,#72c7ff,#2d95e5)!important}.profile-preview-avatar{font-size:24px!important;font-weight:700!important}.my-profile-avatar{font-size:34px!important;font-weight:800!important}.peer-avatar{font-size:30px!important;font-weight:800!important}.profile-preview span{inset:auto auto 18px 22px!important}.profile-preview .profile-preview-avatar{transform:none!important}.my-profile-hero{position:relative!important;overflow:hidden!important}.my-profile-hero .my-profile-avatar{z-index:3!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;border:4px solid #ffffffeb!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:104px!important;height:104px!important;display:flex!important;position:absolute!important;bottom:22px!important;left:26px!important;overflow:hidden!important}.my-profile-hero .my-profile-name{z-index:3!important;flex-direction:column!important;gap:2px!important;min-width:0!important;display:flex!important;position:absolute!important;bottom:31px!important;left:178px!important;right:120px!important}.my-profile-hero .my-profile-name strong{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:28px!important;line-height:31px!important;overflow:hidden!important}.my-profile-hero .my-profile-name span{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:16px!important;line-height:19px!important;overflow:hidden!important}.my-profile-hero .my-profile-fab{z-index:4!important;bottom:28px!important;right:28px!important}.profile-preview-avatar{text-align:center!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;justify-content:center!important;align-items:center!important;line-height:1!important;display:flex!important}.profile-preview span{z-index:4!important;display:block!important;bottom:24px!important;left:24px!important}.profile-preview .profile-preview-avatar:not([style]){color:#0f2840!important;background:linear-gradient(135deg,#72c7ff,#2d95e5)!important}.chat-header{align-items:center!important}.chat-header>.chat-header-title{white-space:normal!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:0!important;min-width:0!important;line-height:1!important;display:flex!important}.chat-header>.chat-header-title b{white-space:nowrap!important;line-height:18px!important;display:block!important}.chat-header>.chat-header-title span{white-space:nowrap!important;margin:0!important;line-height:15px!important;display:block!important}.crop-preview-wrap .crop-preview{transform:none!important}.crop-preview img,.crop-preview video{transform-origin:50%!important;max-width:none!important;max-height:none!important}.crop-preview img{object-fit:cover!important;transform-origin:50%!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:100%!important;height:100%!important;transition:none!important;position:absolute!important;top:0!important;left:0!important}.my-profile-hero,.profile-preview,.profile-avatar-thumb,.chat-item-avatar,.chat-header-avatar,.rail-avatar-media,.my-chat-avatar,.profile-preview-avatar,.my-profile-avatar,.peer-avatar{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.profile-preview,.profile-avatar-thumb,.chat-item-avatar,.chat-header-avatar,.rail-avatar-media,.my-chat-avatar,.profile-preview-avatar,.my-profile-avatar,.peer-avatar{background-size:var(--profile-crop-size,cover)!important;background-position:var(--profile-crop-position,center)!important;background-repeat:no-repeat!important}.profile-video-avatar-box{background:#111!important;position:relative!important;overflow:hidden!important}.profile-video-avatar-inner{object-fit:cover!important;transform-origin:50%!important;pointer-events:none!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.profile-video-avatar-box.profile-avatar-media,.profile-video-avatar-box.profile-avatar-thumb,.profile-video-avatar-box.chat-item-avatar,.profile-video-avatar-box.chat-header-avatar,.profile-video-avatar-box.rail-avatar-media,.profile-video-avatar-box.my-chat-avatar,.profile-video-avatar-box.profile-preview-avatar,.profile-video-avatar-box.my-profile-avatar,.profile-video-avatar-box.peer-avatar{color:#0000!important;line-height:0!important;display:block!important}.profile-media-avatar-box{color:#0000!important;background:#111 50%/cover no-repeat!important;line-height:0!important;display:block!important;position:relative!important;overflow:hidden!important}.profile-media-avatar-inner{object-fit:cover!important;transform-origin:50%!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;position:absolute!important;top:0!important;left:0!important}.chat-item-avatar.profile-media-avatar-box,.chat-header-avatar.profile-media-avatar-box,.rail-avatar-media.profile-media-avatar-box,.my-chat-avatar.profile-media-avatar-box,.profile-preview-avatar.profile-media-avatar-box,.my-profile-avatar.profile-media-avatar-box,.peer-avatar.profile-media-avatar-box{background:#111!important;border-radius:50%!important;display:block!important;overflow:hidden!important}.my-chat-avatar.profile-media-avatar-box,.chat-item-avatar.profile-media-avatar-box,.chat-header-avatar.profile-media-avatar-box,.rail-avatar-media.profile-media-avatar-box{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.my-chat-avatar.profile-avatar-thumb:not(.profile-media-avatar-box),.chat-item-avatar.profile-avatar-thumb:not(.profile-media-avatar-box),.chat-header-avatar.profile-avatar-thumb:not(.profile-media-avatar-box),.rail-avatar-media.profile-avatar-thumb:not(.profile-media-avatar-box){color:#fff!important;background:linear-gradient(135deg,#72c7ff,#2d95e5)!important}.chat-header .chat-header-avatar{top:6px!important;left:10px!important}.chat-header.has-avatar .chat-header-title b,.chat-header.has-avatar .chat-header-title span{display:block!important}.chat-item>.chat-item-avatar.profile-media-avatar-box,.chat-item>.chat-item-avatar.profile-video-avatar-box,.chat-item>.chat-item-avatar.profile-avatar-thumb{z-index:1!important;border-radius:50%!important;flex:none!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;margin:0!important;display:block!important;position:absolute!important;top:8px!important;left:10px!important;overflow:hidden!important;transform:none!important}.chat-header>.chat-header-avatar.profile-media-avatar-box,.chat-header>.chat-header-avatar.profile-video-avatar-box,.chat-header>.chat-header-avatar.profile-avatar-thumb{z-index:1!important;border-radius:50%!important;flex:none!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;display:block!important;position:absolute!important;top:6px!important;left:12px!important;overflow:hidden!important;transform:none!important}.chat-header.has-avatar{padding-left:62px!important}.chat-header.has-avatar .chat-header-title{margin-left:0!important}.chat-header.has-avatar:has(.back-topic){padding-left:96px!important}:is(.chat-header.has-avatar:has(.back-topic)>.chat-header-avatar.profile-media-avatar-box,.chat-header.has-avatar:has(.back-topic)>.chat-header-avatar.profile-video-avatar-box,.chat-header.has-avatar:has(.back-topic)>.chat-header-avatar.profile-avatar-thumb){left:48px!important}.chat-item>.chat-item-avatar.profile-media-avatar-box .profile-media-avatar-inner,.chat-item>.chat-item-avatar.profile-video-avatar-box .profile-video-avatar-inner,.chat-header>.chat-header-avatar.profile-media-avatar-box .profile-media-avatar-inner,.chat-header>.chat-header-avatar.profile-video-avatar-box .profile-video-avatar-inner{object-fit:cover!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;position:absolute!important;inset:0!important}.bubble.mine small:after{content:""!important;display:none!important}.message-meta{align-items:center!important;gap:2px!important;line-height:12px!important;display:inline-flex!important}.tg-checks{vertical-align:-1px;letter-spacing:-5px;white-space:nowrap;height:12px;margin-left:3px;font-family:Arial,sans-serif;font-size:13px;font-weight:700;line-height:12px;display:inline-block;position:relative}.tg-checks i{font-style:normal;line-height:12px;display:inline-block}.tg-checks-sent{letter-spacing:0;width:9px;color:#8d969c!important}.tg-checks-read{width:16px;color:#4fa7ff!important}.tg-checks-read i:first-child{margin-right:-4px}.tg-checks-read i:last-child{margin-left:0}.right .profile{padding-top:0!important}.profile-panel-head{border-bottom:1px solid var(--tg-border,#dfe5ec);z-index:5;background:#fff;align-items:center;gap:14px;height:56px;min-height:56px;padding:0 16px;display:flex;position:sticky;top:0}.profile-panel-head b{color:#17212b;font-size:22px;font-weight:700;line-height:1}.profile-panel-close,.profile-panel-edit{color:#697888;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:34px;line-height:1;display:flex}.profile-panel-close:hover,.profile-panel-edit:hover{background:#f0f4f8}.profile-panel-edit{margin-left:auto;font-size:0}.peer-profile-v2 .peer-hero,.group-profile .group-cover,.topic-profile .topic-profile-icon{margin-top:0}.profile-panel-head{border-bottom:1px solid var(--tg-border,#dfe5ec)!important;align-items:center!important;gap:12px!important;height:54px!important;min-height:54px!important;padding:0 14px!important}.profile-panel-head b{letter-spacing:0!important;font-size:18px!important;font-weight:700!important;line-height:54px!important}.profile-panel-close,.profile-panel-edit{border-radius:50%!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;line-height:1!important;display:flex!important}.profile-panel-close{font-size:30px!important;font-weight:400!important;transform:translateY(-1px)!important}.profile-panel-edit svg{stroke-width:2px!important;width:21px!important;height:21px!important}.right .profile-panel-head,.profile .profile-panel-head{height:54px!important;min-height:54px!important}.bubble.mine small:after,.bubble.mine .message-meta:after{content:none!important;display:none!important}.message-meta{white-space:nowrap!important;align-items:center!important;gap:3px!important;line-height:12px!important;display:inline-flex!important}.tg-checks{display:none!important}.tg-checks-svg{vertical-align:-2px!important;width:18px!important;height:12px!important;margin-left:2px!important;display:inline-block!important;overflow:visible!important}.tg-checks-svg path{fill:none!important;stroke:currentColor!important;stroke-width:1.65px!important;stroke-linecap:round!important;stroke-linejoin:round!important}.tg-checks-svg-read{color:#4fa7ff!important}.profile-panel-close,.profile-panel-edit{justify-content:center!important;align-items:center!important;padding:0!important;font-size:0!important;line-height:0!important;display:flex!important;transform:none!important}.profile-panel-close-icon,.profile-panel-close svg{stroke:currentColor!important;stroke-width:2.2px!important;stroke-linecap:round!important;stroke-linejoin:round!important;fill:none!important;width:22px!important;height:22px!important;margin:0!important;display:block!important;transform:none!important}.profile-panel-edit svg{margin:0!important;display:block!important;transform:none!important}.chat{position:relative}.new-messages-jump{z-index:20;color:#fff;cursor:pointer;background:#2684fff2;border:0;border-radius:18px;padding:8px 14px;font:500 13px/1.2 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:absolute;bottom:82px;right:22px;box-shadow:0 6px 18px #0000002e}.new-messages-jump:hover{filter:brightness(1.04)}.chat-preview .typing-status,.typing-status{color:var(--tg-blue)!important;font-weight:500!important}.chat-preview{min-width:0}.history.opening-chat{visibility:hidden}.history{scroll-behavior:auto!important}.history .message-image{aspect-ratio:4/3!important;background:#d2e1ee8c!important;width:min(360px,48vw)!important;max-width:100%!important;display:block!important}.history .message-image img{aspect-ratio:4/3!important;object-fit:cover!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important}.history .message-video{aspect-ratio:16/9!important;background:#000!important;width:min(420px,58vw)!important;max-width:100%!important}.history .message-video video{object-fit:cover!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important}@media (width<=640px){.history .message-image{width:min(320px,78vw)!important}.history .message-video{width:min(340px,78vw)!important}}.pinned-slot{flex:none;width:100%}.pinned-slot-loading{visibility:hidden;pointer-events:none;background:#fff;height:54px;min-height:54px}.pinned-slot .pinned-bar-v083{margin:0!important}.chat:has(.history.opening-chat) .pinned-slot-loading{display:block!important}.unread-separator{color:#4f9cff;pointer-events:none;-webkit-user-select:none;user-select:none;background:#3f8efc29;border-radius:999px;align-self:center;margin:10px auto 12px;padding:4px 10px;font-size:13px;font-weight:500;line-height:18px}.history.opening-chat .unread-separator{visibility:hidden}.presence-online{color:var(--tg-blue)!important;font-weight:500!important}.chat-item.peer-online:after{content:"";z-index:4;pointer-events:none;background:#31c75a;border:2px solid #fff;border-radius:50%;width:11px;height:11px;position:absolute;top:43px;left:45px;box-shadow:0 0 0 1px #0000000a}.chat-item.active.peer-online:after{border-color:var(--tg-active)}.chat-item.peer-online.has-avatar:after{top:43px;left:45px}.chat-preview-rich{vertical-align:middle;align-items:center;gap:3px;min-width:0;max-width:100%;display:inline-flex}.chat-preview-rich .chat-preview-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.chat-preview-svg{color:#7b8794;vertical-align:-2px;justify-content:center;align-items:center;width:16px;min-width:16px;height:16px;display:inline-flex}.chat-preview-svg svg{stroke-width:2px;width:15px;height:15px;display:block}.chat-item.active .chat-preview-svg{color:#fff}.topic-main em .chat-preview-rich,.forward-list em .chat-preview-rich{display:inline-flex}.topic-row .chat-preview-svg{color:#7b8794}.chat-time{align-items:center!important;gap:4px!important;display:flex!important}.chat-list-checks{vertical-align:-1px!important;fill:none!important;stroke:#36b37e!important;stroke-width:2.15px!important;stroke-linecap:round!important;stroke-linejoin:round!important;flex:none!important;width:17px!important;height:12px!important;display:inline-block!important}.chat-list-checks-sent{width:14px!important}.chat-list-checks-read .tg-check-a,.chat-list-checks-read .tg-check-b{stroke:#36b37e!important}.chat-item.active .mention-badge{color:#3390ec!important;background:#fff!important}.mention-badge{font-weight:800!important}.tg-checks-svg{vertical-align:-1px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.05px!important;stroke-linecap:round!important;stroke-linejoin:round!important;flex:none!important;width:18px!important;height:12px!important;margin-left:3px!important;display:inline-block!important}.tg-checks-svg path{stroke:currentColor!important}.tg-checks-svg-sent{color:#8d969c!important;width:14px!important}.tg-checks-svg-read{color:#4fa7ff!important;width:18px!important}.tg-checks-svg-read .tg-check-a{transform:translate(-2px)!important}.tg-checks-svg-read .tg-check-b{transform:translate(-1px)!important}.chat-list-checks{vertical-align:-1px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.05px!important;stroke-linecap:round!important;stroke-linejoin:round!important;flex:none!important;width:18px!important;height:12px!important;margin-right:3px!important;display:inline-block!important}.chat-list-checks path{stroke:currentColor!important}.chat-list-checks-sent{color:#8d969c!important;width:14px!important}.chat-list-checks-read{color:#4fa7ff!important;width:18px!important}.chat-list-checks-read .tg-check-a{transform:translate(-2px)!important}.chat-list-checks-read .tg-check-b{transform:translate(-1px)!important}.chat-item.active .chat-list-checks,.chat-item.active .chat-list-checks path{stroke:currentColor!important}.chat-item.active .chat-list-checks-sent{color:#d9e3ea!important}.chat-item.active .chat-list-checks-read{color:#7cc7ff!important}.tg-checks-svg,.chat-list-checks{vertical-align:-1px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9px!important;stroke-linecap:round!important;stroke-linejoin:round!important;flex:0 0 18px!important;width:18px!important;min-width:18px!important;height:12px!important;display:inline-block!important;overflow:visible!important}.tg-checks-svg path,.chat-list-checks path{fill:none!important;stroke:currentColor!important;stroke-width:1.9px!important;stroke-linecap:round!important;stroke-linejoin:round!important}.tg-checks-svg-sent,.chat-list-checks-sent{color:#8d969c!important;width:18px!important;min-width:18px!important}.tg-checks-svg-read,.chat-list-checks-read{color:#4fa7ff!important;width:18px!important;min-width:18px!important}.tg-checks-svg-read .tg-check-a,.tg-checks-svg-read .tg-check-b,.chat-list-checks-read .tg-check-a,.chat-list-checks-read .tg-check-b{stroke:#4fa7ff!important}.tg-checks-svg-sent .tg-check-b,.chat-list-checks-sent .tg-check-b{stroke:#8d969c!important}.tg-checks-svg-read .tg-check-a,.chat-list-checks-read .tg-check-a{transform:translate(-2px)!important}.tg-checks-svg-read .tg-check-b,.chat-list-checks-read .tg-check-b{transform:translate(-1px)!important}.chat-item.active .chat-list-checks-read,.chat-item.active .chat-list-checks-read path{color:#4fa7ff!important;stroke:#4fa7ff!important}.chat-item.active .chat-list-checks-sent,.chat-item.active .chat-list-checks-sent path{color:#d9e3ea!important;stroke:#d9e3ea!important}.telegram-photo-bubble{background:0 0;border-radius:16px;align-self:flex-start;width:fit-content;max-width:420px;margin:4px 0;padding:0;position:relative;overflow:visible}.telegram-photo-bubble.mine{align-self:flex-end}.telegram-photo-frame{background:#dfe8ef;border-radius:16px;line-height:0;display:block;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000029}.telegram-photo-img{object-fit:cover;width:100%;height:100%;display:block}.telegram-photo-frame .message-meta{z-index:2;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000005c;border-radius:999px;margin:0;padding:2px 7px;font-size:12px;line-height:16px;position:absolute;bottom:7px;right:7px}.telegram-photo-frame .message-meta .tg-checks-svg,.telegram-photo-frame .message-meta .bubble-pin-mini{color:inherit;stroke:currentColor;fill:none}.telegram-media-forward{color:#35b34a;border-left:3px solid #35b34a;margin:0 0 4px;padding-left:8px;font-size:13px;line-height:18px}.telegram-photo-bubble .select-dot{z-index:5;position:absolute;top:-10px;left:-10px}@media (width<=700px){.telegram-photo-bubble{max-width:76vw}}.telegram-photo-frame{width:auto;max-width:380px;height:auto}.telegram-photo-img{object-fit:contain;object-position:center center;width:100%;max-width:380px;height:auto;max-height:420px;display:block}.telegram-photo-frame[style*=height] .telegram-photo-img{object-fit:contain;height:100%}@media (width<=700px){.telegram-photo-frame{max-width:76vw}.telegram-photo-img{max-width:76vw;max-height:52vh}}.telegram-photo-frame{background:#000!important;min-width:120px!important;min-height:90px!important;display:block!important;position:relative!important;overflow:hidden!important}.telegram-photo-img{object-fit:contain!important;object-position:center center!important;opacity:1!important;visibility:visible!important;background:#000!important;width:100%!important;height:100%!important;display:block!important}.telegram-photo-loader,.telegram-photo-placeholder,.telegram-photo-failed{display:none!important}.telegram-photo-frame .message-meta{z-index:3!important;position:absolute!important;bottom:7px!important;right:7px!important}.telegram-video-bubble{background:0 0;border-radius:16px;align-self:flex-start;width:fit-content;max-width:420px;margin:4px 0;padding:0;position:relative;overflow:visible}.telegram-video-bubble.mine{align-self:flex-end}.telegram-video-frame{background:#000;border-radius:16px;line-height:0;display:block;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000029}.telegram-video-el{object-fit:contain;object-position:center center;background:#000;width:100%;height:100%;display:block}.telegram-video-frame .message-meta{z-index:3;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;background:#0000005c;border-radius:999px;margin:0;padding:2px 7px;font-size:12px;line-height:16px;position:absolute;bottom:7px;right:7px}.telegram-video-frame .message-meta .tg-checks-svg,.telegram-video-frame .message-meta .bubble-pin-mini{color:inherit;stroke:currentColor;fill:none}.telegram-video-bubble .select-dot{z-index:5;position:absolute;top:-10px;left:-10px}@media (width<=700px){.telegram-video-bubble{max-width:76vw}}.telegram-video-frame{cursor:pointer!important;appearance:none!important;background:#111!important;border:0!important;border-radius:16px!important;padding:0!important;line-height:0!important;display:block!important;position:relative!important;overflow:hidden!important;box-shadow:0 1px 2px #00000029!important}.telegram-video-frame .telegram-video-el{object-fit:cover!important;object-position:center center!important;opacity:0!important;pointer-events:none!important;background:#111!important;width:100%!important;height:100%!important;transition:opacity .16s!important;position:absolute!important;inset:0!important}.telegram-video-frame.is-loaded .telegram-video-el{opacity:1!important}.telegram-video-skeleton{background:linear-gradient(135deg,#252b32,#15191f);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.telegram-video-skeleton:before{content:"";background:linear-gradient(90deg,#fff0,#ffffff1f,#fff0);animation:1.1s infinite mig-video-shimmer;position:absolute;inset:0;transform:translate(-100%)}.telegram-video-skeleton span{border:3px solid #ffffff57;border-top-color:#ffffffd9;border-radius:50%;width:38px;height:38px;animation:.9s linear infinite mig-video-spin}.telegram-video-play{z-index:2;color:#fff;pointer-events:none;background:#00000059;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000003d}.telegram-video-play svg{fill:currentColor;width:34px;height:34px;margin-left:3px}.telegram-video-failed{color:#dce7f3;text-align:center;background:#232932;justify-content:center;align-items:center;padding:16px;font-size:13px;line-height:18px;display:flex;position:absolute;inset:0}.telegram-video-frame .message-meta{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;z-index:3!important;color:#fff!important;background:#0000005c!important;border-radius:999px!important;margin:0!important;padding:2px 7px!important;font-size:12px!important;line-height:16px!important;position:absolute!important;bottom:7px!important;right:7px!important}@keyframes mig-video-shimmer{to{transform:translate(100%)}}@keyframes mig-video-spin{to{transform:rotate(360deg)}}.telegram-video-frame .telegram-video-el,.history .message-video video,.message-file .message-file-thumb:is(video),.reply-preview-thumb:is(video),.media-gallery-tile video{display:none!important}.telegram-video-poster,.message-video-poster{object-fit:cover!important;object-position:center center!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;background:#111!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.telegram-video-placeholder,.message-video-placeholder,.tg-media-preview-video-placeholder{pointer-events:none!important;background:linear-gradient(135deg,#222933,#11161d)!important;justify-content:center!important;align-items:center!important;display:flex!important;position:absolute!important;inset:0!important}.telegram-video-placeholder span,.message-video-placeholder span,.tg-media-preview-video-placeholder span{background:#ffffff1a!important;border-radius:50%!important;width:42px!important;height:42px!important;box-shadow:inset 0 0 0 1px #ffffff29!important}.message-video{aspect-ratio:16/9!important;background:#111!important;border-radius:15px!important;width:min(420px,58vw)!important;max-width:100%!important;line-height:0!important;display:block!important;position:relative!important;overflow:hidden!important}.message-video-play{z-index:2!important;color:#fff!important;pointer-events:none!important;background:#00000061!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:46px!important;height:46px!important;font-size:20px!important;line-height:1!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.reply-preview-thumb.video-thumb{background:#111!important;justify-content:center!important;align-items:center!important;display:inline-flex!important;position:relative!important;overflow:hidden!important}.reply-preview-thumb.video-thumb img{object-fit:cover!important;width:100%!important;height:100%!important}.reply-preview-thumb.video-thumb i{color:#fff!important;text-shadow:0 1px 3px #0009!important;font-size:10px!important;font-style:normal!important;position:absolute!important}.tg-media-preview-video .tg-media-preview-video-placeholder{position:absolute!important}.tg-media-preview-file-thumb.video-placeholder{color:#fff!important;background:#202832!important;justify-content:center!important;align-items:center!important;font-size:18px!important;display:flex!important}@media (width<=640px){.message-video{width:min(340px,78vw)!important}}.telegram-video-bubble{max-width:386px!important}.telegram-video-frame{max-width:min(386px,62vw)!important}.telegram-video-frame.has-poster,.telegram-video-frame.no-poster{flex:none!important}@media (width<=700px){.telegram-video-bubble,.telegram-video-frame{max-width:78vw!important}}.telegram-video-frame{contain:layout paint!important;min-width:0!important;min-height:0!important}.telegram-video-poster{backface-visibility:hidden!important;max-width:none!important;max-height:none!important;transform:translateZ(0)!important}.telegram-video-frame.has-poster,.telegram-video-frame.no-poster{background:#000!important}.telegram-video-poster,.message-video-poster{object-fit:cover!important;object-position:center center!important;background:#111!important}.telegram-video-frame.waiting-poster-size:before{content:"";background:linear-gradient(135deg,#222933,#11161d);position:absolute;inset:0}.telegram-video-frame.waiting-poster-size .telegram-video-poster,.telegram-video-frame.waiting-poster-size .telegram-video-play,.telegram-video-frame.waiting-poster-size .message-meta{visibility:visible!important}.telegram-video-frame.waiting-poster-size:before{content:none!important}.telegram-video-poster,.message-video-poster{object-fit:cover!important;object-position:center center!important}.tg-media-preview-video-player{object-fit:cover!important;background:#000!important;border-radius:0!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.tg-media-preview-video.ready .tg-media-preview-video-placeholder{display:none!important}.tg-media-preview-play{z-index:2!important;color:#fff!important;pointer-events:none!important;text-shadow:0 1px 2px #0009!important;background:#00000057!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:46px!important;height:46px!important;font-size:20px!important;line-height:1!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.tg-media-preview-video.loading .tg-media-preview-play{display:none!important}.telegram-photo-frame{cursor:pointer;text-align:inherit;font:inherit;color:inherit;background:0 0;border:0;margin:0;padding:0;display:block;position:relative;overflow:hidden}.media-viewer-nav{z-index:2002;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:0;border-radius:18px;justify-content:center;align-items:center;width:56px;height:76px;font-size:62px;line-height:70px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.media-viewer-nav:hover{background:#fff3}@media (width<=720px){.media-viewer-nav{border-radius:14px;width:44px;height:62px;font-size:46px}.media-viewer-prev{left:8px}.media-viewer-next{right:8px}}.media-viewer-close{border:0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;padding:0!important;font-size:24px!important;line-height:1!important;display:flex!important;top:18px!important;right:18px!important}.media-viewer-nav{border:0!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;width:44px!important;height:52px!important;padding:0!important;font-size:42px!important;line-height:1!important;display:flex!important}.media-viewer-prev{left:18px!important}.media-viewer-next{right:18px!important}@media (width<=720px){.media-viewer-close{width:32px!important;height:32px!important;font-size:22px!important;top:12px!important;right:12px!important}.media-viewer-nav{border-radius:12px!important;width:38px!important;height:46px!important;font-size:36px!important}.media-viewer-prev{left:8px!important}.media-viewer-next{right:8px!important}}.media-viewer-close,.media-viewer-nav{box-sizing:border-box!important;text-align:center!important;justify-content:center!important;align-items:center!important;padding:0!important;font-size:0!important;line-height:0!important;display:flex!important;position:absolute!important;overflow:hidden!important}.media-viewer-close:before,.media-viewer-close:after{content:""!important;transform-origin:50%!important;background:#fff!important;border-radius:3px!important;width:16px!important;height:2.4px!important;position:absolute!important;top:50%!important;left:50%!important}.media-viewer-close:before{transform:translate(-50%,-50%)rotate(45deg)!important}.media-viewer-close:after{transform:translate(-50%,-50%)rotate(-45deg)!important}.media-viewer-nav:before{content:""!important;box-sizing:border-box!important;transform-origin:50%!important;border-bottom:4px solid #fff!important;border-left:4px solid #fff!important;border-radius:2px!important;width:12px!important;height:12px!important;position:absolute!important;top:50%!important;left:50%!important}.media-viewer-prev:before{transform:translate(-38%,-50%)rotate(45deg)!important}.media-viewer-next:before{transform:translate(-62%,-50%)rotate(-135deg)!important}@media (width<=720px){.media-viewer-close:before,.media-viewer-close:after{width:14px!important;height:2.2px!important}.media-viewer-nav:before{border-bottom-width:3.5px!important;border-left-width:3.5px!important;width:10px!important;height:10px!important}}.telegram-photo-bubble.forwarded-media,.telegram-video-bubble.forwarded-media{background:#fff;border-radius:16px;padding:6px;overflow:hidden;box-shadow:0 1px 2px #00000024}.telegram-photo-bubble.mine.forwarded-media,.telegram-video-bubble.mine.forwarded-media{background:#eaffdc}.telegram-photo-bubble.forwarded-media .telegram-media-forward,.telegram-video-bubble.forwarded-media .telegram-media-forward{color:#28a745;white-space:nowrap;text-overflow:ellipsis;border-left:3px solid #35b34a;align-items:center;min-height:22px;margin:0 0 5px;padding:0 0 0 8px;font-size:13px;font-weight:700;line-height:16px;display:flex;overflow:hidden}.telegram-photo-bubble.forwarded-media,.telegram-video-bubble.forwarded-media{box-shadow:none!important;background:0 0!important;border-radius:0!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;padding:0!important;display:flex!important;overflow:visible!important}.telegram-photo-bubble.forwarded-media .telegram-media-forward,.telegram-video-bubble.forwarded-media .telegram-media-forward{color:#20a83a!important;box-shadow:none!important;white-space:nowrap!important;text-overflow:ellipsis!important;background:0 0!important;border-left:3px solid #35b34a!important;border-radius:0!important;align-items:center!important;width:auto!important;max-width:min(386px,62vw)!important;min-height:18px!important;margin:0 0 2px!important;padding:0 0 0 8px!important;font-size:13px!important;font-weight:700!important;line-height:18px!important;display:flex!important;overflow:hidden!important}.telegram-photo-bubble.forwarded-media .telegram-media-forward b,.telegram-video-bubble.forwarded-media .telegram-media-forward b{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}@media (width<=700px){.telegram-photo-bubble.forwarded-media .telegram-media-forward,.telegram-video-bubble.forwarded-media .telegram-media-forward{max-width:78vw!important}}.telegram-photo-bubble.forwarded-media,.telegram-video-bubble.forwarded-media{background:#fff!important;border-radius:16px!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;width:fit-content!important;max-width:min(420px,78vw)!important;padding:0!important;display:inline-flex!important;overflow:hidden!important;box-shadow:0 1px 2px #00000024!important}.telegram-photo-bubble.mine.forwarded-media,.telegram-video-bubble.mine.forwarded-media{background:#eaffdc!important;align-self:flex-end!important;align-items:stretch!important}.telegram-photo-bubble.forwarded-media .telegram-media-forward,.telegram-video-bubble.forwarded-media .telegram-media-forward{box-sizing:border-box!important;color:#20a83a!important;white-space:nowrap!important;text-overflow:ellipsis!important;background:0 0!important;border-left:4px solid #35b34a!important;border-radius:0!important;align-items:center!important;width:100%!important;max-width:none!important;min-height:25px!important;margin:0!important;padding:4px 10px 3px 9px!important;font-size:13px!important;font-weight:700!important;line-height:18px!important;display:flex!important;overflow:hidden!important}.telegram-photo-bubble.forwarded-media .telegram-photo-frame,.telegram-video-bubble.forwarded-media .telegram-video-frame{box-shadow:none!important;border-radius:0 0 16px 16px!important}.telegram-photo-bubble.forwarded-media .telegram-photo-frame img,.telegram-video-bubble.forwarded-media .telegram-video-poster{border-radius:0!important}@media (width<=700px){.telegram-photo-bubble.forwarded-media,.telegram-video-bubble.forwarded-media{max-width:78vw!important}}.telegram-photo-bubble.forwarded-media,.telegram-video-bubble.forwarded-media{box-shadow:none!important;background:0 0!important;border-radius:0!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;width:fit-content!important;max-width:min(386px,78vw)!important;padding:0!important;display:inline-flex!important;overflow:visible!important}.telegram-photo-bubble.mine.forwarded-media,.telegram-video-bubble.mine.forwarded-media{background:0 0!important;align-self:flex-end!important}.telegram-photo-bubble.forwarded-media .telegram-media-forward,.telegram-video-bubble.forwarded-media .telegram-media-forward{box-sizing:border-box!important;color:#20a83a!important;white-space:nowrap!important;text-overflow:ellipsis!important;background:#eaffdc!important;border:0!important;border-radius:16px 16px 0 0!important;align-items:center!important;gap:6px!important;width:100%!important;min-height:28px!important;margin:0!important;padding:4px 10px 3px!important;font-size:14px!important;font-weight:700!important;line-height:18px!important;display:flex!important;overflow:hidden!important}.telegram-photo-bubble.forwarded-media .telegram-media-forward:before,.telegram-video-bubble.forwarded-media .telegram-media-forward:before{content:"";width:14px;height:14px;clip-path:path("M12.8 2.2c.4-.3 1 .1.8.6l-1.9 8.9c-.1.6-.8.8-1.2.4L7.4 9.8 5.9 11c-.5.4-1.2 0-1.1-.6l.3-2.3 5.8-5.2-7.1 4.4-2.4-.8c-.6-.2-.6-1 0-1.2L12.8 2.2Z");opacity:.95;background:currentColor;flex:none}.telegram-photo-bubble.forwarded-media .telegram-media-forward b,.telegram-video-bubble.forwarded-media .telegram-media-forward b{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.telegram-photo-bubble.forwarded-media .telegram-photo-frame,.telegram-video-bubble.forwarded-media .telegram-video-frame{border-radius:0 0 16px 16px!important;margin:0!important;overflow:hidden!important;box-shadow:0 1px 2px #00000029!important}.telegram-photo-bubble.forwarded-media .telegram-photo-img,.telegram-video-bubble.forwarded-media .telegram-video-poster{border-radius:0!important}.telegram-video-bubble.forwarded-media .telegram-video-poster{object-fit:cover!important;object-position:center center!important}.telegram-photo-bubble.forwarded-media .select-dot,.telegram-video-bubble.forwarded-media .select-dot{top:-8px!important;left:-8px!important}@media (width<=700px){.telegram-photo-bubble.forwarded-media,.telegram-video-bubble.forwarded-media{max-width:78vw!important}}.telegram-photo-bubble.forwarded-media .telegram-media-forward,.telegram-video-bubble.forwarded-media .telegram-media-forward{justify-content:flex-start!important;align-items:center!important;gap:6px!important;display:flex!important}.telegram-photo-bubble.forwarded-media .telegram-media-forward:before,.telegram-video-bubble.forwarded-media .telegram-media-forward:before{content:none!important;display:none!important}.telegram-forward-icon{fill:currentColor!important;flex:0 0 18px!important;width:18px!important;height:18px!important;margin:0!important;display:block!important;transform:none!important}.telegram-video-bubble.forwarded-media .telegram-video-frame{contain:layout paint!important;flex:none!important}.telegram-video-bubble.forwarded-media .telegram-video-poster{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;transition:none!important;animation:none!important}.tg-forward-header{color:#20a935!important;white-space:nowrap!important;text-overflow:ellipsis!important;align-items:center!important;gap:4px!important;min-width:0!important;max-width:100%!important;font-size:13px!important;font-weight:400!important;line-height:18px!important;display:flex!important;overflow:hidden!important}.tg-forward-header .telegram-forward-icon{fill:currentColor!important;flex:0 0 16px!important;width:16px!important;height:16px!important;margin:0!important;display:block!important;transform:none!important}.tg-forward-header .forward-prefix{color:inherit!important;flex:none!important;font-weight:400!important}.tg-forward-header .forward-author{text-overflow:ellipsis!important;min-width:0!important;color:inherit!important;font-weight:600!important;overflow:hidden!important}.bubble-forward.tg-forward-header{color:#20a935!important;border-left:3px solid #35b34a!important;margin:0 0 6px!important;padding:2px 0 2px 8px!important}.bubble-forward.tg-forward-header b{font-weight:inherit!important;display:inline!important}.telegram-media-forward.tg-forward-header{color:#20a935!important;background:#e7ffd8!important;border-left:0!important;border-radius:18px 18px 0 0!important;margin:0!important;padding:6px 10px!important}.telegram-photo-bubble.forwarded-media .telegram-media-forward.tg-forward-header,.telegram-video-bubble.forwarded-media .telegram-media-forward.tg-forward-header{justify-content:flex-start!important;align-items:center!important;gap:4px!important}.telegram-photo-bubble.forwarded-media .telegram-media-forward.tg-forward-header .forward-prefix,.telegram-video-bubble.forwarded-media .telegram-media-forward.tg-forward-header .forward-prefix{font-weight:400!important}.telegram-photo-bubble.forwarded-media .telegram-media-forward.tg-forward-header .forward-author,.telegram-video-bubble.forwarded-media .telegram-media-forward.tg-forward-header .forward-author{font-weight:600!important}.bubble.mine .bubble-forward.tg-forward-header,.bubble .bubble-forward.tg-forward-header{color:#20a935!important;border-left-color:#35b34a!important}.history .bubble:has(>.bubble-forward.tg-forward-header){padding-top:0!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header)>.bubble-forward.tg-forward-header{box-sizing:border-box!important;color:#20a935!important;white-space:nowrap!important;text-overflow:ellipsis!important;background:#eaffdc!important;border:0!important;border-radius:12px 12px 0 0!important;justify-content:flex-start!important;align-items:center!important;gap:5px!important;width:auto!important;max-width:none!important;min-height:28px!important;margin:-7px -10px 7px!important;padding:6px 12px 5px!important;font-size:14px!important;font-weight:400!important;line-height:18px!important;display:flex!important;overflow:hidden!important}.history .bubble.mine:has(>.bubble-forward.tg-forward-header)>.bubble-forward.tg-forward-header{color:#20a935!important;background:#eaffdc!important}.history .bubble:has(>.bubble-forward.tg-forward-header)>.bubble-forward.tg-forward-header .telegram-forward-icon{fill:currentColor!important;flex:0 0 17px!important;width:17px!important;height:17px!important;margin:0!important;display:block!important;transform:none!important}.history .bubble:has(>.bubble-forward.tg-forward-header)>.bubble-forward.tg-forward-header .forward-prefix{color:inherit!important;flex:none!important;font-weight:400!important}.history .bubble:has(>.bubble-forward.tg-forward-header)>.bubble-forward.tg-forward-header .forward-author{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;color:inherit!important;font-weight:600!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header)>.message-text{margin-top:0!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file){padding-top:0!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file)>.bubble-forward.tg-forward-header{border-radius:12px 12px 0 0!important;margin:-6px -46px 7px -8px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file) .message-media-list{margin-top:0!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble){background:#eaffdc!important;border-radius:16px!important;flex-direction:column!important;align-items:stretch!important;padding:0 10px 20px!important;display:inline-flex!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header{box-sizing:border-box!important;color:#20a935!important;white-space:nowrap!important;text-overflow:ellipsis!important;background:#eaffdc!important;border:0!important;border-radius:16px 16px 0 0!important;justify-content:flex-start!important;align-items:center!important;gap:5px!important;width:auto!important;min-width:0!important;max-width:none!important;min-height:30px!important;margin:0 -10px 7px!important;padding:6px 12px 5px!important;font-size:15px!important;font-weight:400!important;line-height:19px!important;display:flex!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header .telegram-forward-icon{fill:currentColor!important;flex:0 0 17px!important;width:17px!important;height:17px!important;margin:0!important;display:block!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.message-text{margin:0!important;padding:0!important;font-size:15px!important;line-height:20px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>small{bottom:4px!important;right:8px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header{border-radius:16px 16px 0 0!important;margin:0 -10px 7px!important;padding:6px 12px 5px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-media-list{max-width:330px!important;margin:0!important;padding:0!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file{width:330px!important;max-width:330px!important;box-shadow:none!important;background:0 0!important;border:0!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble)>small{align-self:auto!important;margin:0!important;position:absolute!important;bottom:4px!important;right:8px!important}@media (width<=640px){.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble){max-width:92%!important}:is(.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file,.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-media-list){width:300px!important;max-width:300px!important}}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble){background:#eaffdc!important;border-radius:16px!important;min-width:0!important;max-width:min(470px,72%)!important;padding:7px 12px 20px!important;display:inline-block!important;position:relative!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header{color:#2fae42!important;white-space:nowrap!important;text-overflow:ellipsis!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;gap:5px!important;height:22px!important;min-height:22px!important;margin:0 0 5px!important;padding:0!important;font-size:16px!important;line-height:22px!important;display:flex!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header .telegram-forward-icon{fill:currentColor!important;flex:0 0 18px!important;width:18px!important;height:18px!important;margin:0!important;transform:none!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header .forward-prefix{color:inherit!important;flex:none!important;font-weight:400!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header .forward-author{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;color:inherit!important;font-weight:600!important;overflow:hidden!important}.forward-avatar-mini{object-fit:cover!important;color:#fff!important;background:#8bc38f!important;border-radius:50%!important;flex:0 0 20px!important;justify-content:center!important;align-items:center!important;width:20px!important;height:20px!important;margin:0!important;font-size:10px!important;font-weight:700!important;line-height:20px!important;display:inline-flex!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.message-text{color:#111!important;margin:0!important;padding:0!important;font-size:17px!important;line-height:22px!important;display:block!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.message-text:after{content:""!important;width:72px!important;height:1px!important;display:inline-block!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.message-media-list{margin:0!important;padding:0!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>small{margin:0!important;padding:0!important;position:absolute!important;bottom:5px!important;right:9px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.message-meta{margin:0!important;padding:0!important;position:absolute!important;bottom:5px!important;right:9px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble){max-width:min(470px,76%)!important;padding:7px 12px 20px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file{width:360px!important;max-width:360px!important;min-height:62px!important;box-shadow:none!important;background:0 0!important;border:0!important;grid-template-rows:auto auto!important;grid-template-columns:62px minmax(0,1fr)!important;align-items:center!important;column-gap:12px!important;padding:2px 90px 0 0!important;text-decoration:none!important;display:grid!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file img.message-file-thumb{border-radius:11px!important;grid-area:1/1/span 2!important;width:62px!important;height:62px!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file>span{border-radius:11px!important;grid-area:1/1/span 2!important;width:62px!important;height:62px!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file b{text-overflow:ellipsis!important;white-space:nowrap!important;color:#111!important;grid-column:2!important;min-width:0!important;max-width:100%!important;font-size:17px!important;font-weight:500!important;line-height:22px!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file em{color:#2fb346!important;opacity:1!important;grid-column:2!important;font-size:16px!important;line-height:20px!important}@media (width<=640px){.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble){max-width:92%!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file{width:310px!important;max-width:310px!important}}.forward-avatar-mini{visibility:hidden!important;width:0!important;min-width:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important}.tg-forward-header,.bubble-forward.tg-forward-header,.telegram-media-forward.tg-forward-header,.telegram-photo-bubble.forwarded-media .telegram-media-forward.tg-forward-header,.telegram-video-bubble.forwarded-media .telegram-media-forward.tg-forward-header{color:#2aa83b!important;letter-spacing:0!important;white-space:nowrap!important;text-overflow:ellipsis!important;justify-content:flex-start!important;align-items:center!important;gap:4px!important;font-size:13px!important;font-weight:400!important;line-height:18px!important;display:flex!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header{color:#2aa83b!important;letter-spacing:0!important;white-space:nowrap!important;text-overflow:ellipsis!important;justify-content:flex-start!important;align-items:center!important;gap:4px!important;font-size:13px!important;font-weight:400!important;line-height:18px!important;display:flex!important;overflow:hidden!important}.tg-forward-header .telegram-forward-icon,.bubble-forward.tg-forward-header .telegram-forward-icon,.telegram-media-forward.tg-forward-header .telegram-forward-icon{fill:currentColor!important;flex:0 0 15px!important;width:15px!important;height:15px!important;margin:0!important;display:block!important;transform:none!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header .telegram-forward-icon{fill:currentColor!important;flex:0 0 15px!important;width:15px!important;height:15px!important;margin:0!important;display:block!important;transform:none!important}.tg-forward-header .forward-prefix,.bubble-forward.tg-forward-header .forward-prefix,.telegram-media-forward.tg-forward-header .forward-prefix{color:inherit!important;flex:none!important;font-size:13px!important;font-weight:400!important;line-height:18px!important}.tg-forward-header .forward-author,.bubble-forward.tg-forward-header .forward-author,.telegram-media-forward.tg-forward-header .forward-author{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;color:inherit!important;font-size:13px!important;font-weight:600!important;line-height:18px!important;overflow:hidden!important}.telegram-photo-bubble.forwarded-media .telegram-media-forward.tg-forward-header,.telegram-video-bubble.forwarded-media .telegram-media-forward.tg-forward-header{background:#eaffdc!important;border-radius:14px 14px 0 0!important;height:24px!important;min-height:24px!important;padding:3px 9px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header{background:0 0!important;border:0!important;height:20px!important;min-height:20px!important;margin:0 0 4px!important;padding:0!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble){padding-top:7px!important}.forward-avatar-mini{display:none!important}.tg-forward-header,.bubble-forward.tg-forward-header,.telegram-media-forward.tg-forward-header,.telegram-photo-bubble.forwarded-media .telegram-media-forward.tg-forward-header,.telegram-video-bubble.forwarded-media .telegram-media-forward.tg-forward-header{color:#2aa83b!important;gap:4px!important;font-size:13px!important;font-weight:400!important;line-height:18px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header{color:#2aa83b!important;gap:4px!important;font-size:13px!important;font-weight:400!important;line-height:18px!important}.tg-forward-header .telegram-forward-icon,.bubble-forward.tg-forward-header .telegram-forward-icon,.telegram-media-forward.tg-forward-header .telegram-forward-icon{flex:0 0 14px!important;width:14px!important;height:14px!important}.tg-forward-header .forward-prefix,.bubble-forward.tg-forward-header .forward-prefix,.telegram-media-forward.tg-forward-header .forward-prefix{font-size:13px!important;font-weight:400!important;line-height:18px!important}.tg-forward-header .forward-author,.bubble-forward.tg-forward-header .forward-author,.telegram-media-forward.tg-forward-header .forward-author{font-size:13px!important;font-weight:600!important;line-height:18px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.message-text{color:#111!important;font-size:14px!important;font-weight:400!important;line-height:19px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.message-text:after{width:64px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file b{color:#111!important;font-size:14px!important;font-weight:500!important;line-height:19px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file em{color:#2fb346!important;font-size:13px!important;font-weight:500!important;line-height:18px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file{grid-template-columns:56px minmax(0,1fr)!important;column-gap:10px!important;min-height:56px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file img.message-file-thumb{border-radius:10px!important;width:56px!important;height:56px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file>span{border-radius:10px!important;width:56px!important;height:56px!important}:is(.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-media-list)>.message-text,.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-image)>.message-text,.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-video)>.message-text){font-size:14px!important;font-weight:400!important;line-height:19px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>small{font-size:12px!important;line-height:16px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.message-meta{font-size:12px!important;line-height:16px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble){flex-direction:column!important;align-items:stretch!important;gap:4px!important;width:fit-content!important;min-width:0!important;max-width:min(340px,64%)!important;padding:7px 8px 5px!important;display:inline-flex!important}.history .bubble.mine:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble){max-width:min(340px,64%)!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header{background:0 0!important;border:0!important;height:18px!important;min-height:18px!important;margin:0!important;padding:0!important}:is(.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-media-list,.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .media-upload-item){flex-direction:column!important;gap:0!important;width:fit-content!important;max-width:318px!important;margin:0!important;padding:0!important;display:flex!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file{width:318px!important;min-width:0!important;max-width:318px!important;height:64px!important;min-height:64px!important;max-height:64px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-rows:1fr 1fr!important;grid-template-columns:64px minmax(0,1fr)!important;align-items:center!important;column-gap:11px!important;margin:0!important;padding:0!important;display:grid!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file img.message-file-thumb{object-fit:cover!important;background:#dde6ee!important;border-radius:10px!important;grid-area:1/1/3!important;width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file>span{object-fit:cover!important;background:#dde6ee!important;border-radius:10px!important;grid-area:1/1/3!important;width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file b{text-overflow:ellipsis!important;white-space:nowrap!important;color:#0f172a!important;grid-area:1/2!important;align-self:end!important;max-width:238px!important;margin:0!important;padding:0!important;font-size:15px!important;font-weight:500!important;line-height:19px!important;display:block!important;overflow:hidden!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file em{color:#31b545!important;opacity:1!important;grid-area:2/2!important;align-self:start!important;margin:1px 0 0!important;padding:0!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;display:block!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble)>small{color:#5f9f54!important;z-index:2!important;background:0 0!important;align-self:flex-end!important;margin:-15px 3px 0 96px!important;padding:0!important;font-size:10.5px!important;line-height:13px!important;position:static!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.message-meta{color:#5f9f54!important;z-index:2!important;background:0 0!important;align-self:flex-end!important;margin:-15px 3px 0 96px!important;padding:0!important;font-size:10.5px!important;line-height:13px!important;position:static!important}@media (width<=900px){.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble){max-width:min(340px,86%)!important}.history .bubble.mine:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble){max-width:min(340px,86%)!important}}@media (width<=640px){.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble){max-width:92%!important}.history .bubble.mine:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble){max-width:92%!important}:is(.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-media-list,.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .media-upload-item,.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file){width:300px!important;max-width:300px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file b{max-width:220px!important}}.message-file.viewable-file{cursor:pointer}.peer-file-row-button{appearance:none;text-align:left;width:100%;font:inherit;cursor:pointer;border:0}.peer-file-row-button:hover{background:#eef5fb}.history.selecting [data-message-id]>.select-dot,.history.selecting .bubble>.select-dot,.history.selecting .telegram-photo-bubble>.select-dot,.history.selecting .telegram-video-bubble>.select-dot,.history.selecting .telegram-photo-bubble.forwarded-media>.select-dot,.history.selecting .telegram-video-bubble.forwarded-media>.select-dot{z-index:50!important;box-sizing:border-box!important;border:2px solid var(--tg-blue,#3390ec)!important;color:#fff!important;pointer-events:none!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;margin:0!important;padding:0!important;font-size:14px!important;font-weight:700!important;line-height:20px!important;display:flex!important;position:absolute!important;top:50%!important;left:auto!important;right:-32px!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a29!important}.history.selecting [data-message-id].selected>.select-dot,.history.selecting .bubble.selected>.select-dot,.history.selecting .telegram-photo-bubble.selected>.select-dot,.history.selecting .telegram-video-bubble.selected>.select-dot{background:var(--tg-blue,#3390ec)!important;color:#fff!important}.history.selecting [data-message-id]:not(.mine)>.select-dot,.history.selecting .bubble:not(.mine)>.select-dot,.history.selecting .telegram-photo-bubble:not(.mine)>.select-dot,.history.selecting .telegram-video-bubble:not(.mine)>.select-dot{left:-32px!important;right:auto!important}.history.selecting .telegram-photo-bubble.selected,.history.selecting .telegram-video-bubble.selected,.history.selecting .bubble.selected{box-shadow:0 0 0 2px #3390ec52,var(--shadow,0 1px 2px #0f172a1f)!important}@media (width<=700px){.history.selecting [data-message-id]>.select-dot,.history.selecting .bubble>.select-dot,.history.selecting .telegram-photo-bubble>.select-dot,.history.selecting .telegram-video-bubble>.select-dot{right:-28px!important}.history.selecting [data-message-id]:not(.mine)>.select-dot,.history.selecting .bubble:not(.mine)>.select-dot,.history.selecting .telegram-photo-bubble:not(.mine)>.select-dot,.history.selecting .telegram-video-bubble:not(.mine)>.select-dot{left:-28px!important}}.history.selecting{padding-left:74px!important;padding-right:74px!important}.history.selecting [data-message-id]>.select-dot{display:none!important}.history.selecting [data-message-id]:after{content:""!important;z-index:200!important;box-sizing:border-box!important;border:3px solid var(--tg-blue,#3390ec)!important;color:#fff!important;pointer-events:none!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;height:26px!important;font-size:16px!important;font-weight:800!important;line-height:1!important;display:flex!important;position:absolute!important;top:50%!important;right:-42px!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a29!important}.history.selecting [data-message-id]:not(.mine):after{left:-42px!important;right:auto!important}.history.selecting [data-message-id].selected:after{content:"✓"!important;background:var(--tg-blue,#3390ec)!important;color:#fff!important}@media (width<=700px){.history.selecting{padding-left:48px!important;padding-right:48px!important}.history.selecting [data-message-id]:after{border-width:2px!important;width:24px!important;height:24px!important;font-size:14px!important;right:-34px!important}.history.selecting [data-message-id]:not(.mine):after{left:-34px!important;right:auto!important}}.history.selecting .bubble[data-message-id]:after,.history.selecting .telegram-photo-bubble[data-message-id]:after,.history.selecting .telegram-video-bubble[data-message-id]:after,.history.selecting .bubble.mine[data-message-id]:after,.history.selecting .telegram-photo-bubble.mine[data-message-id]:after,.history.selecting .telegram-video-bubble.mine[data-message-id]:after,.history.selecting .bubble.forwarded-media[data-message-id]:after,.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id]:after,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id]:after{content:""!important;z-index:500!important;box-sizing:border-box!important;border:3px solid var(--tg-blue,#3390ec)!important;color:#fff!important;pointer-events:none!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:800!important;line-height:1!important;display:flex!important;position:absolute!important;top:50%!important;left:auto!important;right:-42px!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a2e!important}.history.selecting .bubble[data-message-id]:has(.tg-forward-header):after{content:""!important;z-index:500!important;box-sizing:border-box!important;border:3px solid var(--tg-blue,#3390ec)!important;color:#fff!important;pointer-events:none!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:800!important;line-height:1!important;display:flex!important;position:absolute!important;top:50%!important;left:auto!important;right:-42px!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a2e!important}.history.selecting .bubble[data-message-id]:has(.message-file):after{content:""!important;z-index:500!important;box-sizing:border-box!important;border:3px solid var(--tg-blue,#3390ec)!important;color:#fff!important;pointer-events:none!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:800!important;line-height:1!important;display:flex!important;position:absolute!important;top:50%!important;left:auto!important;right:-42px!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a2e!important}.history.selecting .bubble[data-message-id]:has(.message-media-list):after{content:""!important;z-index:500!important;box-sizing:border-box!important;border:3px solid var(--tg-blue,#3390ec)!important;color:#fff!important;pointer-events:none!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:800!important;line-height:1!important;display:flex!important;position:absolute!important;top:50%!important;left:auto!important;right:-42px!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a2e!important}.history.selecting .bubble[data-message-id]:not(.mine):after,.history.selecting .telegram-photo-bubble[data-message-id]:not(.mine):after,.history.selecting .telegram-video-bubble[data-message-id]:not(.mine):after,.history.selecting .bubble.forwarded-media[data-message-id]:not(.mine):after,.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id]:not(.mine):after,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id]:not(.mine):after{left:-42px!important;right:auto!important}.history.selecting .bubble[data-message-id]:has(.tg-forward-header):not(.mine):after{left:-42px!important;right:auto!important}.history.selecting .bubble[data-message-id]:has(.message-file):not(.mine):after{left:-42px!important;right:auto!important}.history.selecting .bubble[data-message-id]:has(.message-media-list):not(.mine):after{left:-42px!important;right:auto!important}.history.selecting .bubble[data-message-id].selected:after,.history.selecting .telegram-photo-bubble[data-message-id].selected:after,.history.selecting .telegram-video-bubble[data-message-id].selected:after,.history.selecting .bubble.forwarded-media[data-message-id].selected:after,.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id].selected:after,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id].selected:after{content:"✓"!important;background:var(--tg-blue,#3390ec)!important;color:#fff!important}.history.selecting .bubble[data-message-id].selected:has(.tg-forward-header):after{content:"✓"!important;background:var(--tg-blue,#3390ec)!important;color:#fff!important}.history.selecting .bubble[data-message-id].selected:has(.message-file):after{content:"✓"!important;background:var(--tg-blue,#3390ec)!important;color:#fff!important}.history.selecting .bubble[data-message-id].selected:has(.message-media-list):after{content:"✓"!important;background:var(--tg-blue,#3390ec)!important;color:#fff!important}@media (width<=700px){.history.selecting .bubble[data-message-id]:after,.history.selecting .telegram-photo-bubble[data-message-id]:after,.history.selecting .telegram-video-bubble[data-message-id]:after,.history.selecting .bubble.forwarded-media[data-message-id]:after,.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id]:after,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id]:after{border-width:2px!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;font-size:14px!important;right:-34px!important}.history.selecting .bubble[data-message-id]:not(.mine):after,.history.selecting .telegram-photo-bubble[data-message-id]:not(.mine):after,.history.selecting .telegram-video-bubble[data-message-id]:not(.mine):after,.history.selecting .bubble.forwarded-media[data-message-id]:not(.mine):after,.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id]:not(.mine):after,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id]:not(.mine):after{left:-34px!important;right:auto!important}}.history.selecting [data-message-id]>.select-dot{z-index:900!important;box-sizing:border-box!important;border:3px solid var(--tg-blue,#3390ec)!important;color:#fff!important;pointer-events:none!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:800!important;line-height:1!important;display:flex!important;position:absolute!important;top:50%!important;left:auto!important;right:-42px!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a2e!important}.history.selecting [data-message-id]:not(.mine)>.select-dot{left:-42px!important;right:auto!important}.history.selecting [data-message-id].selected>.select-dot{background:var(--tg-blue,#3390ec)!important;color:#fff!important}@media (width<=700px){.history.selecting [data-message-id]>.select-dot{border-width:2px!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;font-size:14px!important;right:-34px!important}.history.selecting [data-message-id]:not(.mine)>.select-dot{left:-34px!important;right:auto!important}}.history.selecting [data-message-id]>.select-dot{visibility:hidden!important;display:none!important}.history.selecting [data-message-id]:after{content:none!important;display:none!important}.history.selecting [data-message-id]{position:relative!important;overflow:visible!important}.history.selecting [data-message-id]:before{content:""!important;z-index:1200!important;box-sizing:border-box!important;border:3px solid var(--tg-blue,#3390ec)!important;color:#fff!important;text-align:center!important;pointer-events:none!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:24px!important;display:flex!important;position:absolute!important;top:50%!important;left:auto!important;right:-42px!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a2e!important}.history.selecting [data-message-id]:not(.mine):before{left:-42px!important;right:auto!important}.history.selecting [data-message-id].selected:before{content:"✓"!important;background:var(--tg-blue,#3390ec)!important;color:#fff!important}.history.selecting [data-message-id].selected{box-shadow:0 0 0 2px #3390ec52,var(--shadow,0 1px 2px #0f172a1f)!important}@media (width<=700px){.history.selecting{padding-left:48px!important;padding-right:48px!important}.history.selecting [data-message-id]:before{border-width:2px!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;font-size:14px!important;line-height:22px!important;right:-34px!important}.history.selecting [data-message-id]:not(.mine):before{left:-34px!important;right:auto!important}}.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id],.history.selecting .telegram-photo-bubble.mine.forwarded-media[data-message-id],.history.selecting .telegram-video-bubble.forwarded-media[data-message-id],.history.selecting .telegram-video-bubble.mine.forwarded-media[data-message-id]{position:relative!important;overflow:visible!important}.history.selecting .bubble[data-message-id]:has(>.bubble-forward.tg-forward-header){position:relative!important;overflow:visible!important}.history.selecting .bubble.mine[data-message-id]:has(>.bubble-forward.tg-forward-header){position:relative!important;overflow:visible!important}.history.selecting .bubble[data-message-id]:has(>.bubble-forward.tg-forward-header):has(.message-file){position:relative!important;overflow:visible!important}.history.selecting .bubble.mine[data-message-id]:has(>.bubble-forward.tg-forward-header):has(.message-file){position:relative!important;overflow:visible!important}.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id]>.select-dot,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id]>.select-dot{visibility:hidden!important;display:none!important}.history.selecting .bubble[data-message-id]:has(>.bubble-forward.tg-forward-header)>.select-dot{visibility:hidden!important;display:none!important}.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id]:after,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id]:after{content:none!important;display:none!important}.history.selecting .bubble[data-message-id]:has(>.bubble-forward.tg-forward-header):after{content:none!important;display:none!important}.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id]:before,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id]:before{content:""!important;z-index:3000!important;box-sizing:border-box!important;border:3px solid var(--tg-blue,#3390ec)!important;color:#fff!important;text-align:center!important;pointer-events:none!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:24px!important;display:flex!important;position:absolute!important;top:50%!important;left:auto!important;right:-42px!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a2e!important}.history.selecting .bubble[data-message-id]:has(>.bubble-forward.tg-forward-header):before{content:""!important;z-index:3000!important;box-sizing:border-box!important;border:3px solid var(--tg-blue,#3390ec)!important;color:#fff!important;text-align:center!important;pointer-events:none!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:16px!important;font-weight:800!important;line-height:24px!important;display:flex!important;position:absolute!important;top:50%!important;left:auto!important;right:-42px!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a2e!important}.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id]:not(.mine):before,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id]:not(.mine):before{left:-42px!important;right:auto!important}.history.selecting .bubble[data-message-id]:has(>.bubble-forward.tg-forward-header):not(.mine):before{left:-42px!important;right:auto!important}.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id].selected:before,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id].selected:before{content:"✓"!important;background:var(--tg-blue,#3390ec)!important;color:#fff!important}.history.selecting .bubble[data-message-id].selected:has(>.bubble-forward.tg-forward-header):before{content:"✓"!important;background:var(--tg-blue,#3390ec)!important;color:#fff!important}@media (width<=700px){.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id]:before,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id]:before{border-width:2px!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;font-size:14px!important;line-height:22px!important;right:-34px!important}.history.selecting .bubble[data-message-id]:has(>.bubble-forward.tg-forward-header):before{border-width:2px!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;font-size:14px!important;line-height:22px!important;right:-34px!important}.history.selecting .telegram-photo-bubble.forwarded-media[data-message-id]:not(.mine):before,.history.selecting .telegram-video-bubble.forwarded-media[data-message-id]:not(.mine):before{left:-34px!important;right:auto!important}.history.selecting .bubble[data-message-id]:has(>.bubble-forward.tg-forward-header):not(.mine):before{left:-34px!important;right:auto!important}}.select-toolbar{position:static!important;top:auto!important;left:auto!important;transform:none!important}.select-composer-bar{box-sizing:border-box!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;z-index:8!important;background:0 0!important;border-top:0!important;flex:none!important;justify-content:center!important;align-items:center!important;gap:0!important;height:48px!important;min-height:48px!important;padding:5px 12px!important;display:flex!important}.select-toolbar-bottom{max-width:min(620px,100vw - 32px)!important;min-height:38px!important;color:var(--tg-text)!important;background:#fff!important;border:1px solid #d8e1ebf2!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:5px 8px!important;display:inline-flex!important;box-shadow:0 8px 24px #0f172a29!important}.select-toolbar-bottom b{white-space:nowrap!important;margin:0!important;padding:0 8px!important;font-size:14px!important;font-weight:700!important;line-height:1!important}.select-toolbar-bottom button{background:var(--tg-hover)!important;color:var(--tg-text)!important;cursor:pointer!important;border:0!important;border-radius:10px!important;height:30px!important;padding:0 12px!important;font-size:14px!important;font-weight:600!important;line-height:30px!important}.select-toolbar-bottom button.danger{color:#d93025!important;background:#d9302514!important}@media (width<=640px){.select-composer-bar{height:46px!important;min-height:46px!important;padding:4px 6px!important}.select-toolbar-bottom{border-radius:13px!important;gap:5px!important;max-width:calc(100vw - 12px)!important;padding:4px!important}.select-toolbar-bottom b{padding:0 6px!important;font-size:13px!important}.select-toolbar-bottom button{height:29px!important;padding:0 8px!important;font-size:13px!important;line-height:29px!important}}.select-composer-bar{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border-top:0!important}:root{--mig-bottom-lift-3mm:0px}.composer.compact-composer,.select-composer-bar{margin-bottom:calc(var(--mig-bottom-lift-3mm) + env(safe-area-inset-bottom,0px))!important}@media (width<=640px){.composer.compact-composer,.select-composer-bar{margin-bottom:calc(var(--mig-bottom-lift-3mm) + env(safe-area-inset-bottom,0px))!important}}.pinned-bar.pinned-bar-v083,.chat-pane .pinned-bar-v083{height:48px!important;min-height:48px!important;max-height:48px!important;padding:5px 14px 5px 22px!important;overflow:hidden!important}.pinned-bar-v083:before,.chat-pane .pinned-bar-v083:before{top:7px!important;bottom:7px!important}.pinned-bar-v083 .pinned-main{justify-content:center!important;gap:0!important;height:38px!important;max-height:38px!important;overflow:hidden!important}.pinned-bar-v083 .pinned-main b{height:16px!important;max-height:16px!important;font-size:12.5px!important;line-height:16px!important;overflow:hidden!important}.pinned-bar-v083 .pinned-main span{align-items:center!important;height:18px!important;max-height:18px!important;font-size:12.5px!important;line-height:16px!important;display:flex!important;overflow:hidden!important}.pinned-preview-media,.pinned-preview-media-v150{align-items:center!important;gap:6px!important;height:18px!important;max-height:18px!important;line-height:18px!important;overflow:hidden!important}.pinned-preview-thumb,.pinned-preview-media-v150 .pinned-preview-thumb-wrap,.pinned-preview-file-icon{border-radius:4px!important;flex:0 0 18px!important;width:18px!important;min-width:18px!important;height:18px!important}.pinned-preview-media-v150 .pinned-preview-thumb-wrap .pinned-preview-thumb{width:100%!important;height:100%!important}.pinned-preview-file-icon svg{width:13px!important;height:13px!important}.pinned-preview-media-v150 .pinned-preview-thumb-wrap i{font-size:8px!important}.pinned-preview-media em,.pinned-preview-media-v150 em,.pinned-preview-text{height:18px!important;max-height:18px!important;font-size:12.5px!important;line-height:18px!important}.pinned-preview-media small{display:none!important}.media-viewer-backdrop{background:#000000d1!important;justify-content:center!important;align-items:center!important;padding:70px 24px 24px!important}.media-viewer-topbar{z-index:2010!important;box-sizing:border-box!important;color:#fff!important;pointer-events:auto!important;background:linear-gradient(#000000ad,#00000042 68%,#0000)!important;justify-content:space-between!important;align-items:center!important;height:56px!important;padding:0 18px 0 20px!important;display:flex!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.media-viewer-author{align-items:center!important;gap:10px!important;min-width:0!important;max-width:50vw!important;display:flex!important}.media-viewer-author-avatar{color:#fff!important;background:#2f8be6!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:36px!important;min-width:36px!important;height:36px!important;font-size:14px!important;font-weight:800!important;display:flex!important;overflow:hidden!important}.media-viewer-author-avatar img,.media-viewer-author-avatar video{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.media-viewer-author b{color:#fff!important;white-space:nowrap!important;text-overflow:ellipsis!important;text-shadow:0 1px 2px #00000073!important;font-size:15px!important;font-weight:700!important;line-height:18px!important;display:block!important;overflow:hidden!important}.media-viewer-author span{color:#ffffffbd!important;white-space:nowrap!important;text-overflow:ellipsis!important;text-shadow:0 1px 2px #00000073!important;font-size:12px!important;line-height:15px!important;display:block!important;overflow:hidden!important}.media-viewer-actions{align-items:center!important;gap:8px!important;display:flex!important}.media-viewer-actions button,.media-viewer-actions a{color:#ffffffd1!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;margin:0!important;padding:0!important;font-size:23px!important;line-height:1!important;text-decoration:none!important;display:flex!important}.media-viewer-actions button:hover,.media-viewer-actions a:hover{color:#fff!important;background:#ffffff21!important}.media-viewer-actions svg{stroke:currentColor!important;fill:none!important;stroke-width:2.2px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:22px!important;height:22px!important}.media-viewer-actions .media-viewer-delete{color:#ffffffc2!important}.media-viewer-actions .media-viewer-close{background:0 0!important;width:34px!important;height:34px!important;font-size:0!important;line-height:0!important;position:static!important;inset:auto!important}.media-viewer-actions .media-viewer-close:before,.media-viewer-actions .media-viewer-close:after{background:currentColor!important;width:18px!important;height:2.4px!important}.media-viewer-body{max-height:calc(100vh - 92px)!important}.media-viewer-body img,.media-viewer-body video{transform-origin:50%!important;max-height:calc(100vh - 128px)!important;transition:transform .15s!important}.media-viewer-caption{color:#ffffffe6!important;text-shadow:0 1px 2px #0000008c!important}@media (width<=720px){.media-viewer-backdrop{padding:58px 10px 16px!important}.media-viewer-topbar{height:50px!important;padding:0 8px 0 10px!important}.media-viewer-author{gap:8px!important;max-width:42vw!important}.media-viewer-author-avatar{width:32px!important;min-width:32px!important;height:32px!important}.media-viewer-actions{gap:2px!important}.media-viewer-actions button,.media-viewer-actions a{width:32px!important;height:32px!important}.media-viewer-actions svg{width:20px!important;height:20px!important}}.media-viewer-topbar{justify-content:space-between!important;gap:16px!important}.media-viewer-author{flex:0 auto!important}.media-viewer-author-avatar{background:#2f8be6!important}.media-viewer-author-avatar img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.media-viewer-actions{flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;margin-left:auto!important;display:flex!important}.media-viewer-actions button,.media-viewer-actions a{position:relative!important;inset:auto!important;transform:none!important}.media-viewer-actions .media-viewer-close{order:100!important;position:relative!important;inset:auto!important;transform:none!important}.media-viewer-actions .media-viewer-close:before,.media-viewer-actions .media-viewer-close:after{content:none!important;display:none!important}.media-viewer-actions .media-viewer-close svg,.media-viewer-actions .media-viewer-zoom-in svg,.media-viewer-actions .media-viewer-zoom-out svg{display:block!important}.media-viewer-actions .media-viewer-close svg{width:24px!important;height:24px!important}.media-viewer-actions .media-viewer-zoom-in svg,.media-viewer-actions .media-viewer-zoom-out svg{width:23px!important;height:23px!important}.media-viewer-caption{display:none!important}.media-viewer-body{gap:0!important;overflow:visible!important}.media-viewer-body img,.media-viewer-body video{display:block!important}@media (width<=720px){.media-viewer-actions{gap:4px!important}.media-viewer-actions .media-viewer-close svg{width:22px!important;height:22px!important}.media-viewer-actions .media-viewer-zoom-in svg,.media-viewer-actions .media-viewer-zoom-out svg{width:21px!important;height:21px!important}}.media-viewer-author-avatar{color:#fff!important;background:#2f8be6!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;display:flex!important;position:relative!important;overflow:hidden!important}.media-viewer-author-avatar:before{content:attr(data-initial);color:#fff;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex;position:absolute;inset:0}.media-viewer-author-avatar img{z-index:1!important;object-fit:cover!important;background:#2f8be6!important;border-radius:50%!important;width:100%!important;height:100%!important;display:block!important;position:relative!important}.media-viewer-author-avatar img[style*="display: none"]{z-index:0!important}.media-viewer-author-avatar video{z-index:1!important;object-fit:cover!important;background:#2f8be6!important;border-radius:50%!important;width:100%!important;height:100%!important;display:block!important;position:relative!important}.media-viewer-author-avatar img{z-index:1!important;position:relative!important}.group-settings-backdrop{z-index:9000;background:#0f172a5c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.group-settings-modal{color:#111827;background:#fff;border:1px solid #0f172a1a;border-radius:15px;flex-direction:column;width:min(450px,100vw - 56px);max-height:min(72vh,560px);display:flex;overflow:hidden;box-shadow:0 16px 52px #0f172a3d}.group-settings-head{background:#fff;border-bottom:1px solid #e6edf4;justify-content:center;align-items:center;height:46px;min-height:46px;display:flex;position:relative}.group-settings-head b{letter-spacing:-.02em;color:#111827;font-size:17px;font-weight:800}.group-settings-head button{color:#64748b;cursor:pointer;opacity:.96;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:28px;line-height:1;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.group-settings-head button:hover{color:#334155;background:#f1f5f9}.group-settings-list{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;padding:8px 10px 10px;overflow:auto}.group-settings-row{color:#111827;cursor:pointer;text-align:center;background:0 0;border:0;border-radius:12px;grid-template-columns:46px 1fr 16px;align-items:center;width:100%;min-height:50px;padding:3px 5px;display:grid}.group-settings-row:hover{background:#f3f7fb}.group-settings-icon{color:#2f8fe8;width:32px;height:32px;box-shadow:none;background:#eaf3ff;border-radius:11px;justify-content:center;justify-self:center;align-items:center;display:flex}.group-settings-icon svg{stroke:currentColor;width:18px;height:18px;display:block}.group-settings-text{flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:0;display:flex}.group-settings-text b{color:#111827;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:14.5px;font-weight:800;line-height:1.12;overflow:hidden}.group-settings-text em{color:#718096;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:11px;font-style:normal;font-weight:600;line-height:1.12;overflow:hidden}.group-settings-chevron{color:#94a3b8;font-size:24px;font-weight:500;line-height:1}@media (width<=700px){.group-settings-backdrop{align-items:flex-end;padding:0}.group-settings-modal{border-radius:16px 16px 0 0;width:100vw;max-height:84dvh}.group-settings-head b{font-size:17px}.group-settings-row{grid-template-columns:44px 1fr 16px;min-height:50px}.group-settings-icon{width:32px;height:32px}.group-settings-text b{font-size:14.5px}.group-settings-text em{font-size:11px}}.group-settings-modal.group-settings-submodal{width:min(430px,100vw - 64px);max-height:min(70vh,540px)}.group-settings-head .group-settings-back{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex;position:absolute;top:50%;left:8px;right:auto;transform:translateY(-50%)}.group-settings-head .group-settings-back svg{stroke:currentColor;stroke-width:2.4px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.group-settings-head .group-settings-close{color:#64748b;cursor:pointer;opacity:.96;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:28px;line-height:1;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.group-settings-screen{background:#fff;padding:10px 14px 14px;overflow:auto}.group-settings-card{background:#f4f8fc;border:1px solid #0f172a0d;border-radius:14px;flex-direction:column;gap:8px;padding:12px;display:flex}.group-settings-card-title{text-transform:uppercase;color:#6b7787;letter-spacing:.03em;margin-bottom:2px;font-size:12px;font-weight:800}.group-edit-label{color:#64748b;margin-top:2px;font-size:12px;font-weight:600}.group-edit-input,.group-edit-textarea{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #d6e0ea;border-radius:12px;outline:none;width:100%;padding:9px 11px;font-family:inherit;font-size:14px;font-weight:600}.group-edit-textarea{resize:vertical;min-height:64px;line-height:1.35}.group-edit-input:focus,.group-edit-textarea:focus{border-color:#3390ec;box-shadow:0 0 0 3px #3390ec1f}.group-settings-action-row{color:#111827;cursor:pointer;text-align:center;background:0 0;border:0;border-radius:12px;grid-template-columns:42px 1fr 16px;align-items:center;width:100%;min-height:48px;margin-top:2px;padding:4px 0;display:grid}.group-settings-action-row:hover{background:#eaf1f9}.group-settings-status{color:#64748b;text-align:center;padding:8px 0 0;font-size:12px}.group-settings-save{color:#fff;cursor:pointer;background:#3390ec;border:0;border-radius:13px;width:100%;height:42px;margin-top:12px;font-size:15px;font-weight:800;box-shadow:0 4px 12px #3390ec38}.group-settings-save:disabled{opacity:.65;cursor:default}@media (width<=700px){.group-settings-modal.group-settings-submodal{border-radius:16px 16px 0 0;width:100vw;max-height:84dvh}.group-settings-screen{padding:10px 12px 14px}}.group-type-screen .group-settings-card{gap:6px}.group-type-choice{color:#111827;cursor:pointer;text-align:center;background:0 0;border:0;border-radius:12px;grid-template-columns:42px 1fr 16px;align-items:center;width:100%;min-height:52px;padding:5px 0;display:grid}.group-type-choice:hover{background:#eaf1f9}.group-type-radio{box-sizing:border-box;background:#fff;border:2px solid #94a3b8;border-radius:50%;justify-self:center;width:17px;height:17px;position:relative}.group-type-choice.active .group-type-radio{border-color:#3390ec}.group-type-choice.active .group-type-radio:after{content:"";background:#3390ec;border-radius:50%;position:absolute;inset:3px}.group-link-input{color:#2563a8;background:#fff;font-size:13px}.group-settings-toggle-row{color:#111827;cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:6px 4px;display:flex}.group-settings-toggle-row span{flex-direction:column;gap:2px;min-width:0;display:flex}.group-settings-toggle-row b{color:#111827;font-size:14.5px;font-weight:800}.group-settings-toggle-row em{color:#718096;font-size:11px;font-style:normal;font-weight:600}.group-settings-toggle-row input{appearance:none;background:#fff;border:2px solid #94a3b8;border-radius:6px;flex:none;width:24px;height:24px;position:relative}.group-settings-toggle-row input:checked{background:#3390ec;border-color:#3390ec}.group-settings-toggle-row input:checked:after{content:"";border:3px solid #fff;border-width:0 3px 3px 0;width:7px;height:13px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.group-invite-main-link{color:#2f8fe8;white-space:nowrap;text-overflow:ellipsis;text-align:left;background:#fff;border:1px solid #dbe5ef;border-radius:12px;padding:9px 11px;font-size:13px;line-height:1.25;overflow:hidden}.group-invite-empty{color:#718096;text-align:center;padding:12px 8px;font-size:12px;font-weight:700}.group-invite-link-row{border-radius:12px;grid-template-columns:36px 1fr auto auto;align-items:center;gap:8px;padding:8px 2px;display:grid}.group-invite-link-row:hover{background:#eaf1f9}.group-invite-link-text{text-align:left;flex-direction:column;gap:2px;min-width:0;display:flex}.group-invite-link-text b{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:800;overflow:hidden}.group-invite-link-text em{color:#2f8fe8;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-style:normal;font-weight:600;overflow:hidden}.group-invite-link-text small{color:#718096;white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;font-weight:700;overflow:hidden}.group-invite-link-row button{color:#2f8fe8;cursor:pointer;background:#e6f1ff;border:0;border-radius:10px;padding:7px 8px;font-size:11px;font-weight:800}.group-invite-link-row button.danger{color:#dc2626;background:#fff0f0}@media (width<=700px){.group-invite-link-row{grid-template-columns:34px 1fr}.group-invite-link-row button{grid-column:2}.group-invite-link-row button+button{margin-left:0}}.group-topics-screen .group-settings-card{gap:8px}.group-topics-hint{color:#718096;text-align:center;padding:0 2px 2px;font-size:11.5px;font-weight:600;line-height:1.35}.group-topics-empty{color:#718096;text-align:center;background:#fff;border:1px dashed #d7e3ef;border-radius:12px;padding:13px 8px;font-size:12px;font-weight:700}.group-topics-list{flex-direction:column;gap:5px;display:flex}.group-topic-settings-row{background:#fff;border:1px solid #0f172a0a;border-radius:12px;grid-template-columns:36px 1fr auto;align-items:center;gap:8px;padding:7px 4px;display:grid}.group-topic-settings-icon{color:#2f8fe8;background:#eaf3ff;border-radius:11px;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;font-weight:800;display:flex}.group-topic-settings-row div{text-align:left;flex-direction:column;gap:2px;min-width:0;display:flex}.group-topic-settings-row b{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:800;overflow:hidden}.group-topic-settings-row em{color:#718096;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-style:normal;font-weight:600;overflow:hidden}.group-topic-settings-row small{color:#2f8fe8;white-space:nowrap;font-size:10.5px;font-weight:800}.group-settings-action-row:disabled{opacity:.55;cursor:default}.group-settings-action-row:disabled:hover{background:0 0}.group-admins-screen .group-settings-card{gap:7px}.group-admin-row{color:#111827;border-radius:12px;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;min-height:46px;padding:4px 2px;display:grid}.group-admin-avatar{color:#fff;background:linear-gradient(135deg,#61a8f5,#8fbfff);border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:flex;overflow:hidden}.group-admin-avatar.profile-media-avatar-box{background:#e2e8f0}.group-admin-avatar .profile-media-avatar-inner{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.group-admin-text{text-align:left;flex-direction:column;gap:2px;min-width:0;display:flex}.group-admin-text b{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:14.5px;font-weight:800;line-height:1.12;overflow:hidden}.group-admin-text em{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;font-style:normal;font-weight:600;line-height:1.12;overflow:hidden}.group-admin-badge{color:#2f8fe8;background:#eaf3ff;border-radius:999px;justify-content:center;align-items:center;height:24px;padding:0 9px;font-size:11px;font-weight:800;display:flex}.group-admin-remove{color:#e11d48;cursor:pointer;background:#fff1f2;border:0;border-radius:10px;height:28px;padding:0 10px;font-size:12px;font-weight:800}.group-admin-remove:hover{background:#ffe4e6}.group-admins-empty{color:#64748b;text-align:center;background:#fff;border:1px dashed #dbe5ef;border-radius:12px;padding:14px 8px;font-size:13px;font-weight:600}.group-admins-note p{color:#64748b;text-align:center;margin:0;font-size:12px;font-weight:600;line-height:1.35}.group-members-screen .group-settings-card{gap:7px}.group-members-search-wrap{color:#64748b;background:#fff;border:1px solid #dbe5ef;border-radius:12px;align-items:center;gap:8px;height:36px;padding:0 10px;display:flex}.group-members-search-wrap svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px}.group-members-search{color:#111827;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13.5px;font-weight:600}.group-members-search::placeholder{color:#94a3b8}.group-member-row{color:#111827;border-radius:12px;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;min-height:46px;padding:4px 2px;display:grid}.group-member-avatar{color:#fff;background:linear-gradient(135deg,#61a8f5,#8fbfff);border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:flex;overflow:hidden}.group-member-avatar.profile-media-avatar-box{background:#e2e8f0}.group-member-avatar .profile-media-avatar-inner{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.group-member-text{text-align:left;flex-direction:column;gap:2px;min-width:0;display:flex}.group-member-text b{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:14.5px;font-weight:800;line-height:1.12;overflow:hidden}.group-member-text em{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;font-style:normal;font-weight:600;line-height:1.12;overflow:hidden}.group-member-actions{align-items:center;gap:6px;display:flex}.group-member-actions button{color:#2f8fe8;cursor:pointer;background:#eaf3ff;border:0;border-radius:10px;height:28px;padding:0 9px;font-size:12px;font-weight:800}.group-member-actions button:disabled{opacity:.45;cursor:default}.group-member-actions button.danger{color:#e11d48;background:#fff1f2}.group-member-actions button:not(:disabled):hover{filter:brightness(.98)}.group-actions-screen .group-settings-card{overflow:visible}.group-actions-intro{color:#667085;margin:0;font-size:12px;line-height:1.35}.group-actions-list{padding:4px 0}.group-action-row{border-bottom:1px solid #0f172a0f;gap:10px;padding:10px 14px;display:flex}.group-action-row:last-child{border-bottom:0}.group-action-dot{color:#3390ec;background:#eef6ff;border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.group-action-dot svg{stroke:currentColor;fill:none;width:16px;height:16px}.group-action-body{color:#17212b;flex-direction:column;gap:2px;min-width:0;font-size:13px;line-height:1.3;display:flex}.group-action-body b{color:#17212b;font-size:13px;font-weight:500}.group-action-body em{color:#8a97a8;font-size:11.5px;font-style:normal}.group-action-detail{color:#667085;background:#f5f7fa;border-radius:8px;flex-direction:column;gap:2px;margin-top:5px;padding:6px 8px;font-size:11.5px;line-height:1.3;display:flex}.group-actions-empty{text-align:center;color:#8a97a8;padding:18px 14px;font-size:12.5px}.group-profile-v3{color:#17212b;background:#fff;min-height:100%;position:relative;overflow-x:hidden;padding:0 0 88px!important}.group-profile-v3 .profile-panel-head{background:#fff}.group-profile-hero:before{content:"";z-index:1;background:linear-gradient(#00000014,#00000094);position:absolute;inset:0}.group-profile-hero-title{z-index:2;color:#fff;text-shadow:0 2px 8px #00000073;flex-direction:column;gap:4px;display:flex;position:absolute;bottom:18px;left:20px;right:20px}.group-profile-hero-title strong{font-size:25px;font-weight:900;line-height:1.1}.group-profile-hero-title span{font-size:15px;font-weight:700}.group-profile-hero-initial{color:#fff;opacity:.36;z-index:0;justify-content:center;align-items:center;font-size:64px;font-weight:900;display:flex;position:absolute;inset:0}.group-profile-info-list{background:#fff;border-bottom:1px solid #edf1f5}.group-profile-info-row{border-bottom:1px solid #edf1f5;align-items:center;gap:16px;min-height:68px;padding:10px 20px;display:flex}.group-profile-info-row>span{width:34px;min-width:34px;color:var(--tg-blue);justify-content:center;align-items:center;font-size:24px;display:flex}.group-profile-info-row svg{width:24px;height:24px}.group-profile-info-row div{flex-direction:column;min-width:0;display:flex}.group-profile-info-row b{white-space:nowrap;text-overflow:ellipsis;font-size:16px;line-height:1.25;overflow:hidden}.group-profile-info-row em{color:#718093;margin-top:3px;font-size:14px;font-style:normal}.group-profile-tabs{scrollbar-width:none;background:#fff;border-bottom:1px solid #edf1f5;align-items:center;gap:10px;padding:14px 16px 10px;display:flex;overflow-x:auto}.group-profile-tabs::-webkit-scrollbar{display:none}.group-profile-tabs button{color:#5f6f80;white-space:nowrap;background:#eef4fb;border:0;border-radius:999px;align-items:center;gap:6px;padding:10px 18px;font-size:15px;font-weight:800;display:flex}.group-profile-tabs button.active{background:var(--tg-blue);color:#fff}.group-profile-tabs button span{background:#0000001f;border-radius:999px;padding:1px 6px;font-size:12px}.group-profile-section-title{color:var(--tg-blue);letter-spacing:.02em;text-transform:uppercase;padding:16px 24px 8px;font-size:15px;font-weight:900}.group-profile-user-row{background:#fff;border-top:1px solid #eef2f5;border-bottom:1px solid #eef2f5;align-items:center;gap:14px;min-height:72px;margin:0 0 8px;padding:10px 22px;display:flex}.group-profile-user-avatar{color:#fff;background:linear-gradient(135deg,#72c7ff,#2d95e5);border-radius:50%;flex:none;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;font-weight:900;display:flex;overflow:hidden}.group-profile-user-avatar .profile-media-avatar-inner{object-fit:cover;width:100%;height:100%}.group-profile-user-row div:last-child{flex-direction:column;min-width:0;display:flex}.group-profile-user-row b{white-space:nowrap;text-overflow:ellipsis;font-size:16px;line-height:1.2;overflow:hidden}.group-profile-user-row em{color:#718093;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:13.5px;font-style:normal;overflow:hidden}.group-profile-add-fab{background:var(--tg-blue);color:#fff;z-index:3;border:0;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:sticky;bottom:18px;left:calc(100% - 82px);box-shadow:0 12px 30px #3390ec59}.group-profile-v3 .peer-media-section{padding-top:0}.group-profile-v3 .peer-tabs{display:none}.group-profile-v3 .peer-media-grid,.group-profile-v3 .peer-files-list{padding:8px 12px}.group-profile-v3 .peer-media-empty{text-align:center;color:#718093;padding:26px}.profile.group-profile-v3{color:#eef5ff!important;background:#0f1b26!important;min-height:100%!important;padding:0 0 96px!important}.group-profile-v3 .profile-panel-head,.group-profile-v3 .profile-header,.group-profile-v3 .profile-panel-header{color:#eef5ff!important;background:#101b26!important;border-bottom:1px solid #ffffff14!important}.group-profile-v3 .profile-panel-head button,.group-profile-v3 .profile-header button,.group-profile-v3 .profile-panel-header button{color:#d9e5f3!important}.group-profile-v3 .profile-panel-head svg,.group-profile-v3 .profile-header svg,.group-profile-v3 .profile-panel-header svg{color:#d9e5f3!important;stroke:#d9e5f3!important}.group-profile-hero{background:#173552!important;border-bottom:1px solid #ffffff14!important;height:270px!important}.group-profile-hero:before{background:linear-gradient(#080e140a 0%,#080e142e 46%,#080e14c7 100%)!important}.group-profile-hero-title{color:#fff!important;text-shadow:0 2px 10px #000000a6!important;bottom:18px!important;left:18px!important;right:18px!important}.group-profile-hero-title strong{letter-spacing:-.02em!important;font-size:30px!important;font-weight:900!important;line-height:1.06!important}.group-profile-hero-title span{font-size:18px!important;font-weight:800!important;line-height:1.2!important}.group-profile-info-row>span{color:#d9c7eb!important;width:42px!important;min-width:42px!important}.group-profile-info-row b{color:#fff!important;font-size:18px!important;font-weight:800!important}.group-profile-info-row em{color:#91a4b7!important;font-size:15px!important;font-weight:500!important}.group-profile-tabs button{color:#d5e2ef!important;min-height:46px!important;box-shadow:none!important;background:#152434!important;border:1px solid #9cb9d833!important;padding:9px 22px!important;font-size:17px!important;font-weight:900!important}.group-profile-tabs button span{color:inherit!important;background:#ffffff2e!important;justify-content:center!important;align-items:center!important;min-width:20px!important;height:20px!important;padding:0 6px!important;font-size:13px!important;display:inline-flex!important}.group-profile-section-title{color:#63b5ff!important;letter-spacing:.025em!important;padding:16px 24px 10px!important;font-size:16px!important;font-weight:900!important}.group-profile-user-row{background:#101b26!important;border:1px solid #9cb9d824!important;border-left:0!important;border-right:0!important;gap:16px!important;min-height:82px!important;margin:0 0 8px!important;padding:12px 22px!important}.group-profile-user-row b{color:#eef5ff!important;font-size:18px!important;font-weight:900!important}.group-profile-user-row em{color:#91a4b7!important;font-size:14.5px!important;font-weight:700!important}.group-profile-v3 .peer-media-section{color:#eef5ff!important;background:#0f1b26!important;border-top:0!important}.group-profile-v3 .peer-media-grid,.group-profile-v3 .peer-files-list{background:#0f1b26!important}.profile.group-profile-v3{color:#17212b!important;background:#fff!important;min-height:100%!important;padding:0 0 92px!important;overflow-x:hidden!important}.group-profile-v3 .profile-panel-head,.group-profile-v3 .profile-header,.group-profile-v3 .profile-panel-header{color:#17212b!important;height:52px!important;min-height:52px!important;box-shadow:none!important;background:#fff!important;border-bottom:1px solid #e6eef5!important}.group-profile-v3 .profile-panel-head h2,.group-profile-v3 .profile-header h2,.group-profile-v3 .profile-panel-header h2,.group-profile-v3 .profile-panel-head .profile-panel-title,.group-profile-v3 .profile-header .profile-panel-title,.group-profile-v3 .profile-panel-header .profile-panel-title{color:#17212b!important;opacity:1!important;font-size:20px!important;font-weight:800!important}.group-profile-v3 .profile-panel-head button,.group-profile-v3 .profile-header button,.group-profile-v3 .profile-panel-header button,.group-profile-v3 .profile-panel-head svg,.group-profile-v3 .profile-header svg,.group-profile-v3 .profile-panel-header svg{color:#69798a!important;stroke:#69798a!important}.group-profile-hero{background:linear-gradient(135deg,#3b96e8,#196aa5)!important;border-bottom:1px solid #dbe4ee!important;height:265px!important;position:relative!important;overflow:hidden!important}.group-profile-hero:before{z-index:1!important;background:linear-gradient(#00000005 0%,#00000014 44%,#0000008c 100%)!important}.group-profile-hero .profile-video-bg,.group-profile-hero>img{object-fit:cover!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.group-profile-hero-title{color:#fff!important;text-shadow:0 2px 10px #0000008c!important;z-index:2!important;gap:4px!important;bottom:20px!important;left:18px!important;right:18px!important}.group-profile-hero-title strong{color:#fff!important;letter-spacing:-.025em!important;font-size:31px!important;font-weight:900!important;line-height:1.06!important}.group-profile-hero-title span{color:#fff!important;font-size:17px!important;font-weight:800!important;line-height:1.2!important}.group-profile-hero-initial{color:#fff6!important;font-size:76px!important}.group-profile-info-list{background:#fff!important;border-top:0!important;border-bottom:1px solid #e6eef5!important}.group-profile-info-row{background:#fff!important;border-bottom:1px solid #e6eef5!important;gap:16px!important;min-height:72px!important;padding:12px 20px!important}.group-profile-info-row:last-child{border-bottom:0!important}.group-profile-info-row>span{color:#2f8fe8!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;display:flex!important}.group-profile-info-row svg{stroke:currentColor!important;width:26px!important;height:26px!important}.group-profile-info-row b{color:#17212b!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important}.group-profile-info-row em{color:#718093!important;margin-top:4px!important;font-size:15px!important;font-weight:500!important;line-height:1.25!important}.group-profile-tabs{background:#fff!important;border-bottom:1px solid #e6eef5!important;gap:12px!important;padding:12px 16px!important}.group-profile-tabs button{color:#5f6f80!important;min-height:48px!important;box-shadow:none!important;background:#eef4fb!important;border:1px solid #0000!important;border-radius:999px!important;padding:10px 22px!important;font-size:17px!important;font-weight:900!important;line-height:1!important}.group-profile-tabs button.active{background:var(--tg-blue,#3390ec)!important;border-color:var(--tg-blue,#3390ec)!important;color:#fff!important}.group-profile-tabs button span{color:inherit!important;background:#0000001a!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:20px!important;height:20px!important;padding:0 6px!important;font-size:13px!important;display:inline-flex!important}.group-profile-tabs button.active span{background:#ffffff40!important}.group-profile-members{background:#fff!important;padding:8px 0 34px!important}.group-profile-section-title{color:var(--tg-blue,#3390ec)!important;letter-spacing:.02em!important;text-transform:uppercase!important;padding:18px 24px 10px!important;font-size:17px!important;font-weight:900!important;line-height:1.2!important}.group-profile-user-row{background:#fff!important;border:0!important;border-top:1px solid #e6eef5!important;border-radius:0!important;gap:16px!important;min-height:82px!important;margin:0!important;padding:12px 24px!important}.group-profile-user-row+.group-profile-user-row{border-top:1px solid #e6eef5!important}.group-profile-user-avatar{color:#17212b!important;background:#d7e8f8!important;width:58px!important;height:58px!important;font-size:22px!important}.group-profile-user-row b{color:#17212b!important;font-size:18px!important;font-weight:900!important;line-height:1.2!important}.group-profile-user-row em{color:#718093!important;margin-top:4px!important;font-size:15px!important;font-weight:600!important;line-height:1.25!important}.group-profile-empty{color:#718093!important;padding:10px 24px 22px!important;font-size:16px!important}.group-profile-add-fab{background:var(--tg-blue,#3390ec)!important;color:#fff!important;border-radius:50%!important;width:72px!important;height:72px!important;position:sticky!important;bottom:20px!important;left:calc(100% - 92px)!important;box-shadow:0 18px 44px #3390ec59!important}.group-profile-add-fab svg{width:34px!important;height:34px!important}.group-profile-v3 .peer-media-section,.group-profile-v3 .peer-media-grid,.group-profile-v3 .peer-files-list{color:#17212b!important;background:#fff!important;border-top:0!important}.group-profile-v3 .peer-media-empty{color:#718093!important}.group-profile-v3{background:var(--tg-panel,#fff)!important;color:inherit!important;padding-bottom:72px!important}.group-profile-v3 .group-cover,.group-profile-v3 .group-profile-hero{height:140px!important}.group-profile-v3 .group-profile-title{font-size:22px!important}.group-profile-v3 .group-profile-count{font-size:14px!important}.group-profile-v3 .group-profile-tabs{padding:8px 12px!important}.group-profile-v3 .group-profile-tabs button{padding:8px 14px!important;font-size:14px!important}.group-profile-v3 .group-profile-user-row{min-height:58px!important;padding:8px 16px!important}.group-profile-v3 .group-profile-user-row img,.group-profile-v3 .group-profile-user-row .avatar{width:44px!important;height:44px!important}.group-profile-v3 .group-profile-section-title{padding:12px 16px 6px!important;font-size:13px!important}.group-profile-v3 .group-profile-add-fab{width:52px!important;height:52px!important;bottom:14px!important;left:calc(100% - 66px)!important}.group-profile-v3 .group-profile-add-fab svg{width:24px!important;height:24px!important}.profile.group-profile-v3{padding-bottom:70px!important;font-size:14px!important}.profile.group-profile-v3 .profile-panel-head,.profile.group-profile-v3 .profile-header,.profile.group-profile-v3 .profile-panel-header{height:46px!important;min-height:46px!important}.profile.group-profile-v3 .profile-panel-head h2,.profile.group-profile-v3 .profile-header h2,.profile.group-profile-v3 .profile-panel-header h2,.profile.group-profile-v3 .profile-panel-head .profile-panel-title,.profile.group-profile-v3 .profile-header .profile-panel-title,.profile.group-profile-v3 .profile-panel-header .profile-panel-title{font-size:17px!important;font-weight:800!important}.profile.group-profile-v3 .group-profile-hero{height:158px!important}.profile.group-profile-v3 .group-profile-hero-title{gap:2px!important;bottom:13px!important;left:14px!important;right:14px!important}.profile.group-profile-v3 .group-profile-hero-title strong{font-size:22px!important;font-weight:900!important;line-height:1.05!important}.profile.group-profile-v3 .group-profile-hero-title span{font-size:13px!important;font-weight:800!important;line-height:1.15!important}.profile.group-profile-v3 .group-profile-hero-initial{font-size:52px!important}.profile.group-profile-v3 .group-profile-info-row{gap:12px!important;min-height:52px!important;padding:8px 14px!important}.profile.group-profile-v3 .group-profile-info-row>span{width:30px!important;min-width:30px!important}.profile.group-profile-v3 .group-profile-info-row svg{width:21px!important;height:21px!important}.profile.group-profile-v3 .group-profile-info-row b{font-size:14px!important;font-weight:800!important;line-height:1.16!important}.profile.group-profile-v3 .group-profile-info-row em{margin-top:2px!important;font-size:12.5px!important;line-height:1.15!important}.profile.group-profile-v3 .group-profile-tabs{gap:8px!important;padding:9px 10px!important}.profile.group-profile-v3 .group-profile-tabs button{min-height:36px!important;padding:7px 14px!important;font-size:14px!important;font-weight:900!important;line-height:1!important}.profile.group-profile-v3 .group-profile-tabs button span{min-width:17px!important;height:17px!important;padding:0 5px!important;font-size:11px!important}.profile.group-profile-v3 .group-profile-members{padding:4px 0 24px!important}.profile.group-profile-v3 .group-profile-section-title{padding:12px 16px 7px!important;font-size:13px!important;line-height:1.15!important}.profile.group-profile-v3 .group-profile-user-row{gap:11px!important;min-height:58px!important;padding:8px 16px!important}.profile.group-profile-v3 .group-profile-user-avatar{width:42px!important;height:42px!important;font-size:17px!important}.profile.group-profile-v3 .group-profile-user-avatar .profile-media-avatar-inner{object-fit:cover!important;width:100%!important;height:100%!important}.profile.group-profile-v3 .group-profile-user-row b{font-size:14px!important;font-weight:900!important;line-height:1.15!important}.profile.group-profile-v3 .group-profile-user-row em{margin-top:2px!important;font-size:12px!important;line-height:1.15!important}.profile.group-profile-v3 .group-profile-empty{padding:8px 16px 16px!important;font-size:13px!important}.profile.group-profile-v3 .group-profile-add-fab{width:54px!important;height:54px!important;bottom:14px!important;left:calc(100% - 68px)!important;box-shadow:0 12px 28px #3390ec47!important}.profile.group-profile-v3 .group-profile-add-fab svg{width:25px!important;height:25px!important}.profile.group-profile-v3 .group-profile-hero{height:218px!important;min-height:218px!important}.profile.group-profile-v3 .group-profile-hero .profile-video-bg,.profile.group-profile-v3 .group-profile-hero>img{object-fit:cover!important;width:100%!important;height:100%!important}.profile.group-profile-v3 .group-profile-info-list{border-bottom:1px solid var(--tg-border,#e6eef5)!important;background:#fff!important}.profile.group-profile-v3 .group-profile-info-row{border:0!important;border-bottom:1px solid var(--tg-border,#e6eef5)!important;text-align:left!important;appearance:none!important;cursor:default!important;background:#fff!important;width:100%!important}.profile.group-profile-v3 .group-profile-info-row.group-profile-link-row{cursor:pointer!important}.profile.group-profile-v3 .group-profile-info-row.group-profile-link-row:active{background:#f5f9fd!important}.profile.group-profile-v3 .group-profile-tabs{border-bottom:1px solid var(--tg-border,#e6eef5)!important;scrollbar-width:none!important;background:#fffffff5!important;gap:8px!important;padding:10px 12px!important;display:flex!important;overflow:auto hidden!important}.profile.group-profile-v3 .group-profile-tabs::-webkit-scrollbar{height:0!important;display:none!important}.profile.group-profile-v3 .group-profile-tabs button{color:#5f7184!important;white-space:nowrap!important;cursor:pointer!important;min-height:32px!important;box-shadow:none!important;background:#f1f5f9!important;border:0!important;border-radius:999px!important;align-items:center!important;gap:6px!important;padding:8px 14px!important;font-size:13px!important;font-weight:800!important;line-height:1.15!important;display:flex!important}.profile.group-profile-v3 .group-profile-tabs button.active{background:var(--tg-blue,#3390ec)!important;color:#fff!important}.profile.group-profile-v3 .group-profile-tabs button span{opacity:.8!important;width:auto!important;min-width:auto!important;height:auto!important;color:inherit!important;background:0 0!important;padding:0!important;font-size:11px!important;font-weight:800!important}.profile.group-profile-v3 .group-profile-tabs button.active span{background:0 0!important}.profile.group-profile-v3 .group-profile-add-fab,.group-profile-v3 .group-profile-add-fab{z-index:60!important;width:58px!important;height:58px!important;position:fixed!important;inset:auto 24px 28px auto!important}.group-add-member-overlay{z-index:2000;background:#0f172a59;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.group-add-member-modal{color:#17212b;background:#fff;border-radius:18px;width:min(420px,100vw - 40px);overflow:hidden;box-shadow:0 20px 60px #0f172a40}.group-add-member-head{border-bottom:1px solid #e7edf3;justify-content:center;align-items:center;height:58px;display:flex;position:relative}.group-add-member-head b{font-size:18px;font-weight:800}.group-add-member-head button{color:#687789;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;left:12px}.group-add-member-head button:hover{background:#eef4fb}.group-add-member-head svg{width:24px;height:24px}.group-add-member-body{flex-direction:column;gap:10px;padding:18px 20px 20px;display:flex}.group-add-member-body label{color:#738398;font-size:13px;font-weight:700}.group-add-member-body input{color:#17212b;background:#f8fbfe;border:1px solid #dbe4ee;border-radius:12px;outline:none;height:44px;padding:0 14px;font-size:15px}.group-add-member-body input:focus{border-color:var(--tg-blue);box-shadow:0 0 0 3px #3390ec1f}.group-add-member-error{color:#d93025;margin:0;font-size:13px}.group-add-member-submit{background:var(--tg-blue);color:#fff;cursor:pointer;border:0;border-radius:12px;height:44px;margin-top:8px;font-size:15px;font-weight:800}.group-add-member-submit:disabled{opacity:.65;cursor:default}@media (width>=900px){.profile.group-profile-v3 .group-profile-add-fab,.group-profile-v3 .group-profile-add-fab{bottom:30px!important;right:24px!important}}.group-stats-screen{flex-direction:column;gap:10px;display:flex}.group-stats-hero{text-align:center;background:linear-gradient(#f4f8fc,#eef6ff);align-items:center}.group-stats-main{flex-direction:column;align-items:center;gap:2px;padding:4px 0 2px;display:flex}.group-stats-main b{color:#17212b;letter-spacing:-.04em;font-size:30px;font-weight:900;line-height:1}.group-stats-main span{color:#6b7787;font-size:12px;font-weight:800}.group-stats-grid{grid-template-columns:1fr 1fr;gap:8px;background:#fff!important;border:0!important;padding:0!important;display:grid!important}.group-stat-tile{background:#f4f8fc;border:1px solid #0f172a0d;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:62px;display:flex}.group-stat-tile b{color:#17212b;font-size:20px;font-weight:900;line-height:1}.group-stat-tile span{color:#6b7787;font-size:11.5px;font-weight:800}.group-stat-row{border-bottom:1px solid #0f172a0e;justify-content:space-between;align-items:center;gap:12px;min-height:34px;padding:4px 2px;display:flex}.group-stat-row:last-child{border-bottom:0}.group-stat-row span{color:#5f6f80;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:650;overflow:hidden}.group-stat-row b{color:#17212b;text-align:right;white-space:nowrap;font-size:13px;font-weight:850}.group-invite-link-row.disabled{opacity:.58}.group-invite-create-box{background:#00000009;border-radius:14px;flex-direction:column;gap:10px;margin-top:12px;padding:12px;display:flex}.group-invite-create-box label{color:var(--muted,#667085);flex-direction:column;gap:6px;font-size:13px;display:flex}.group-invite-create-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.group-invite-create-actions button{background:var(--surface-2,#eef2f7);cursor:pointer;border:0;border-radius:10px;padding:8px 12px}.group-invite-create-actions button:last-child{background:var(--accent,#2aabee);color:#fff}.group-delete-button{color:#dc2626;cursor:pointer;background:#ef44441a;border:0;border-radius:12px;width:100%;margin-top:12px;padding:12px 14px;font-size:14px;font-weight:700}.group-delete-button:hover{background:#ef444429}.group-delete-backdrop{z-index:10040;background:#0f172a5c;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.group-delete-modal{color:#111827;background:#fff;border:1px solid #0f172a14;border-radius:18px;width:min(420px,100vw - 36px);padding:18px;box-shadow:0 22px 70px #0f172a4d}.group-delete-modal h3{color:#111827;margin:0 0 10px;font-size:18px;line-height:1.25}.group-delete-modal p{color:#4b5563;margin:8px 0;font-size:13px;line-height:1.45}.group-delete-input{box-sizing:border-box;color:#111827;background:#f8fafc;border:1px solid #0f172a29;border-radius:12px;outline:none;width:100%;margin-top:12px;padding:11px 12px;font-size:14px}.group-delete-input:focus{border-color:var(--mig-accent,#4f46e5);background:#fff;box-shadow:0 0 0 3px #4f46e51f}.group-delete-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.group-delete-actions button{cursor:pointer;border:0;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:700}.group-delete-confirm{color:#fff;background:#dc2626}.group-delete-confirm:disabled{opacity:.45;cursor:not-allowed}.group-delete-cancel{color:#334155;background:#eef2f7}.profile.group-profile-v3 .group-profile-hero{background:linear-gradient(135deg,var(--tg-blue),var(--tg-blue-dark))!important}.profile.group-profile-v3 .group-profile-hero .group-profile-hero-media,.profile.group-profile-v3 .group-profile-hero .group-profile-hero-video,.profile.group-profile-v3 .group-profile-hero .profile-video-bg{object-fit:cover!important;transform-origin:50%!important;z-index:0!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.profile.group-profile-v3 .group-profile-hero:before,.profile.group-profile-v3 .group-profile-hero-shade{z-index:1!important;pointer-events:none!important}.profile.group-profile-v3 .group-profile-hero-title,.profile.group-profile-v3 .group-profile-hero-initial{z-index:2!important}.group-member-pick-row{text-align:left;cursor:pointer;background:0 0;border:0;width:100%}.group-member-pick-row:hover{background:#f4f8fc}.group-member-search-results{flex-direction:column;gap:4px;max-height:260px;padding:2px 0;display:flex;overflow:auto}.group-add-member-head button{font-size:24px;line-height:1}.group-member-actions button[disabled]{opacity:.55;cursor:default}.group-admin-pick-row{text-align:left;cursor:pointer;background:0 0;border:0;width:100%}.group-admin-pick-row:hover{background:#f4f8fc}.group-admin-pick-row:disabled{opacity:.65;cursor:default}.group-admin-candidates{border-top:1px solid #eef4fa;flex-direction:column;gap:4px;margin-top:4px;padding-top:4px;display:flex}.group-admin-row button:disabled{opacity:.55;cursor:default}.group-admin-avatar.profile-media-avatar-box,.group-member-avatar.profile-media-avatar-box,.group-profile-user-avatar.profile-media-avatar-box{color:#0000!important;background:#111!important;border-radius:50%!important;flex:none!important;line-height:0!important;display:block!important;position:relative!important;overflow:hidden!important}.group-admin-avatar.profile-media-avatar-box .profile-media-avatar-inner,.group-member-avatar.profile-media-avatar-box .profile-media-avatar-inner,.group-profile-user-avatar.profile-media-avatar-box .profile-media-avatar-inner{object-fit:cover!important;transform-origin:50%!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;position:absolute!important;inset:0!important}.group-admin-avatar:not(.profile-media-avatar-box),.group-member-avatar:not(.profile-media-avatar-box),.group-profile-user-avatar:not(.profile-media-avatar-box){color:#fff!important;text-align:center!important;background:linear-gradient(135deg,#72c7ff,#2d95e5)!important;border-radius:50%!important;flex:none!important;justify-content:center!important;align-items:center!important;line-height:1!important;display:flex!important;overflow:hidden!important}.group-member-row .group-member-avatar,.group-admin-row .group-admin-avatar,.profile.group-profile-v3 .group-profile-user-avatar{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;font-size:19px!important;font-weight:800!important}.tg-list-avatar,.group-admin-avatar.tg-list-avatar,.group-member-avatar.tg-list-avatar,.group-profile-user-avatar.tg-list-avatar{color:#fff!important;text-align:center!important;object-fit:cover!important;box-sizing:border-box!important;background:linear-gradient(135deg,#72c7ff,#2d95e5)!important;border-radius:50%!important;flex:0 0 48px!important;justify-content:center!important;justify-self:center!important;align-items:center!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;font-size:19px!important;font-weight:800!important;line-height:1!important;display:flex!important;position:relative!important;overflow:hidden!important}.tg-list-avatar.profile-media-avatar-box,.group-admin-avatar.tg-list-avatar.profile-media-avatar-box,.group-member-avatar.tg-list-avatar.profile-media-avatar-box,.group-profile-user-avatar.tg-list-avatar.profile-media-avatar-box{color:#0000!important;background:#111!important;line-height:0!important;display:block!important}.tg-list-avatar.profile-media-avatar-box .profile-media-avatar-inner,.group-admin-avatar.tg-list-avatar.profile-media-avatar-box .profile-media-avatar-inner,.group-member-avatar.tg-list-avatar.profile-media-avatar-box .profile-media-avatar-inner,.group-profile-user-avatar.tg-list-avatar.profile-media-avatar-box .profile-media-avatar-inner{object-fit:cover!important;transform-origin:50%!important;border-radius:50%!important;width:100%!important;min-width:100%!important;max-width:none!important;height:100%!important;min-height:100%!important;max-height:none!important;position:absolute!important;inset:0!important}.group-admin-row,.group-member-row{grid-template-columns:56px 1fr auto!important;min-height:58px!important}.group-profile-user-row{min-height:70px!important}.profile.group-profile-v3{margin-top:0!important}.profile.group-profile-v3>.profile-panel-head,.right .profile.group-profile-v3>.profile-panel-head{box-sizing:border-box!important;flex:0 0 54px!important;align-items:center!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding-top:0!important;padding-bottom:0!important}.profile.group-profile-v3>.profile-panel-head b,.right .profile.group-profile-v3>.profile-panel-head b{line-height:54px!important}.profile.group-profile-v3>.profile-panel-head .profile-panel-close,.profile.group-profile-v3>.profile-panel-head .profile-panel-edit,.profile.group-profile-v3>.profile-panel-head .profile-panel-edit-spacer{align-self:center!important}.profile.topic-profile-v2{color:#17212b;background:#fff;min-height:100%;overflow-x:hidden;padding:0 0 28px!important}.profile.topic-profile-v2 .profile-panel-head{border-bottom:1px solid var(--tg-border,#dfe5ec)!important;color:#17212b!important;background:#fff!important}.profile.topic-profile-v2 .profile-panel-head b{font-size:22px!important;font-weight:900!important}.profile.topic-profile-v2 .profile-panel-close,.profile.topic-profile-v2 .profile-panel-edit{color:#6f7f91!important}.topic-profile-main{text-align:center;flex-direction:column;align-items:center;padding:28px 18px 16px;display:flex}.topic-profile-v2 .topic-profile-icon-v2{color:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:900;line-height:1;display:flex;box-shadow:0 12px 32px #3390ec33;background:linear-gradient(135deg,#6fc7ff 0%,var(--tg-blue,#3390ec) 55%,#6a5cff 100%)!important;width:112px!important;height:112px!important;margin:0 auto 14px!important;font-size:48px!important}.topic-profile-v2 h3{text-overflow:ellipsis;white-space:nowrap;max-width:92%;font-weight:900;line-height:1.18;overflow:hidden;margin:0!important;font-size:22px!important}.topic-profile-v2 .profile-sub{color:#6f7f91!important;margin:5px 0 0!important;font-size:14px!important;font-weight:650!important}.topic-profile-card{overflow:hidden;border-top:1px solid var(--tg-border,#dfe5ec)!important;border-bottom:1px solid var(--tg-border,#dfe5ec)!important;background:#fff!important;border-left:0!important;border-right:0!important;border-radius:0!important;margin:0!important}.topic-profile-row{width:100%;border:0!important;border-bottom:1px solid var(--tg-border,#dfe5ec)!important;text-align:left!important;color:#17212b!important;background:#fff!important;grid-template-columns:44px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-height:56px!important;padding:8px 22px!important;display:grid!important}.topic-profile-row:last-child{border-bottom:0!important}button.topic-profile-row{cursor:pointer}button.topic-profile-row:hover{background:#f5f9fd!important}.topic-profile-row-icon{justify-content:center;align-items:center;display:flex;width:30px!important;height:30px!important;color:var(--tg-blue,#3390ec)!important;border-radius:0!important}.topic-profile-row-icon svg{stroke-width:2.15px!important;width:25px!important;height:25px!important}.topic-profile-bell{color:var(--tg-blue,#3390ec)!important}.topic-profile-row b{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden;color:#17212b!important;grid-column:2!important;font-size:15px!important;font-weight:850!important;line-height:18px!important}.topic-profile-row em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden;color:#6f7f91!important;text-transform:none!important;grid-column:2!important;font-size:14px!important;font-style:normal!important;font-weight:650!important;line-height:18px!important}.topic-profile-description{border-top:1px solid var(--tg-border,#dfe5ec);border-bottom:1px solid var(--tg-border,#dfe5ec);color:#5f6f80;background:#fff;border-radius:0;margin:12px 0 14px;padding:13px 22px;font-size:14px;line-height:1.35}.topic-profile-v2 .peer-media-section{background:0 0;border-top:0!important;margin-top:8px!important}.topic-profile-v2 .peer-tabs,.topic-profile-v2 .profile-media-tabs,.topic-profile-v2 .group-profile-tabs{background:#eef4fb!important;border:0!important;border-radius:18px!important;gap:6px!important;margin:0 12px!important;padding:6px!important}.topic-profile-v2 .peer-tabs button,.topic-profile-v2 .profile-media-tabs button,.topic-profile-v2 .group-profile-tabs button{border-radius:999px!important;padding:9px 15px!important;font-weight:900!important}.topic-profile-v2 .peer-media-empty{text-align:center;color:#6f7f91;flex-direction:column;justify-content:center;min-height:300px;display:flex}.profile.topic-profile-v2{color:#17212b!important;background:#fff!important;min-height:100%!important;padding:0 0 28px!important;overflow-x:hidden!important}.profile.topic-profile-v2>.profile-panel-head{box-sizing:border-box!important;border-bottom:1px solid var(--tg-border,#dfe5ec)!important;color:#17212b!important;background:#fff!important;flex:0 0 54px!important;align-items:center!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding:0 16px!important;display:flex!important}.profile.topic-profile-v2>.profile-panel-head b{color:#17212b!important;font-size:22px!important;font-weight:900!important;line-height:54px!important}.profile.topic-profile-v2>.profile-panel-head .profile-panel-close,.profile.topic-profile-v2>.profile-panel-head .profile-panel-edit{color:#6f7f91!important;visibility:visible!important;opacity:1!important;justify-content:center!important;align-items:center!important;display:flex!important}.profile.topic-profile-v2>.profile-panel-head .profile-panel-edit svg{stroke-width:2.1px!important;width:24px!important;height:24px!important}.profile.topic-profile-v2 .topic-profile-main{background:#fff!important;padding:28px 18px 16px!important}.profile.topic-profile-v2 .topic-profile-card{border-top:1px solid var(--tg-border,#dfe5ec)!important;border-bottom:1px solid var(--tg-border,#dfe5ec)!important;background:#fff!important;border-left:0!important;border-right:0!important;border-radius:0!important;margin:0!important;overflow:hidden!important}.profile.topic-profile-v2 .topic-profile-row{border:0!important;border-bottom:1px solid var(--tg-border,#dfe5ec)!important;color:#17212b!important;text-align:left!important;background:#fff!important;grid-template-rows:auto auto!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;gap:0 12px!important;width:100%!important;min-height:56px!important;padding:8px 22px!important;display:grid!important}.profile.topic-profile-v2 .topic-profile-row:last-child{border-bottom:0!important}.profile.topic-profile-v2 button.topic-profile-row:hover{background:#f5f9fd!important}.profile.topic-profile-v2 .topic-profile-row-icon{width:30px!important;height:30px!important;color:var(--tg-blue,#3390ec)!important;background:0 0!important;border-radius:0!important;grid-area:1/1/span 2!important;justify-content:center!important;align-items:center!important;display:flex!important}.profile.topic-profile-v2 .topic-profile-bell{color:var(--tg-blue,#3390ec)!important}.profile.topic-profile-v2 .topic-profile-row-icon svg{stroke-width:2.15px!important;width:25px!important;height:25px!important}.profile.topic-profile-v2 .topic-profile-row b{text-overflow:ellipsis!important;white-space:nowrap!important;color:#17212b!important;grid-area:1/2!important;min-width:0!important;font-size:15px!important;font-weight:850!important;line-height:18px!important;overflow:hidden!important}.profile.topic-profile-v2 .topic-profile-row em{text-overflow:ellipsis!important;white-space:nowrap!important;color:#6f7f91!important;text-transform:none!important;grid-area:2/2!important;justify-self:start!important;min-width:0!important;font-size:14px!important;font-style:normal!important;font-weight:650!important;line-height:18px!important;overflow:hidden!important}.profile.topic-profile-v2 .topic-profile-row em:last-child{grid-area:1/3/span 2!important;place-self:center end!important;font-size:14px!important;font-weight:650!important;line-height:18px!important}.profile.topic-profile-v2 .topic-profile-link em,.profile.topic-profile-v2 .topic-profile-row:not(.topic-profile-link) em{grid-area:1/3/span 2!important}.profile.topic-profile-v2 .peer-tabs,.profile.topic-profile-v2 .profile-media-tabs,.profile.topic-profile-v2 .group-profile-tabs{margin:8px 12px 0!important}.profile.topic-profile-v3{min-height:100%;position:relative;color:#17212b!important;text-align:initial!important;background:#fff!important;padding:0 0 88px!important;overflow-x:hidden!important}.profile.topic-profile-v3>.profile-panel-head{background:#fff!important;border-bottom:1px solid #dbe4ee!important;grid-template-columns:48px 1fr 48px!important;align-items:center!important;height:64px!important;min-height:64px!important;padding:0 16px!important;display:grid!important}.profile.topic-profile-v3>.profile-panel-head b{color:#17212b!important;text-align:left!important;font-size:18px!important;font-weight:900!important}.profile.topic-profile-v3>.profile-panel-head .profile-panel-close,.profile.topic-profile-v3>.profile-panel-head .profile-panel-edit{color:#687789!important;background:0 0!important;border:0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;display:flex!important}.profile.topic-profile-v3 .topic-profile-main{text-align:center!important;background:#fff!important;padding:34px 20px 28px!important}.profile.topic-profile-v3 .topic-profile-icon,.profile.topic-profile-v3 .topic-profile-icon-v2{color:#fff!important;width:126px!important;height:126px!important;box-shadow:none!important;background:linear-gradient(135deg,#59bdf6,#4378f0)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;margin:0 auto 18px!important;font-size:46px!important;font-weight:900!important;display:flex!important}.profile.topic-profile-v3 h3{color:#17212b!important;text-align:center!important;margin:0!important;font-size:19px!important;font-weight:900!important;line-height:1.12!important}.profile.topic-profile-v3 .profile-sub{color:#718093!important;text-align:center!important;margin:6px 0 0!important;font-size:13px!important;font-weight:800!important}.profile.topic-profile-v3 .topic-profile-info-list{background:#fff!important;border-top:1px solid #edf1f5!important;border-bottom:1px solid #edf1f5!important;border-radius:0!important;margin:0!important;overflow:visible!important}.profile.topic-profile-v3 .topic-profile-info-row{text-align:left!important;width:100%!important;min-height:68px!important;color:inherit!important;background:#fff!important;border:0!important;border-bottom:1px solid #edf1f5!important;border-radius:0!important;align-items:center!important;gap:16px!important;padding:10px 20px!important;display:flex!important}.profile.topic-profile-v3 .topic-profile-info-row:last-child{border-bottom:0!important}.profile.topic-profile-v3 .topic-profile-info-row>span{width:34px!important;min-width:34px!important;height:auto!important;color:var(--tg-blue,#3390ec)!important;background:0 0!important;justify-content:center!important;align-items:center!important;display:flex!important}.profile.topic-profile-v3 .topic-profile-info-row>span svg{stroke:currentColor!important;stroke-width:2px!important;width:24px!important;height:24px!important}.profile.topic-profile-v3 .topic-profile-info-row div{flex-direction:column!important;align-items:flex-start!important;min-width:0!important;display:flex!important}.profile.topic-profile-v3 .topic-profile-info-row b{color:#17212b!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:16px!important;font-weight:900!important;line-height:1.25!important;display:block!important;overflow:hidden!important}.profile.topic-profile-v3 .topic-profile-info-row em{color:#718093!important;white-space:nowrap!important;margin-top:3px!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:1.2!important;display:block!important}.profile.topic-profile-v3 .topic-profile-info-row button,.profile.topic-profile-v3 button.topic-profile-info-row{cursor:pointer!important}.profile.topic-profile-v3 .peer-media-section{background:#fff!important;border-top:0!important;margin-top:0!important;padding-top:0!important}.profile.topic-profile-v3 .peer-tabs,.profile.topic-profile-v3 .profile-media-tabs,.profile.topic-profile-v3 .group-profile-tabs{scrollbar-width:none!important;background:#fff!important;border-bottom:1px solid #edf1f5!important;align-items:center!important;gap:10px!important;padding:14px 16px 10px!important;display:flex!important;overflow-x:auto!important}.profile.topic-profile-v3 .peer-tabs::-webkit-scrollbar{display:none!important}.profile.topic-profile-v3 .peer-tabs button,.profile.topic-profile-v3 .profile-media-tabs button,.profile.topic-profile-v3 .group-profile-tabs button{color:#5f6f80!important;white-space:nowrap!important;background:#eef4fb!important;border:0!important;border-radius:999px!important;align-items:center!important;gap:6px!important;padding:10px 18px!important;font-size:15px!important;font-weight:800!important;display:flex!important}.profile.topic-profile-v3 .peer-tabs button.active,.profile.topic-profile-v3 .profile-media-tabs button.active,.profile.topic-profile-v3 .group-profile-tabs button.active{background:var(--tg-blue,#3390ec)!important;color:#fff!important}.profile.topic-profile-v3 .peer-media-empty{text-align:center!important;color:#718093!important;padding:26px!important}.profile.topic-profile-v3 .topic-profile-main{padding:22px 18px 18px!important}.profile.topic-profile-v3 .topic-profile-icon,.profile.topic-profile-v3 .topic-profile-icon-v2{width:94px!important;height:94px!important;margin:0 auto 12px!important;font-size:36px!important}.profile.topic-profile-v3 h3{font-size:18px!important;line-height:1.12!important}.profile.topic-profile-v3 .profile-sub{margin:5px 0 0!important;font-size:13px!important}.profile.topic-profile-v3 .topic-profile-info-row{gap:14px!important;min-height:58px!important;padding:8px 18px!important}.profile.topic-profile-v3 .topic-profile-info-row>span{width:30px!important;min-width:30px!important}.profile.topic-profile-v3 .topic-profile-info-row>span svg{width:22px!important;height:22px!important}.profile.topic-profile-v3 .topic-profile-info-row b{font-size:15px!important}.profile.topic-profile-v3 .topic-profile-info-row em{margin-top:2px!important;font-size:13px!important}.profile.topic-profile-v3 .peer-tabs,.profile.topic-profile-v3 .profile-media-tabs,.profile.topic-profile-v3 .group-profile-tabs{gap:8px!important;padding:10px 14px 8px!important}.profile.topic-profile-v3 .peer-tabs button,.profile.topic-profile-v3 .profile-media-tabs button,.profile.topic-profile-v3 .group-profile-tabs button{padding:8px 15px!important;font-size:14px!important}.profile.topic-profile-v3 .peer-media-empty{padding:18px!important}.profile.topic-profile-v3 .peer-media-grid,.profile.topic-profile-v3 .peer-files-list{padding:6px 10px!important}.profile.topic-profile-v3>.profile-panel-head,.right .profile.topic-profile-v3>.profile-panel-head{box-sizing:border-box!important;flex:0 0 54px!important;align-items:center!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding-top:0!important;padding-bottom:0!important}.profile.topic-profile-v3>.profile-panel-head b,.right .profile.topic-profile-v3>.profile-panel-head b{font-size:18px!important;line-height:54px!important}.profile.topic-profile-v3>.profile-panel-head .profile-panel-close,.profile.topic-profile-v3>.profile-panel-head .profile-panel-edit,.profile.topic-profile-v3>.profile-panel-head .profile-panel-edit-spacer{align-self:center!important}.right .profile.topic-profile-v3>.profile-panel-head,.profile.topic-profile-v3>.profile-panel-head{border-bottom:1px solid var(--tg-border,#dfe5ec)!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding:0 16px!important}.right .profile.topic-profile-v3>.profile-panel-head b,.profile.topic-profile-v3>.profile-panel-head b{font-size:18px!important;line-height:54px!important}.right .profile.topic-profile-v3>.profile-panel-head .profile-panel-close,.right .profile.topic-profile-v3>.profile-panel-head .profile-panel-edit,.right .profile.topic-profile-v3>.profile-panel-head .profile-panel-edit-spacer,.profile.topic-profile-v3>.profile-panel-head .profile-panel-close,.profile.topic-profile-v3>.profile-panel-head .profile-panel-edit,.profile.topic-profile-v3>.profile-panel-head .profile-panel-edit-spacer{width:42px!important;min-width:42px!important;height:42px!important}.topic-edit-backdrop{z-index:1400;background:#0f172a61;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.topic-edit-modal{background:#fff;border:1px solid #94a3b840;border-radius:22px;flex-direction:column;width:min(460px,100vw - 32px);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 22px 70px #0f172a47}.topic-edit-head{color:#111827;border-bottom:1px solid #dce5ef;grid-template-columns:54px 1fr 54px;align-items:center;height:58px;display:grid}.topic-edit-head b{text-align:center;font-size:21px;font-weight:900}.topic-edit-head button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:999px;width:42px;height:42px;margin-left:8px;font-size:32px;line-height:1}.topic-edit-head button:hover{background:#f1f5f9}.topic-edit-body{flex-direction:column;gap:14px;padding:22px;display:flex;overflow:auto}.topic-edit-avatar{color:#fff;background:linear-gradient(135deg,#56b8f5,#3478f6);border-radius:999px;justify-content:center;align-items:center;width:86px;height:86px;margin:4px auto 6px;font-size:42px;font-weight:900;display:flex;box-shadow:0 12px 26px #2f8def40}.topic-edit-field{color:#64748b;flex-direction:column;gap:7px;font-size:14px;font-weight:800;display:flex}.topic-edit-field input,.topic-edit-field textarea{box-sizing:border-box;color:#111827;background:#f8fbff;border:1px solid #d9e4f0;border-radius:14px;outline:none;width:100%;min-height:46px;padding:11px 14px;font:800 16px/1.25 inherit}.topic-edit-field textarea{resize:vertical;min-height:94px;font-weight:700}.topic-edit-field input:focus,.topic-edit-field textarea:focus{background:#fff;border-color:#3390ec;box-shadow:0 0 0 3px #3390ec24}.topic-edit-save{color:#fff;cursor:pointer;background:#3390ec;border:0;border-radius:999px;height:48px;font-size:16px;font-weight:900;box-shadow:0 10px 24px #3390ec38}.topic-edit-save:disabled{opacity:.65;cursor:default}.topic-edit-error{color:#e11d48;background:#fff1f2;border-radius:12px;padding:10px 12px;font-weight:800}@media (width<=640px){.topic-edit-backdrop{align-items:flex-end;padding:0}.topic-edit-modal{border-radius:22px 22px 0 0;width:100%;max-height:92vh}.topic-edit-head b{font-size:19px}}.topic-edit-modal-v340{border-radius:18px!important;width:min(390px,100vw - 32px)!important}.topic-edit-modal-v340 .topic-edit-head{grid-template-columns:48px 1fr 48px!important;height:50px!important}.topic-edit-modal-v340 .topic-edit-head b{font-size:17px!important}.topic-edit-modal-v340 .topic-edit-head button{width:36px!important;height:36px!important;margin-left:6px!important;font-size:27px!important}.topic-edit-modal-v340 .topic-edit-body{gap:11px!important;padding:16px 18px 18px!important}.topic-edit-modal-v340 .topic-edit-avatar{width:66px!important;height:66px!important;margin:0 auto 4px!important;font-size:31px!important;box-shadow:0 9px 20px #2f8def33!important}.topic-edit-modal-v340 .topic-edit-field{gap:6px!important;font-size:13px!important}.topic-edit-modal-v340 .topic-edit-field input{border-radius:12px!important;min-height:42px!important;padding:9px 12px!important;font-size:14px!important;font-weight:800!important}.topic-edit-icon-row{align-items:center;gap:8px;display:flex;position:relative}.topic-edit-icon-row input{flex:1;min-width:0;padding-right:12px!important}.topic-edit-emoji-btn{color:#3390ec;cursor:pointer;background:#eef6ff;border:0;border-radius:13px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.topic-edit-emoji-btn:hover{background:#e1f0ff}.topic-edit-emoji-btn svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.topic-edit-emoji-popup{z-index:1510;position:absolute;top:calc(100% + 8px);left:0}.topic-edit-emoji-popup .emoji-picker-v039{width:330px!important;max-width:calc(100vw - 52px)!important;height:286px!important;position:relative!important;inset:auto!important;box-shadow:0 18px 46px #0f172a3d!important}.topic-edit-save{height:44px!important;margin-top:3px!important;font-size:15px!important}.topic-edit-delete{color:#e11d48;cursor:pointer;background:#fff1f2;border:0;border-radius:999px;height:42px;font-size:15px;font-weight:900}.topic-edit-delete:hover{background:#ffe4e6}.topic-edit-delete:disabled{opacity:.65;cursor:default}.topic-delete-confirm-backdrop{z-index:1520;background:#0f172a57;justify-content:center;align-items:center;padding:18px;display:flex;position:absolute;inset:0}.topic-delete-confirm{text-align:center;background:#fff;border:1px solid #94a3b840;border-radius:18px;width:min(330px,100%);padding:18px;box-shadow:0 22px 60px #0f172a4d}.topic-delete-confirm b{color:#111827;margin-bottom:8px;font-size:18px;font-weight:900;display:block}.topic-delete-confirm p{color:#64748b;margin:0 0 16px;font-size:14px;font-weight:700;line-height:1.35}.topic-delete-actions{gap:10px;display:flex}.topic-delete-actions button{cursor:pointer;border:0;border-radius:999px;flex:1;height:42px;font-weight:900}.topic-delete-danger{color:#fff;background:#ef4444}.topic-delete-cancel{color:#64748b;background:#eef2f7}@media (width<=640px){.topic-edit-modal-v340{border-radius:18px 18px 0 0!important;width:100%!important;max-height:88vh!important}.topic-edit-emoji-popup .emoji-picker-v039{width:calc(100vw - 44px)!important;height:300px!important}}.topic-edit-emoji-portal{inset:auto;z-index:3000!important;position:fixed!important}.topic-edit-emoji-portal .emoji-picker-v039{width:330px!important;max-width:calc(100vw - 52px)!important;height:286px!important;position:relative!important;inset:auto!important;box-shadow:0 18px 46px #0f172a3d!important}@media (width<=640px){.topic-edit-emoji-portal{inset:auto 22px 20px!important}.topic-edit-emoji-portal .emoji-picker-v039{width:calc(100vw - 44px)!important;height:300px!important}}.telegram-photo-frame .message-meta .bubble-pin-mini.bubble-pin-telegram,.telegram-video-frame .message-meta .bubble-pin-mini.bubble-pin-telegram{vertical-align:-1px!important;width:9px!important;min-width:9px!important;max-width:9px!important;height:9px!important;min-height:9px!important;max-height:9px!important;color:inherit!important;fill:currentColor!important;stroke:none!important;opacity:.95!important;flex:0 0 9px!important;margin-right:1px!important;display:inline-block!important}.telegram-photo-frame .message-meta,.telegram-video-frame .message-meta{align-items:center!important;gap:2px!important}.topic-pane .topic-left-head{height:64px!important;color:var(--tg-text)!important;border-bottom:1px solid var(--tg-border)!important;background:#fff!important;align-items:center!important;padding:0 11px!important}.topic-pane .topic-title-block{flex-direction:column;flex:1;justify-content:center;min-width:0;line-height:1.15;display:flex}.topic-pane .topic-title-block .topic-brand{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;color:var(--tg-text)!important;font-size:15.5px!important;font-weight:800!important;overflow:hidden!important}.topic-pane .topic-header-subtitle{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;overflow:hidden;color:var(--tg-muted)!important;font-size:13px!important;font-weight:500!important}.topic-title-clickable{cursor:pointer;min-width:0}.topic-title-clickable:focus{outline:none}.mention-badge.clickable{cursor:pointer}.mention-badge.clickable:hover{filter:brightness(.96)}.mention-popup-v038 .mention-item.active{background:var(--tg-hover,#f4f7fa)!important}.mention-jump-highlight{animation:1.6s ease-out migMentionJumpHighlight}@keyframes migMentionJumpHighlight{0%{box-shadow:0 0 #3390ec8c}45%{box-shadow:0 0 0 4px #3390ec47}to{box-shadow:var(--shadow)}}.media-preview-emoji-portal{inset:auto;z-index:4000!important;position:fixed!important}.media-preview-emoji-portal .emoji-picker-v039{width:330px!important;max-width:calc(100vw - 52px)!important;height:286px!important;position:relative!important;inset:auto!important;box-shadow:0 18px 46px #0f172a3d!important}@media (width<=640px){.media-preview-emoji-portal{inset:auto 22px 20px!important}.media-preview-emoji-portal .emoji-picker-v039{width:calc(100vw - 44px)!important;height:300px!important}}.media-preview-emoji-portal{z-index:99999!important;max-width:calc(100vw - 24px)!important;position:fixed!important;bottom:auto!important;right:auto!important}.media-preview-emoji-portal .emoji-picker-v039{border-radius:18px!important;width:330px!important;max-width:calc(100vw - 24px)!important;height:286px!important;max-height:calc(100vh - 24px)!important;position:relative!important;inset:auto!important;overflow:hidden!important;box-shadow:0 18px 46px #0f172a47!important}.media-preview-emoji-portal .emoji-scroll{max-height:224px!important;overflow:auto!important}@media (width<=640px){.media-preview-emoji-portal{left:12px!important;right:12px!important}.media-preview-emoji-portal .emoji-picker-v039{width:calc(100vw - 24px)!important;height:300px!important}.media-preview-emoji-portal .emoji-scroll{max-height:238px!important}}.tg-media-preview-file-thumb-wrap{background:#dde6ee!important;border-radius:12px!important;flex:none!important;width:66px!important;height:66px!important;display:block!important;position:relative!important;overflow:hidden!important}.tg-media-preview-file-thumb-wrap .tg-media-preview-file-thumb{object-fit:cover!important;border-radius:12px!important;width:66px!important;height:66px!important;display:block!important}.tg-media-preview-file-thumb-wrap i{color:#fff!important;pointer-events:none!important;background:#0000006b!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;height:26px!important;padding-left:2px!important;font-size:13px!important;font-style:normal!important;line-height:1!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.topic-pane .topic-left-head.topic-searching{gap:8px!important}.topic-header-search-wrap{background:var(--tg-hover,#eef3f8);min-width:0;height:38px;color:var(--tg-muted,#707b87);border-radius:19px;flex:1;align-items:center;gap:7px;padding:0 10px;display:flex}.topic-header-search-wrap svg{width:18px;height:18px;color:inherit;flex:none}.topic-header-search-input{min-width:0;color:var(--tg-text,#17212b);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:14px;font-weight:500}.topic-header-search-input::placeholder{color:var(--tg-muted,#707b87)}.topic-header-search-clear{width:24px;height:24px;color:var(--tg-muted,#707b87);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:18px;line-height:1;display:flex}.topic-header-search-clear:hover{background:#0000000f}.topic-search-empty{text-align:center;color:var(--tg-muted,#707b87);padding:20px 14px;font-size:14px;font-weight:600}.search-inline-hit{color:inherit;background:#3390ec2e;border-radius:4px;padding:0 1px}.chatlist-topbar.chatlist-searching .chatlist-menu-btn{color:var(--tg-muted,#707b87);background:0 0;font-size:28px;font-weight:400;line-height:1}.chatlist-topbar.chatlist-searching .chatlist-menu-btn:hover{background:var(--tg-hover,#eef3f8)}.chat-list-search-results{padding-top:0}.search-section-label{text-transform:uppercase;letter-spacing:.02em;height:30px;color:var(--tg-muted,#707b87);background:var(--tg-left,#fff);align-items:center;padding:0 16px;font-size:12px;font-weight:700;display:flex}.topic-search-label{background:0 0;height:28px;padding-left:14px}.topic-left-head.topic-searching .icon-btn{color:var(--tg-muted,#707b87);font-size:22px;line-height:1}.telegram-search-tabs{background:var(--tg-left,#fff);border-bottom:1px solid var(--tg-border,#e6ecf2);align-items:flex-end;gap:14px;height:42px;padding:0 16px;display:flex;overflow:hidden}.telegram-search-tabs button{appearance:none;color:var(--tg-muted,#707b87);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0 0 9px;font-size:15px;font-weight:700;line-height:1;position:relative}.telegram-search-tabs button.active{color:var(--tg-accent,#3390ec)}.telegram-search-tabs button.active:after{content:"";background:var(--tg-accent,#3390ec);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:0;right:0}.telegram-search-results .telegram-search-result-item{background:var(--tg-left,#fff);grid-template-rows:auto auto;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;column-gap:10px;min-height:72px;padding:8px 12px}.telegram-search-results .telegram-search-result-item.active{background:var(--tg-left,#fff);color:inherit}.telegram-search-results .telegram-search-result-item:hover{background:#3390ec14}.telegram-search-results .telegram-search-result-item .chat-item-avatar{grid-row:1/3;align-self:center;width:48px;height:48px}.telegram-search-results .telegram-search-result-item .chat-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--tg-text,#17212b);grid-area:1/2;font-size:16px;font-weight:700;overflow:hidden}.telegram-search-results .telegram-search-result-item .chat-time{color:var(--tg-muted,#707b87);white-space:nowrap;grid-area:1/3;align-self:center;font-size:13px;font-weight:500}.telegram-search-results .telegram-search-result-item .chat-preview{color:var(--tg-muted,#707b87);text-overflow:ellipsis;white-space:nowrap;grid-area:2/2/auto/4;min-width:0;font-size:15px;line-height:1.28;overflow:hidden}.telegram-search-results .telegram-search-result-item mark.search-inline-hit{color:inherit;background:#3390ec3d;border-radius:4px;padding:0 2px}.topic-sidebar .telegram-search-tabs{background:var(--tg-left,#fff);margin:0}.topic-sidebar .telegram-search-result-item{min-height:70px}.new-messages-jump.mention-jump{bottom:132px!important}.new-messages-jump.mention-jump:before{content:"@";margin-right:7px;font-weight:900}.tg-reaction-strip{z-index:1200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border-radius:24px;align-items:center;gap:6px;padding:8px 10px;display:flex;position:fixed;box-shadow:0 8px 28px #0000002e}.tg-reaction-strip button{cursor:pointer;background:0 0;border:0;border-radius:18px;justify-content:center;align-items:center;min-width:34px;height:34px;font-size:25px;line-height:1;transition:transform .12s,background .12s;display:flex}.tg-reaction-strip button:hover{background:#3390ec1f;transform:translateY(-2px)scale(1.08)}.tg-reaction-strip .reaction-more{color:#6f7d86;background:#eef5f8;min-width:36px;font-size:24px}.tg-reaction-picker{z-index:1250;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-radius:24px;width:min(520px,100vw - 24px);max-height:min(540px,100vh - 28px);padding:14px 16px 18px;position:fixed;overflow:auto;box-shadow:0 12px 36px #00000038}.reaction-picker-row{align-items:center;gap:12px;margin-bottom:14px;display:flex}.reaction-picker-row span{color:#7a8992;font-size:31px}.reaction-picker-row button,.reaction-picker-grid button{cursor:pointer;background:0 0;border:0;border-radius:14px;width:44px;height:44px;font-size:31px;line-height:1}.reaction-picker-row button:hover,.reaction-picker-grid button:hover{background:#eef5ff;transform:scale(1.08)}.reaction-picker-close{color:#7a8992!important;background:#edf4f8!important;margin-left:auto!important;font-size:24px!important}.tg-reaction-picker>b{color:#8a969e;margin:4px 0 10px;font-size:22px;display:block}.reaction-picker-grid{grid-template-columns:repeat(8,44px);align-items:center;gap:8px 12px;display:grid}.message-reactions{flex-wrap:wrap;gap:4px;max-width:100%;margin-top:5px;display:flex}.message-reaction-pill{color:#2677c9;cursor:pointer;background:#3390ec29;border:0;border-radius:14px;align-items:center;gap:4px;padding:2px 7px 3px;font-size:15px;line-height:20px;display:inline-flex}.bubble.mine .message-reaction-pill,.telegram-photo-bubble.mine .message-reaction-pill,.telegram-video-bubble.mine .message-reaction-pill{background:#ffffff73}.message-reaction-pill span{font-size:17px}.message-reaction-pill b{font-size:13px;font-weight:700}.telegram-photo-bubble>.message-reactions,.telegram-video-bubble>.message-reactions{z-index:5;position:absolute;bottom:-18px;right:6px}.telegram-photo-bubble,.telegram-video-bubble{margin-bottom:18px;position:relative}@media (width<=700px){.tg-reaction-picker{width:auto;left:8px!important;right:8px!important}.reaction-picker-grid{grid-template-columns:repeat(7,1fr);gap:8px}.tg-reaction-strip{justify-content:space-between;left:8px!important;right:8px!important}.tg-reaction-strip button{min-width:32px}}.tg-reaction-strip{border-radius:20px!important;gap:4px!important;padding:5px 7px!important;box-shadow:0 6px 22px #00000029!important}.tg-reaction-strip button{border-radius:15px!important;width:29px!important;min-width:29px!important;height:29px!important;padding:0!important;font-size:0!important}.tg-reaction-strip button .emoji-asset{object-fit:contain!important;width:22px!important;height:22px!important;display:block!important}.tg-reaction-strip button .emoji-asset-fallback{font-size:20px!important;line-height:1!important}.tg-reaction-strip .reaction-more{color:#667885!important;background:#edf4f8!important;border-radius:17px!important;width:34px!important;min-width:34px!important;height:34px!important;margin-left:3px!important;font-size:20px!important}.tg-reaction-picker{z-index:1250!important;width:auto!important;max-height:none!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border-radius:0!important;padding:0!important;position:fixed!important;overflow:visible!important}.tg-reaction-picker .emoji-picker-v039{border-radius:18px!important;width:330px!important;max-width:calc(100vw - 24px)!important;height:286px!important;max-height:calc(100vh - 24px)!important;position:relative!important;inset:auto!important;overflow:hidden!important;box-shadow:0 18px 46px #0f172a47!important}.tg-reaction-picker .emoji-scroll{max-height:226px!important}@media (width<=700px){.tg-reaction-strip{justify-content:space-between!important;left:8px!important;right:8px!important}.tg-reaction-strip button{width:28px!important;min-width:28px!important}.tg-reaction-picker{left:12px!important;right:12px!important}.tg-reaction-picker .emoji-picker-v039{width:calc(100vw - 24px)!important;height:300px!important}.tg-reaction-picker .emoji-scroll{max-height:238px!important}}.emoji-picker-v039{width:420px!important;max-width:calc(100vw - 24px)!important;overflow:hidden!important}.emoji-picker-v039 .emoji-scroll,.emoji-scroll{overflow:hidden auto!important}.emoji-grid-v039{grid-template-columns:repeat(auto-fill,minmax(34px,1fr))!important;gap:2px!important;overflow-x:hidden!important}.emoji-grid-v039 button{justify-self:center!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important}.tg-reaction-picker .emoji-picker-v039,.media-preview-emoji-portal .emoji-picker-v039,.topic-edit-emoji-portal .emoji-picker-v039,.topic-edit-emoji-popup .emoji-picker-v039{width:420px!important;max-width:calc(100vw - 24px)!important;overflow:hidden!important}.tg-reaction-picker .emoji-scroll,.media-preview-emoji-portal .emoji-scroll,.topic-edit-emoji-portal .emoji-scroll,.topic-edit-emoji-popup .emoji-scroll{overflow:hidden auto!important}@media (width<=640px){.emoji-picker-v039,.tg-reaction-picker .emoji-picker-v039,.media-preview-emoji-portal .emoji-picker-v039,.topic-edit-emoji-portal .emoji-picker-v039,.topic-edit-emoji-popup .emoji-picker-v039{width:calc(100vw - 24px)!important}}.reaction-context-backdrop{z-index:1190;position:fixed;inset:0;background:0 0!important}.tg-reaction-strip,.message-context-menu{z-index:1200!important}.tg-reaction-picker{z-index:1250!important}.tg-reaction-strip .reaction-more{justify-content:center!important;align-items:center!important;padding:0!important;font-size:0!important;display:flex!important;position:relative!important}.tg-reaction-strip .reaction-more:before{content:"";border-bottom:2px solid #6f7d86;border-right:2px solid #6f7d86;width:8px;height:8px;display:block;transform:rotate(45deg)translateY(-2px)}.message-reaction-pill.mine-reaction{color:#1d6fc2!important;background:#3390ec3d!important}.message-reaction-pill .message-reaction-emoji{object-fit:contain;vertical-align:-3px;width:17px;min-width:17px;height:17px;line-height:1;display:inline-block}.message-reaction-pill .message-reaction-emoji.emoji-asset-fallback{vertical-align:baseline;width:auto;min-width:0;height:auto;font-size:17px}.message-reaction-pill span.message-reaction-emoji{font-size:17px}.voice-bubble{min-width:245px;max-width:360px;padding:6px 9px 5px!important}.voice-row{align-items:center;gap:8px;min-height:36px;display:flex}.voice-play{background:var(--accent,#53a6e8);color:#fff;border:0;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.voice-play svg{fill:currentColor;width:18px;height:18px}.voice-main{flex:1;min-width:140px}.voice-waveform{align-items:center;gap:2px;height:24px;display:flex;overflow:hidden}.voice-waveform span{background:#5a7d9673;border-radius:3px;width:3px;display:block}.voice-time{opacity:.7;margin-top:1px;font-size:12px;line-height:13px}.voice-transcribe-btn{min-width:34px;height:28px;color:inherit;background:#5a7d961f;border:0;border-radius:14px;place-items:center;padding:0 7px;font-weight:700;display:grid}.voice-transcribe-btn svg{stroke:currentColor;fill:none;stroke-width:2.2px;width:18px;height:18px}.voice-transcript-text{margin-top:6px;font:inherit!important;line-height:1.35!important}.voice-record-btn svg{stroke:currentColor;fill:none;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.voice-recording-panel{flex:1;align-items:center;gap:8px;height:40px;display:flex}.voice-recording-status{background:var(--composer-bg,#fff);height:36px;color:var(--text,#222);border-radius:18px;flex:1;align-items:center;gap:8px;padding:0 12px;display:flex;box-shadow:inset 0 0 0 1px #0000000d}.voice-recording-status span{background:#e53935;border-radius:50%;width:8px;height:8px;animation:1s infinite migPulse;display:inline-block}.voice-delete svg{width:21px;height:21px}.voice-send svg{width:20px;height:20px}@keyframes migPulse{50%{opacity:.35}}.composer .voice-recording-panel+.composer-btn{display:none}.voice-rec-dot{background:#f06b6b!important;border-radius:50%!important;width:8px!important;height:8px!important;animation:1s infinite migPulse!important;display:block!important}.voice-recorder-composer .composer-btn{flex:0 0 40px!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;margin:0!important}.voice-recorder-composer .voice-delete-final{color:#e53935!important;background:#fff!important;box-shadow:0 1px 2px #10182814!important}.voice-recorder-composer .voice-delete-final:hover{background:#fff1f1!important}.voice-recorder-composer .voice-delete-final svg{stroke:currentColor!important;fill:none!important;stroke-width:2.1px!important;width:20px!important;height:20px!important}.voice-recorder-composer .voice-send{background:var(--tg-blue,#3390ec)!important;color:#fff!important}.voice-bubble{border-radius:12px!important;min-width:214px!important;max-width:330px!important;padding:6px 8px 5px!important}.voice-row{align-items:center!important;gap:7px!important;min-height:34px!important}.voice-play{width:32px!important;min-width:32px!important;height:32px!important}.voice-play svg{width:16px!important;height:16px!important}.voice-main{min-width:132px!important}.voice-waveform{gap:2px!important;height:23px!important}.voice-waveform span{background:#4ab05657!important;border-radius:999px!important;width:2px!important;min-width:2px!important}.mine .voice-waveform span{background:#4ab05659!important}.voice-waveform span.played{background:#3390ec!important}.mine .voice-waveform span.played{background:#33a852!important}.voice-transcribe-btn{color:#31a24c!important;background:#4ab0561f!important;border-radius:14px!important;align-self:center!important;min-width:34px!important;height:28px!important;margin-top:0!important}.voice-time{color:#31a24c!important;opacity:1!important;margin-top:0!important;font-size:12px!important;line-height:12px!important}.voice-transcript-error{color:#e53935!important;font:inherit!important;background:0 0!important;margin-top:6px!important;padding:0!important;line-height:1.35!important}.voice-waveform{cursor:pointer!important}.voice-waveform span.played{opacity:1!important;background:#3390ec!important}.mine .voice-waveform span.played{opacity:1!important;background:#33a852!important}.composer.compact-composer.is-voice-recording .attach-wrap,.composer.compact-composer.is-voice-recording .emoji-left,.composer.compact-composer.is-voice-recording .input-shell{display:none!important}.voice-recorder-composer{align-items:center!important;gap:8px!important;width:100%!important;height:42px!important;min-height:42px!important;display:flex!important}.voice-recorder-shell{background:var(--composer-bg,#fff)!important;border-radius:20px!important;flex:auto!important;align-items:center!important;gap:12px!important;min-width:0!important;height:40px!important;padding:0 14px!important;display:flex!important;overflow:hidden!important;box-shadow:0 1px 2px #10182814!important}.voice-rec-timer{color:#17212b!important;white-space:nowrap!important;flex:none!important;align-items:center!important;gap:8px!important;height:40px!important;font-size:15px!important;font-weight:600!important;line-height:40px!important;display:flex!important}.voice-rec-waveform{flex:auto!important;align-items:center!important;gap:2px!important;min-width:0!important;height:28px!important;display:flex!important;overflow:hidden!important}.voice-rec-waveform span{opacity:.95!important;background:#9fc9a0!important;border-radius:999px!important;width:2px!important;min-width:2px!important;display:block!important}.voice-cancel-btn{color:#e53935!important;cursor:pointer!important;background:#fff!important;border:0!important;border-radius:20px!important;flex:none!important;min-width:78px!important;height:40px!important;padding:0 16px!important;font-size:14px!important;font-weight:700!important;box-shadow:0 1px 2px #10182814!important}.voice-cancel-btn:hover{background:#fff1f1!important}.voice-recorder-composer .voice-send{background:var(--tg-blue,#3390ec)!important;color:#fff!important;flex:0 0 40px!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;margin:0!important}.voice-recorder-composer .voice-delete-final{display:none!important}.voice-transcript-text{font:inherit!important;color:inherit!important;background:0 0!important;padding:0!important;line-height:1.35!important}.composer.compact-composer.is-voice-recording .attach-wrap,.composer.compact-composer.is-voice-recording .emoji-left,.composer.compact-composer.is-voice-recording .input-shell,.composer.compact-composer.is-voice-recording .voice-delete,.composer.compact-composer.is-voice-recording .voice-delete-final{display:none!important}.composer.compact-composer.is-voice-recording{align-items:center!important;gap:8px!important;height:52px!important;min-height:52px!important;max-height:52px!important;padding:6px 10px!important}.voice-recorder-composer.voice-recorder-composer-v428{align-items:center!important;gap:8px!important;width:100%!important;height:40px!important;min-height:40px!important;display:flex!important}.voice-recorder-composer-v428 .voice-recorder-shell{background:var(--composer-bg,#fff)!important;border-radius:20px!important;flex:auto!important;align-items:center!important;gap:10px!important;min-width:0!important;height:40px!important;min-height:40px!important;padding:0 8px 0 14px!important;display:flex!important;overflow:hidden!important;box-shadow:0 1px 2px #10182814!important}.voice-recorder-composer-v428 .voice-rec-timer{color:#17212b!important;flex:none!important;align-items:center!important;gap:7px!important;height:40px!important;font-size:15px!important;font-weight:600!important;line-height:40px!important;display:flex!important}.voice-recorder-composer-v428 .voice-rec-waveform{flex:auto!important;align-items:center!important;gap:2px!important;min-width:0!important;height:28px!important;display:flex!important;overflow:hidden!important}.voice-recorder-composer-v428 .voice-cancel-btn{color:#e53935!important;cursor:pointer!important;min-width:76px!important;height:32px!important;box-shadow:none!important;background:#ec59561a!important;border:0!important;border-radius:16px!important;flex:none!important;padding:0 14px!important;font-size:14px!important;font-weight:700!important}.voice-recorder-composer-v428 .voice-cancel-btn:hover{background:#ec595629!important}.voice-recorder-composer-v428 .voice-send{background:var(--tg-blue,#3390ec)!important;color:#fff!important;flex:0 0 40px!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;margin:0!important}.voice-bubble .voice-transcript-text{font:inherit!important;color:inherit!important;background:0 0!important;padding:0!important;line-height:1.35!important}.voice-bubble:not(.transcript-open) .voice-transcript-text{display:none!important}.voice-bubble .voice-play,.voice-bubble .voice-transcribe-btn{z-index:3;position:relative;pointer-events:auto!important}.voice-bubble audio{display:none!important}.voice-bubble.mine .voice-play,.bubble.mine.voice-bubble .voice-play{color:#fff!important;background:#35b653!important}.voice-bubble:not(.mine) .voice-play,.bubble.voice-bubble:not(.mine) .voice-play{color:#fff!important;background:#3390ec!important}.voice-bubble.mine .voice-waveform span,.bubble.mine.voice-bubble .voice-waveform span{background:#35b65347!important}.voice-bubble:not(.mine) .voice-waveform span,.bubble.voice-bubble:not(.mine) .voice-waveform span{background:#3390ec3d!important}.voice-bubble.mine .voice-waveform span.played,.bubble.mine.voice-bubble .voice-waveform span.played{background:#35b653!important}.voice-bubble:not(.mine) .voice-waveform span.played,.bubble.voice-bubble:not(.mine) .voice-waveform span.played{background:#3390ec!important}.voice-bubble.mine .voice-transcribe-btn,.bubble.mine.voice-bubble .voice-transcribe-btn{color:#20a342!important;background:#35b65329!important}.voice-bubble:not(.mine) .voice-transcribe-btn,.bubble.voice-bubble:not(.mine) .voice-transcribe-btn{color:#2486dc!important;background:#3390ec24!important}.voice-bubble.mine .voice-time,.bubble.mine.voice-bubble .voice-time{color:#20a342!important}.voice-bubble:not(.mine) .voice-time,.bubble.voice-bubble:not(.mine) .voice-time{color:#5f6f7a!important}.chat-header{position:relative!important}.chat-header .chat-header-title{flex:auto!important;min-width:0!important}.chat-header .header-actions>.voice-header-player.voice-header-player-react.voice-header-player-telegram{box-sizing:border-box!important;width:390px!important;min-width:390px!important;max-width:390px!important;height:34px!important;min-height:34px!important;max-height:34px!important;box-shadow:none!important;z-index:auto!important;background:0 0!important;border:0!important;order:10!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;margin:0 6px 0 0!important;padding:0!important;display:flex!important;position:static!important;inset:auto!important;overflow:hidden!important;transform:none!important}.chat-header .header-actions>.voice-header-player .voice-header-meta{flex:0 150px!important;order:1!important;width:150px!important;min-width:120px!important;max-width:150px!important;margin:0!important;padding:0!important;line-height:17px!important;overflow:hidden!important}.chat-header .header-actions>.voice-header-player .voice-header-meta b{white-space:nowrap!important;text-overflow:ellipsis!important;color:#111827!important;margin:0!important;font-size:16px!important;font-weight:700!important;line-height:18px!important;display:block!important;overflow:hidden!important}.chat-header .header-actions>.voice-header-player .voice-header-meta span{white-space:nowrap!important;text-overflow:ellipsis!important;color:#6b7280!important;margin:0!important;font-size:14px!important;font-weight:400!important;line-height:16px!important;display:block!important;overflow:hidden!important}.chat-header .header-actions>.voice-header-player .voice-header-controls{flex:none!important;order:2!important;justify-content:flex-end!important;align-items:center!important;gap:14px!important;height:34px!important;margin:0!important;padding:0!important;display:flex!important}.chat-header .header-actions>.voice-header-player button,.chat-header .header-actions>.voice-header-player .voice-header-ctrl{color:#2d8cff!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;box-shadow:none!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:50%!important;flex:0 0 24px!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;display:inline-flex!important}.chat-header .header-actions>.voice-header-player svg{color:#2d8cff!important;width:20px!important;height:20px!important;display:block!important}.chat-header .header-actions>.voice-header-player .voice-header-speed{color:#2d8cff!important;background:0 0!important;border:2px solid #2d8cff!important;border-radius:8px!important;flex:0 0 39px!important;width:39px!important;min-width:39px!important;max-width:39px!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:0!important;font-size:13px!important;font-weight:800!important;line-height:18px!important}.chat-header .header-actions>.voice-header-player .voice-header-close{color:#667381!important;flex:0 0 24px!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;font-size:24px!important;font-weight:400!important;line-height:20px!important}@media (width<=1280px){.chat-header .header-actions>.voice-header-player.voice-header-player-react.voice-header-player-telegram{gap:9px!important;width:290px!important;min-width:290px!important;max-width:290px!important}.chat-header .header-actions>.voice-header-player .voice-header-meta{width:106px!important;min-width:96px!important;max-width:106px!important}.chat-header .header-actions>.voice-header-player .voice-header-controls{gap:10px!important}}@media (width<=980px){.chat-header .header-actions>.voice-header-player.voice-header-player-react.voice-header-player-telegram{width:184px!important;min-width:184px!important;max-width:184px!important}.chat-header .header-actions>.voice-header-player .voice-header-meta{display:none!important}.chat-header .header-actions>.voice-header-player .voice-header-controls{gap:8px!important}}.voice-header-player.voice-header-player-react.voice-header-player-telegram{box-sizing:border-box!important;width:330px!important;min-width:330px!important;max-width:330px!important;height:30px!important;min-height:30px!important;max-height:30px!important;box-shadow:none!important;background:0 0!important;border:0!important;flex:0 0 330px!important;justify-content:flex-end!important;align-items:center!important;gap:9px!important;margin:0 8px 0 0!important;padding:0!important;display:flex!important;position:static!important;inset:auto!important;overflow:hidden!important;transform:none!important}.header-actions .voice-header-player.voice-header-player-react.voice-header-player-telegram{order:19!important}.header-actions>button[title=Поиск]{order:20!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-meta{flex:0 118px!important;width:118px!important;min-width:104px!important;max-width:118px!important;margin:0!important;padding:0!important;line-height:14px!important;overflow:hidden!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-meta b{white-space:nowrap!important;text-overflow:ellipsis!important;color:#111827!important;margin:0!important;font-size:14px!important;font-weight:700!important;line-height:15px!important;display:block!important;overflow:hidden!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-meta span{white-space:nowrap!important;text-overflow:ellipsis!important;color:#6b7280!important;margin:0!important;font-size:12px!important;font-weight:400!important;line-height:14px!important;display:block!important;overflow:hidden!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-controls{flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:9px!important;height:30px!important;margin:0!important;padding:0!important;display:flex!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram button,.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-ctrl{appearance:none!important;color:#2d8cff!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;box-shadow:none!important;cursor:pointer!important;font:inherit!important;background:0 0!important;border:0!important;border-radius:50%!important;outline:none!important;flex:0 0 20px!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;display:inline-flex!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram svg{color:#2d8cff!important;stroke:currentColor!important;fill:none!important;width:17px!important;height:17px!important;display:block!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-play svg{width:20px!important;height:20px!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-speed{appearance:none!important;color:#2d8cff!important;background:0 0!important;border:2px solid #2d8cff!important;border-radius:7px!important;flex:0 0 34px!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:20px!important;min-height:20px!important;max-height:20px!important;padding:0!important;font-size:11px!important;font-weight:800!important;line-height:15px!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-close{color:#667381!important;flex:0 0 20px!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;font-size:20px!important;font-weight:400!important;line-height:18px!important}@media (width<=1280px){.voice-header-player.voice-header-player-react.voice-header-player-telegram{flex-basis:282px!important;gap:7px!important;width:282px!important;min-width:282px!important;max-width:282px!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-meta{width:92px!important;min-width:84px!important;max-width:92px!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-controls{gap:7px!important}}@media (width<=980px){.voice-header-player.voice-header-player-react.voice-header-player-telegram{flex-basis:168px!important;width:168px!important;min-width:168px!important;max-width:168px!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-meta{display:none!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-controls{gap:6px!important}}.tg-media-preview-caption .tg-media-preview-caption-editor{flex:auto!important;align-items:center!important;min-width:0!important;display:flex!important}.tg-media-preview-caption .emoji-editor-wrap{min-width:0!important;box-shadow:none!important;background:0 0!important;border:0!important;flex:auto!important;margin:0!important;padding:0!important}.tg-media-preview-caption .emoji-editor-input{height:34px!important;min-height:34px!important;box-shadow:none!important;color:#111827!important;background:0 0!important;border:0!important;outline:none!important;padding:0 2px!important;font-size:15px!important;line-height:34px!important;overflow:hidden!important}.tg-media-preview-caption .emoji-editor-input:empty:before{content:"Добавить подпись...";color:#a2acb5!important}.topic-edit-avatar .emoji-inline{vertical-align:middle!important;width:44px!important;height:44px!important;margin:0!important}.topic-edit-modal-v340 .topic-edit-avatar .emoji-inline{width:34px!important;height:34px!important}.topic-edit-icon-row-apple{align-items:center!important}.topic-edit-icon-editor{flex:auto!important;min-width:0!important}.topic-edit-icon-editor .emoji-editor-wrap{height:56px!important;min-height:56px!important;box-shadow:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important}.topic-edit-icon-editor .emoji-editor-input{height:56px!important;min-height:56px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:none!important;padding:0 18px!important;font-size:22px!important;font-weight:600!important;line-height:56px!important;overflow:hidden!important}.topic-edit-icon-editor .emoji-editor-input .emoji-inline{vertical-align:-5px!important;width:26px!important;height:26px!important}.tg-media-preview-body.as-file .tg-media-preview-file-remove{z-index:2!important;top:auto!important;bottom:14px!important;right:14px!important}.tg-media-preview-menu{z-index:20!important}.chat-header .header-actions{flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:14px!important;min-width:0!important;margin-left:auto!important;display:flex!important}.chat-header .header-actions .voice-header-player.voice-header-player-react.voice-header-player-telegram{width:408px!important;min-width:408px!important;max-width:408px!important;height:42px!important;min-height:42px!important;max-height:42px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;flex:0 0 408px!important;order:10!important;justify-content:flex-end!important;align-items:center!important;gap:15px!important;margin:0!important;padding:0!important;display:flex!important;position:static!important;overflow:hidden!important;transform:none!important}.chat-header .header-actions>button[title=Поиск]{order:20!important}.chat-header .header-actions>button[title=Звонок]{order:21!important}.chat-header .header-actions>button[title=Инфо]{order:22!important}.chat-header .header-actions .voice-header-player .voice-header-meta{flex-direction:column!important;flex:150px!important;justify-content:center!important;width:150px!important;min-width:126px!important;max-width:168px!important;margin:0!important;padding:0!important;line-height:1!important;display:flex!important;overflow:hidden!important}.chat-header .header-actions .voice-header-player .voice-header-meta b{color:#111827!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;padding:0!important;font-size:15px!important;font-weight:700!important;line-height:18px!important;display:block!important;overflow:hidden!important}.chat-header .header-actions .voice-header-player .voice-header-meta span{color:#6b7280!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;padding:0!important;font-size:13px!important;font-weight:400!important;line-height:16px!important;display:block!important;overflow:hidden!important}.chat-header .header-actions .voice-header-player .voice-header-controls{flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:15px!important;height:42px!important;margin:0!important;padding:0!important;display:flex!important}.chat-header .header-actions .voice-header-player button,.chat-header .header-actions .voice-header-player .voice-header-ctrl,.voice-header-player.voice-header-player-react.voice-header-player-telegram button,.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-ctrl{appearance:none!important;color:#2d8cff!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;min-height:28px!important;max-height:28px!important;box-shadow:none!important;font:inherit!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:50%!important;outline:none!important;flex:0 0 28px!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;line-height:1!important;display:inline-flex!important}.chat-header .header-actions .voice-header-player svg,.voice-header-player.voice-header-player-react.voice-header-player-telegram svg{color:#2d8cff!important;stroke:currentColor!important;fill:currentColor!important;width:22px!important;height:22px!important;display:block!important}.chat-header .header-actions .voice-header-player .voice-header-play svg,.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-play svg{width:28px!important;height:28px!important}.chat-header .header-actions .voice-header-player .voice-header-volume svg,.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-volume svg{fill:none!important}.chat-header .header-actions .voice-header-player .voice-header-speed,.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-speed{appearance:none!important;color:#2d8cff!important;background:0 0!important;border:2px solid #2d8cff!important;border-radius:8px!important;flex:0 0 40px!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:26px!important;min-height:26px!important;max-height:26px!important;padding:0!important;font-size:13px!important;font-weight:800!important;line-height:20px!important}.chat-header .header-actions .voice-header-player .voice-header-close,.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-close{color:#667381!important;flex:0 0 28px!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;min-height:28px!important;max-height:28px!important;font-size:26px!important;font-weight:400!important;line-height:24px!important}@media (width<=1280px){.chat-header .header-actions .voice-header-player.voice-header-player-react.voice-header-player-telegram{flex-basis:360px!important;gap:12px!important;width:360px!important;min-width:360px!important;max-width:360px!important}.chat-header .header-actions .voice-header-player .voice-header-meta{width:120px!important;min-width:104px!important;max-width:126px!important}.chat-header .header-actions .voice-header-player .voice-header-controls{gap:12px!important}}@media (width<=980px){.chat-header .header-actions .voice-header-player.voice-header-player-react.voice-header-player-telegram{flex-basis:220px!important;gap:8px!important;width:220px!important;min-width:220px!important;max-width:220px!important}.chat-header .header-actions .voice-header-player .voice-header-meta{display:none!important}.chat-header .header-actions .voice-header-player .voice-header-controls{gap:8px!important}}.emoji-editor-input img.emoji-inline,.tg-media-preview-caption img.emoji-inline,.topic-edit-icon-editor img.emoji-inline,.topic-edit-avatar img.emoji-inline{object-fit:contain!important;color:#0000!important;font-size:0!important;display:inline-block!important}.emoji-editor-input img.emoji-inline,.tg-media-preview-caption-editor img.emoji-inline,.topic-edit-icon-editor img.emoji-inline{vertical-align:-5px!important;object-fit:contain!important;width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;margin:0 1px!important;display:inline-block!important}.topic-edit-avatar.topic-edit-avatar-apple,.topic-profile-icon.topic-profile-icon-apple{justify-content:center!important;align-items:center!important;display:flex!important;overflow:hidden!important}.topic-edit-avatar-emoji,.topic-profile-icon-emoji{object-fit:contain!important;width:54px!important;height:54px!important;display:block!important}.topic-profile-icon-emoji{width:48px!important;height:48px!important}.topic-edit-icon-editor .emoji-editor-input{white-space:nowrap!important;overflow:hidden!important}.tg-media-preview-caption .emoji-editor-input{line-height:24px!important}.history.opening-chat{pointer-events:auto!important;opacity:1!important}.emoji-editor-input .emoji-caret-spacer{color:#0000!important;width:0!important;min-width:0!important;font-size:0!important;line-height:0!important;display:inline!important;overflow:hidden!important}.emoji-editor-input img.emoji-inline,.tg-media-preview-caption-editor .emoji-editor-input img.emoji-inline,.topic-edit-icon-editor .emoji-editor-input img.emoji-inline{object-fit:contain!important;vertical-align:-5px!important;width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;margin:0 1px!important;display:inline-block!important}.tg-media-preview-caption-editor .emoji-editor-input{white-space:pre-wrap!important;color:#111827!important;-webkit-text-fill-color:#111827!important;caret-color:#111827!important}.topic-edit-icon-editor .emoji-editor-input{white-space:nowrap!important;color:#111827!important;-webkit-text-fill-color:#111827!important;caret-color:#111827!important}.topic-edit-avatar-apple img,.topic-profile-icon-apple img{object-fit:contain!important;display:block!important}.emoji-editor-input{color:#111827!important;-webkit-text-fill-color:#111827!important;caret-color:#111827!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.emoji-editor-input img.emoji-inline,.tg-media-preview-caption-editor .emoji-editor-input img.emoji-inline,.topic-edit-icon-editor .emoji-editor-input img.emoji-inline,.message-text img.emoji-inline{object-fit:contain!important;vertical-align:-.28em!important;color:#0000!important;width:1.32em!important;min-width:1.32em!important;height:1.32em!important;min-height:1.32em!important;margin:0 .03em!important;font-size:0!important;line-height:1!important;display:inline-block!important}.history.opening-chat{pointer-events:auto!important;scroll-behavior:auto!important}.chat-header .voice-header-player{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.emoji-editor-input .emoji-caret-spacer{color:#0000!important;width:1px!important;min-width:1px!important;font-size:1px!important;line-height:1!important;display:inline!important}.emoji-editor-input img.emoji-inline,.tg-media-preview-caption-editor .emoji-editor-input img.emoji-inline,.topic-edit-icon-editor .emoji-editor-input img.emoji-inline{object-fit:contain!important;vertical-align:-5px!important;color:#0000!important;width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;margin:0 1px!important;font-size:0!important;display:inline-block!important}.topic-edit-avatar-apple img.topic-edit-avatar-emoji,.topic-profile-icon-apple img.topic-profile-icon-emoji{object-fit:contain!important;width:54px!important;height:54px!important;display:block!important}.chat-header .header-actions>.voice-header-player.voice-header-player-react.voice-header-player-telegram{visibility:visible!important;opacity:1!important;display:flex!important}.emoji-editor-input .emoji-caret-spacer{color:#0000!important;vertical-align:baseline!important;-webkit-user-select:none!important;user-select:none!important;background:0 0!important;width:.18em!important;min-width:.18em!important;height:1em!important;display:inline-block!important;overflow:hidden!important}.emoji-editor-input img.emoji-inline,.tg-media-preview-caption-editor .emoji-editor-input img.emoji-inline,.topic-edit-icon-editor .emoji-editor-input img.emoji-inline{object-fit:contain!important;vertical-align:-.32em!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:1.35em!important;min-width:1.35em!important;height:1.35em!important;min-height:1.35em!important;margin:0 .02em!important;display:inline-block!important}.tg-media-preview-caption-editor .emoji-editor-input,.topic-edit-icon-editor .emoji-editor-input{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.topic-edit-avatar-apple img.topic-edit-avatar-emoji,.topic-profile-icon-apple img.topic-profile-icon-emoji{object-fit:contain!important;width:54px!important;height:54px!important;font-size:0!important;display:block!important}.history.opening-chat{visibility:visible!important;opacity:1!important;pointer-events:auto!important;scroll-behavior:auto!important}.voice-header-player .voice-header-ctrl:disabled,.voice-header-player .voice-header-ctrl.is-disabled{opacity:.34!important;cursor:default!important;pointer-events:none!important}.voice-header-player .voice-header-play svg path{stroke-linecap:round!important;stroke-linejoin:round!important}.chat-header .header-actions{align-items:center!important;gap:10px!important;margin-left:auto!important;display:flex!important}.chat-header .header-actions>.voice-header-player.voice-header-player-react.voice-header-player-telegram{width:auto!important;min-width:0!important;max-width:none!important;height:42px!important;box-shadow:none!important;background:0 0!important;border:0!important;flex:none!important;order:0!important;justify-content:flex-end!important;align-items:center!important;gap:18px!important;margin:0 8px 0 0!important;padding:0!important;display:flex!important;overflow:visible!important}.chat-header .header-actions>.voice-header-player .voice-header-meta{flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;width:150px!important;min-width:150px!important;max-width:150px!important;line-height:1.1!important;display:flex!important;overflow:hidden!important}.chat-header .header-actions>.voice-header-player .voice-header-meta b{color:#111827!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:15px!important;font-weight:800!important;line-height:17px!important;overflow:hidden!important}.chat-header .header-actions>.voice-header-player .voice-header-meta span{color:#6b7280!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:13px!important;line-height:15px!important;overflow:hidden!important}.chat-header .header-actions>.voice-header-player .voice-header-controls{justify-content:flex-end!important;align-items:center!important;gap:12px!important;height:42px!important;display:flex!important}.chat-header .header-actions>.voice-header-player button,.chat-header .header-actions>.voice-header-player .voice-header-ctrl{appearance:none!important;box-sizing:border-box!important;color:#2d8cff!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;min-height:28px!important;max-height:28px!important;box-shadow:none!important;cursor:pointer!important;opacity:1!important;background:0 0!important;border:0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;display:flex!important}.chat-header .header-actions>.voice-header-player button:hover{filter:none!important;background:#2d8cff12!important}.chat-header .header-actions>.voice-header-player svg{color:currentColor!important;stroke:currentColor!important;width:20px!important;height:20px!important;display:block!important}.chat-header .header-actions>.voice-header-player .voice-header-play svg{width:24px!important;height:24px!important}.chat-header .header-actions>.voice-header-player .voice-header-play svg path[fill]{fill:currentColor!important;stroke:none!important}.chat-header .header-actions>.voice-header-player .voice-header-speed{color:#2d8cff!important;background:0 0!important;border:2px solid #2d8cff!important;border-radius:9px!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:28px!important;font-size:14px!important;font-weight:800!important;line-height:20px!important}.chat-header .header-actions>.voice-header-player .voice-header-close{color:#697888!important;font-size:26px!important;font-weight:300!important;line-height:26px!important}.chat-header .header-actions>.voice-header-player .voice-header-ctrl:disabled,.chat-header .header-actions>.voice-header-player .voice-header-ctrl.is-disabled{opacity:.28!important;color:#2d8cff!important;cursor:default!important;pointer-events:none!important}.chat-header .header-actions>.voice-header-player .voice-header-ctrl:disabled svg,.chat-header .header-actions>.voice-header-player .voice-header-ctrl.is-disabled svg{opacity:1!important}@media (width<=1280px){.chat-header .header-actions>.voice-header-player.voice-header-player-react.voice-header-player-telegram{gap:12px!important;margin-right:6px!important}.chat-header .header-actions>.voice-header-player .voice-header-meta{width:120px!important;min-width:120px!important;max-width:120px!important}.chat-header .header-actions>.voice-header-player .voice-header-controls{gap:9px!important}}@media (width<=980px){.chat-header .header-actions>.voice-header-player .voice-header-meta{display:none!important}.chat-header .header-actions>.voice-header-player .voice-header-controls{gap:7px!important}.chat-header .header-actions>.voice-header-player .voice-header-speed{width:40px!important;min-width:40px!important;max-width:40px!important;font-size:12px!important}}.chat-header,.chat-header .header-actions,.chat-header .voice-header-player,.chat-header .voice-header-controls{overflow:visible!important}.chat-header{z-index:300!important;position:relative!important}.pinned-slot,.pinned-bar,.pinned-bar-v083,.pinned-message-bar,.chat-pinned-bar,.pinned-container,.pinned-message-container{z-index:100!important;position:relative!important}.voice-header-player.voice-header-player-react.voice-header-player-telegram,.voice-header-player.voice-header-player-react.voice-header-player-telegram .voice-header-controls{z-index:400!important;position:relative!important;overflow:visible!important}.voice-header-volume-wrap{z-index:500!important;pointer-events:auto!important;justify-content:center!important;align-items:center!important;width:32px!important;min-width:32px!important;height:32px!important;display:inline-flex!important;position:relative!important;overflow:visible!important}.voice-header-volume-wrap .voice-header-volume{z-index:510!important;pointer-events:auto!important;position:relative!important}.voice-header-volume-wrap:before{content:""!important;pointer-events:auto!important;z-index:30205!important;background:0 0!important;width:158px!important;height:16px!important;position:absolute!important;top:30px!important;left:50%!important;transform:translate(-50%)!important}.voice-header-volume-popover{opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:520!important;background:#fff!important;border:1px solid #0f172a1a!important;border-radius:13px!important;justify-content:center!important;align-items:center!important;width:158px!important;height:46px!important;padding:0 14px!important;transition:opacity 80ms linear,transform 80ms linear,visibility 0s linear 80ms!important;display:flex!important;position:absolute!important;top:43px!important;left:50%!important;transform:translate(-50%)translateY(-3px)!important;box-shadow:0 14px 34px #0f172a4d!important}.voice-header-volume-wrap.is-open .voice-header-volume-popover,.voice-header-volume-wrap.is-dragging .voice-header-volume-popover{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:opacity 80ms linear,transform 80ms linear,visibility!important;transform:translate(-50%)translateY(0)!important}.voice-header-volume-slider{cursor:pointer!important;touch-action:none!important;-webkit-user-select:none!important;user-select:none!important;pointer-events:auto!important;outline:none!important;width:128px!important;height:26px!important;display:block!important;position:relative!important}.voice-header-volume-track{background:#d7e1eb!important;border-radius:999px!important;height:4px!important;position:absolute!important;top:50%!important;left:0!important;right:0!important;overflow:hidden!important;transform:translateY(-50%)!important}.voice-header-volume-fill{background:#3390ec!important;border-radius:999px!important;height:100%!important;display:block!important}.voice-header-volume-thumb{background:#3390ec!important;border-radius:50%!important;width:12px!important;height:12px!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;box-shadow:0 2px 7px #3390ec5c!important}.voice-header-volume-slider:focus .voice-header-volume-thumb,.voice-header-volume-slider:hover .voice-header-volume-thumb,.voice-header-volume-wrap.is-dragging .voice-header-volume-thumb{width:14px!important;height:14px!important}.voice-header-player .voice-header-ctrl,.voice-header-player .voice-header-speed,.voice-header-player .voice-header-close{pointer-events:auto!important}.pinned-preview-video-static{isolation:isolate!important;contain:layout paint!important}.pinned-preview-video-placeholder{background:linear-gradient(135deg,#dce8f2,#b8cad8)!important;width:100%!important;height:100%!important;display:block!important}.media-viewer-backdrop{z-index:2000!important}.media-viewer-topbar{z-index:2010!important}.media-viewer-nav{z-index:2002!important}.topic-edit-modal-v340 .topic-edit-avatar-row{justify-content:center!important;align-items:center!important;width:100%!important;min-height:82px!important;margin:0 0 8px!important;display:flex!important;position:relative!important}.topic-edit-modal-v340 .topic-edit-avatar-row .topic-edit-avatar{margin:0!important}.topic-edit-modal-v340 .topic-edit-avatar-emoji-btn{color:#3390ec!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;box-shadow:none!important;background:#eef6ff!important;border-radius:14px!important;flex:0 0 46px!important;position:absolute!important;top:50%!important;left:calc(50% + 50px)!important;transform:translateY(-50%)!important}.topic-edit-modal-v340 .topic-edit-avatar-emoji-btn:hover{background:#e1f0ff!important}.topic-edit-modal-v340 .topic-edit-icon-field,.topic-edit-modal-v340 .topic-edit-icon-row,.topic-edit-modal-v340 .topic-edit-icon-editor{display:none!important}.topic-side-item.has-avatar:before,.chat-header.topic-header-with-emoji:before{content:none!important;display:none!important}.topic-side-emoji-avatar,.topic-header-emoji-avatar,.topic-row-emoji-avatar{color:#fff!important;background:linear-gradient(135deg,#59bdf6,#4378f0)!important;justify-content:center!important;align-items:center!important;display:flex!important;overflow:hidden!important}.topic-side-emoji-avatar{border-radius:50%!important;width:46px!important;height:46px!important;position:absolute!important;top:7px!important;left:10px!important}.chat-header.topic-header-with-emoji .topic-header-emoji-avatar{border-radius:50%!important;width:42px!important;height:42px!important;position:absolute!important;top:6px!important;left:48px!important}.topic-row-emoji-avatar{border-radius:50%!important;flex:0 0 46px!important;width:46px!important;height:46px!important}.topic-side-emoji-img{object-fit:contain!important;width:27px!important;height:27px!important;display:block!important}.topic-header-emoji-img{object-fit:contain!important;width:25px!important;height:25px!important;display:block!important}.topic-row-emoji-img{object-fit:contain!important;width:27px!important;height:27px!important;display:block!important}.telegram-forward-recents{background:var(--tg-bg,#fff);border:1px solid #7b8b9e1f;border-radius:18px;flex:none;gap:10px;margin:8px 14px 10px;padding:10px 8px;display:flex;overflow-x:auto;box-shadow:0 2px 10px #0f172a0f}.telegram-forward-recents button{cursor:pointer;width:66px;min-width:66px;color:var(--tg-text,#17212b);font:inherit;background:0 0;border:0;flex-direction:column;align-items:center;gap:6px;padding:0;display:flex;overflow:hidden}.telegram-forward-recents button span{background:var(--tg-blue,#3390ec);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:700;line-height:1;display:flex}.telegram-forward-recents button b{text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:12px;font-weight:500;line-height:15px;overflow:hidden}.telegram-forward-tabs{background:var(--tg-bg,#fff);border:1px solid #7b8b9e1f;border-radius:18px;flex:none;gap:4px;margin:0 14px 10px;padding:4px;display:flex;box-shadow:0 2px 10px #0f172a0f}.telegram-forward-tabs button{height:34px;color:var(--tg-muted,#707b87);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:16px;padding:0 14px;font-size:14px;font-weight:600}.telegram-forward-tabs button.active{color:var(--tg-blue,#3390ec);background:#3390ec1f}.telegram-forward-topic-title{background:var(--tg-bg,#fff);border:1px solid #7b8b9e1f;border-radius:16px;flex:none;align-items:center;gap:10px;margin:0 14px 10px;padding:10px 12px;display:flex;box-shadow:0 2px 10px #0f172a0f}.telegram-forward-topic-title>span{background:var(--tg-blue,#3390ec);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;font-size:17px;font-weight:700;display:flex}.telegram-forward-topic-title div{flex-direction:column;gap:2px;min-width:0;display:flex}.telegram-forward-topic-title b{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.telegram-forward-topic-title em{color:var(--tg-muted,#707b87);font-size:13px;font-style:normal}.telegram-forward-avatar{position:relative;overflow:visible}.telegram-forward-group-badge{border:2px solid var(--tg-bg,#fff);color:#fff;background:#8b98a7;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-style:normal;line-height:1;display:flex;position:absolute;bottom:-2px;right:-2px}.forward-group-target .telegram-forward-avatar{overflow:visible}.forward-group-target .telegram-forward-select{background:#fff;border-color:#d2d8df}.forward-group-target.selected .telegram-forward-select{border-color:var(--tg-blue,#3390ec);background:var(--tg-blue,#3390ec)}.telegram-forward-copy-row,.telegram-forward-preview{display:none!important}.telegram-forward-dialog{height:min(82vh,760px);max-height:82vh;grid-template-rows:auto auto auto auto 1fr auto!important}.telegram-forward-list{min-height:0;padding-bottom:8px;overflow:auto;max-height:none!important}.telegram-forward-avatar .telegram-forward-avatar-media,.telegram-forward-recents .telegram-forward-recent-avatar{width:100%;height:100%;color:inherit;background:0 0;border-radius:50%;display:block;overflow:hidden}.telegram-forward-avatar .profile-media-avatar-box,.telegram-forward-recents .profile-media-avatar-box{border-radius:50%;width:100%;height:100%;overflow:hidden}.telegram-forward-avatar .profile-media-avatar-inner,.telegram-forward-recents .profile-media-avatar-inner{object-fit:cover;border-radius:50%;width:100%;height:100%}.forward-composer-bar{cursor:pointer;background:#4caf501a;border-left:3px solid #4caf50;border-radius:10px;grid-column:1/-1;align-items:center;gap:10px;min-width:0;margin:0 0 6px;padding:8px 10px;display:flex}.forward-composer-icon{color:#39b54a;justify-content:center;align-items:center;width:26px;min-width:26px;height:26px;display:flex}.forward-composer-icon .telegram-forward-icon{stroke:currentColor;fill:none;width:22px;height:22px}.forward-composer-meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.forward-composer-meta b{color:#34a853;font-size:13px;font-weight:700;line-height:16px}.forward-composer-meta span{color:var(--tg-text,#17212b);white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:18px;overflow:hidden}.forward-composer-cancel{color:#39b54a;cursor:pointer;background:0 0;border:0;border-radius:50%;width:28px;min-width:28px;height:28px;font-size:24px;line-height:24px}.forward-composer-cancel:hover{background:#34a8531f}.forward-composer-menu{z-index:1400}.forward-composer-menu button span{color:#6b7c8f;justify-content:center;align-items:center;width:28px;min-width:28px;display:inline-flex}.composer.is-forwarding{align-items:end}.telegram-forward-recents button>.telegram-forward-recent-avatar,.telegram-forward-recents button>.profile-media-avatar-box,.telegram-forward-recents button>div.telegram-forward-recent-avatar{background:var(--tg-blue,#3390ec)!important;border-radius:50%!important;flex:0 0 48px!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;display:block!important;overflow:hidden!important}.telegram-forward-recents .telegram-forward-recent-avatar .profile-media-avatar-box,.telegram-forward-recents .telegram-forward-recent-avatar .profile-media-avatar-inner,.telegram-forward-recents .profile-media-avatar-box .profile-media-avatar-inner{object-fit:cover!important;border-radius:50%!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;display:block!important}.telegram-forward-recents button span:not(.telegram-forward-recent-avatar){border-radius:50%!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;font-size:18px!important}.telegram-forward-avatar,.forward-avatar.telegram-forward-avatar{border-radius:50%!important;flex:0 0 44px!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important;overflow:visible!important}.telegram-forward-avatar .telegram-forward-avatar-media,.telegram-forward-avatar .profile-media-avatar-box,.telegram-forward-avatar .profile-media-avatar-inner{object-fit:cover!important;border-radius:50%!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important}.telegram-forward-avatar .emoji-asset{width:24px!important;height:24px!important}.composer.compact-composer.is-forwarding{align-items:flex-end!important;gap:7px!important;height:auto!important;min-height:88px!important;max-height:300px!important;padding:48px 14px 5px!important}.composer.compact-composer.is-forwarding .forward-composer-bar{border:1px solid var(--tg-border,#dfe5ec)!important;background:var(--tg-bg,#fff)!important;height:38px!important;min-height:38px!important;box-shadow:var(--shadow,0 1px 2px #0f172a24)!important;z-index:12!important;border-left:4px solid #31b545!important;border-radius:16px 16px 8px 8px!important;align-items:center!important;gap:9px!important;margin:0!important;padding:0 8px 0 0!important;display:flex!important;position:absolute!important;inset:6px 55px auto 96px!important;overflow:hidden!important}.composer.compact-composer.is-forwarding .forward-composer-icon{color:#31b545!important;justify-content:center!important;align-items:center!important;width:32px!important;min-width:32px!important;height:38px!important;display:flex!important}.composer.compact-composer.is-forwarding .forward-composer-icon .telegram-forward-icon{width:19px!important;height:19px!important}.composer.compact-composer.is-forwarding .forward-composer-meta{flex-direction:column!important;flex:1!important;justify-content:center!important;gap:1px!important;min-width:0!important;display:flex!important}.composer.compact-composer.is-forwarding .forward-composer-meta b{color:#31b545!important;margin:0!important;font-size:12px!important;font-weight:700!important;line-height:14px!important}.composer.compact-composer.is-forwarding .forward-composer-meta span{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;color:var(--tg-text,#17212b)!important;font-size:12px!important;line-height:15px!important;display:block!important;overflow:hidden!important}.composer.compact-composer.is-forwarding .forward-composer-cancel{color:#31b545!important;cursor:pointer!important;width:28px!important;min-width:28px!important;height:28px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:50%!important;flex:none!important;justify-content:center!important;align-items:center!important;padding:0!important;font-size:24px!important;line-height:1!important;display:flex!important}.composer.compact-composer.is-forwarding .forward-composer-cancel:hover{background:#31b5451a!important}.composer.compact-composer.is-forwarding .input-shell{border-radius:17px!important;flex:auto!important;min-height:34px!important;max-height:220px!important;margin:0!important}.composer.compact-composer.is-forwarding .composer-btn,.composer.compact-composer.is-forwarding button.composer-btn{margin-bottom:0!important}.composer.compact-composer.is-forwarding .send-btn,.composer.compact-composer.is-forwarding button.send-btn{background:var(--tg-blue,#3390ec)!important;color:#fff!important;display:flex!important}@media (width<=640px){.composer.compact-composer.is-forwarding{gap:6px!important;min-height:82px!important;max-height:260px!important;padding:44px 8px 4px!important}.composer.compact-composer.is-forwarding .forward-composer-bar{border-radius:15px 15px 8px 8px!important;height:36px!important;min-height:36px!important;top:5px!important;left:84px!important;right:46px!important}}.composer.compact-composer.is-forwarding .forward-composer-bar{border-radius:12px!important;align-items:center!important;height:50px!important;min-height:50px!important;padding:5px 8px 5px 0!important;top:6px!important;left:84px!important;right:56px!important}.composer.compact-composer.is-forwarding .forward-composer-meta{flex-direction:column!important;justify-content:center!important;min-width:0!important;height:40px!important;display:flex!important}.composer.compact-composer.is-forwarding .forward-composer-meta span{opacity:1!important;visibility:visible!important;min-height:18px!important;color:var(--tg-text,#17212b)!important;font-size:14px!important;line-height:18px!important;display:block!important}.composer.compact-composer.is-forwarding .send-btn,.composer.compact-composer.is-forwarding button.send-btn{opacity:1!important;pointer-events:auto!important;display:flex!important}@media (width<=640px){.composer.compact-composer.is-forwarding{min-height:96px!important;padding-top:54px!important}.composer.compact-composer.is-forwarding .forward-composer-bar{height:48px!important;min-height:48px!important;left:76px!important;right:46px!important}}.composer.compact-composer.is-forwarding{min-height:112px!important;padding-top:64px!important}.composer.compact-composer.is-forwarding .forward-composer-bar{border-radius:14px!important;gap:8px!important;height:58px!important;min-height:58px!important;padding:6px 8px 6px 0!important;left:76px!important;right:56px!important}.composer.compact-composer.is-forwarding .forward-composer-icon{width:34px!important;min-width:34px!important;height:46px!important}.forward-composer-thumb{color:#728397!important;background:#eef3f8!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;font-size:20px!important;display:flex!important;position:relative!important;overflow:hidden!important}.forward-composer-thumb img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.forward-composer-thumb em{color:#fff!important;text-shadow:0 1px 5px #000000a6!important;background:#0000001f!important;justify-content:center!important;align-items:center!important;font-size:15px!important;font-style:normal!important;display:flex!important;position:absolute!important;inset:0!important}.forward-composer-thumb.no-media em{display:none!important}.forward-composer-count{color:#31b545!important;text-align:center!important;background:#31b5451f!important;border-radius:999px!important;min-width:24px!important;height:24px!important;padding:0 7px!important;font-size:12px!important;font-weight:800!important;line-height:24px!important}.composer.compact-composer.is-forwarding .forward-composer-meta{height:46px!important}.composer.compact-composer.is-forwarding .forward-composer-meta b{font-size:13px!important;line-height:16px!important}.composer.compact-composer.is-forwarding .forward-composer-meta span{min-height:20px!important;font-size:14px!important;line-height:20px!important}.composer.compact-composer.is-forwarding .send-btn,.composer.compact-composer.is-forwarding button.send-btn{opacity:1!important;pointer-events:auto!important;visibility:visible!important;display:flex!important}@media (width<=640px){.composer.compact-composer.is-forwarding{min-height:104px!important;padding-top:60px!important}.composer.compact-composer.is-forwarding .forward-composer-bar{height:54px!important;min-height:54px!important;left:68px!important;right:46px!important}.forward-composer-thumb{width:38px!important;min-width:38px!important;height:38px!important}}.voice-bubble .voice-waveform-telegram{cursor:pointer!important;touch-action:none!important;-webkit-user-select:none!important;user-select:none!important;outline:none!important;width:100%!important;min-width:132px!important;height:24px!important;display:block!important;position:relative!important;overflow:hidden!important}.voice-bubble .voice-waveform-telegram:focus-visible{border-radius:6px!important;box-shadow:0 0 0 2px #3390ec3d!important}.voice-bubble .voice-waveform-layer{pointer-events:none!important;align-items:center!important;gap:2px!important;height:24px!important;display:flex!important;position:absolute!important;inset:0 auto 0 0!important;overflow:hidden!important}.voice-bubble .voice-waveform-total{z-index:1!important;width:100%!important}.voice-bubble .voice-waveform-played{z-index:2!important;transition:width 80ms linear!important}.voice-bubble .voice-waveform-layer span{border-radius:999px!important;flex:0 0 2px!important;width:2px!important;min-width:2px!important;display:block!important}.voice-bubble:not(.mine) .voice-waveform-total span,.bubble.voice-bubble:not(.mine) .voice-waveform-total span{background:#3390ec3d!important}.voice-bubble:not(.mine) .voice-waveform-played span,.bubble.voice-bubble:not(.mine) .voice-waveform-played span{background:#3390ec!important}.voice-bubble.mine .voice-waveform-total span,.bubble.mine.voice-bubble .voice-waveform-total span{background:#35b65347!important}.voice-bubble.mine .voice-waveform-played span,.bubble.mine.voice-bubble .voice-waveform-played span{background:#35b653!important}.voice-bubble .voice-waveform-telegram span.played{background:inherit!important}.composer.compact-composer.is-voice-recording{box-sizing:border-box!important;align-items:center!important;gap:8px!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding:7px 14px!important}.composer.compact-composer.is-voice-recording .attach-wrap,.composer.compact-composer.is-voice-recording .emoji-left,.composer.compact-composer.is-voice-recording .input-shell,.composer.compact-composer.is-voice-recording .voice-record-btn{display:none!important}.composer.compact-composer.is-voice-recording .voice-recorder-composer,.composer.compact-composer.is-voice-recording .voice-recorder-composer-v428{flex:auto!important;align-items:center!important;gap:8px!important;width:auto!important;min-width:0!important;height:40px!important;min-height:40px!important;max-height:40px!important;display:flex!important;overflow:visible!important}.composer.compact-composer.is-voice-recording .voice-recorder-shell{box-sizing:border-box!important;border-radius:20px!important;flex:auto!important;min-width:0!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 10px 0 14px!important}.composer.compact-composer.is-voice-recording .voice-cancel-btn{border-radius:16px!important;flex:none!important;min-width:74px!important;height:32px!important}.composer.compact-composer.is-voice-recording .voice-send,.composer.compact-composer.is-voice-recording button.voice-send,.composer.compact-composer.is-voice-recording .voice-recorder-composer .voice-send,.composer.compact-composer.is-voice-recording .voice-recorder-composer-v428 .voice-send{background:var(--tg-blue,#3390ec)!important;color:#fff!important;border:0!important;border-radius:50%!important;flex:0 0 40px!important;align-self:center!important;place-items:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;margin:0!important;padding:0!important;display:grid!important;position:relative!important;inset:auto!important;overflow:hidden!important;transform:none!important;box-shadow:0 2px 5px #3390ec47!important}.composer.compact-composer.is-voice-recording .voice-send svg,.composer.compact-composer.is-voice-recording button.voice-send svg{transform-origin:50%!important;width:22px!important;height:22px!important;margin:0!important;padding:0!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important;overflow:visible!important;transform:translate(-50%,-50%)translate(1px,1px)!important}.composer.compact-composer.is-voice-recording .voice-send svg path,.composer.compact-composer.is-voice-recording button.voice-send svg path{fill:currentColor!important;stroke:none!important;transform:none!important}@media (width<=640px){.composer.compact-composer.is-voice-recording{gap:6px!important;height:50px!important;min-height:50px!important;max-height:50px!important;padding:5px 8px!important}.composer.compact-composer.is-voice-recording .voice-recorder-composer,.composer.compact-composer.is-voice-recording .voice-recorder-composer-v428{gap:6px!important;height:40px!important;min-height:40px!important;max-height:40px!important}.composer.compact-composer.is-voice-recording .voice-send,.composer.compact-composer.is-voice-recording button.voice-send{flex-basis:40px!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important}}.peer-voice-list{background:#fff;flex-direction:column;padding:8px 12px 18px;display:flex}.peer-voice-row{appearance:none;text-align:left;color:#17212b;width:100%;min-height:66px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 8px;display:grid}.peer-voice-row:hover{background:#eef6ff}.peer-voice-row.is-playing{background:#f2f8ff}.peer-voice-play{background:var(--tg-blue,#3390ec);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex;box-shadow:0 2px 8px #3390ec2e}.peer-voice-play svg{fill:currentColor;width:22px;height:22px;display:block}.peer-voice-play svg path{fill:currentColor;stroke:none}.peer-voice-row div{flex-direction:column;gap:3px;min-width:0;display:flex}.peer-voice-row b{white-space:nowrap;text-overflow:ellipsis;color:#17212b;font-size:15px;font-weight:750;line-height:1.15;overflow:hidden}.peer-voice-row em{color:#6f7f8e;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-style:normal;overflow:hidden}.peer-voice-row time{color:#778696;white-space:nowrap;align-self:center;font-size:13px}.group-profile-v3 .peer-voice-list{padding:8px 12px 20px}.group-profile-v3 .peer-voice-row{min-height:62px}@media (width<=640px){.peer-voice-row{grid-template-columns:44px minmax(0,1fr) auto;gap:10px;min-height:60px}.peer-voice-play{width:42px;height:42px}.peer-voice-row b{font-size:14px}.peer-voice-row em,.peer-voice-row time{font-size:12px}}.peer-media-loading{color:#7f91a4;padding:6px 16px 8px;font-size:13px}.peer-media-more{color:#2587c8;cursor:pointer;background:#eef5fb;border:0;border-radius:999px;margin:12px auto 18px;padding:8px 18px;font-weight:700;display:block}.peer-media-more:hover{background:#e2f0fb}.topic-side-item{position:relative}.topic-pin-mark{opacity:.72;vertical-align:1px;justify-content:center;align-items:center;margin-right:5px;font-size:12px;line-height:1;display:inline-flex}.topic-pin-btn{width:26px;height:26px;color:var(--muted,#8f9aa8);opacity:0;cursor:pointer;z-index:2;background:#ffffff0f;border:0;border-radius:50%;justify-content:center;align-items:center;margin-top:-13px;font-size:13px;line-height:1;transition:opacity .12s,background .12s,color .12s;display:flex;position:absolute;top:50%;right:8px}.topic-side-item:hover .topic-pin-btn,.topic-pin-btn.active{opacity:1}.topic-pin-btn:hover{color:var(--accent,#4ea4ff);background:#ffffff1f}.topic-pin-btn.active{color:var(--accent,#4ea4ff);background:#4ea4ff1f}.topic-side-item .badges{right:42px}.topic-row.pinned{background:#4ea4ff0f}.topic-row .topic-pin-btn{opacity:.55;vertical-align:middle;margin:0 0 0 6px;display:inline-flex;position:static}.topic-row:hover .topic-pin-btn,.topic-row .topic-pin-btn.active{opacity:1}.topic-side-item .topic-pin-mark,.topic-row .topic-pin-mark,.topic-side-item .topic-pin-btn,.topic-row .topic-pin-btn{display:none!important}.topic-side-item .topic-pin-icon,.topic-row .topic-pin-icon{color:var(--muted,#8a97a5);opacity:.72;pointer-events:none;justify-content:center;align-items:center;line-height:1;display:inline-flex!important}.topic-side-item .topic-pin-icon{width:18px;height:18px;margin-top:-9px;position:absolute;top:50%;right:10px}.topic-side-item .topic-pin-icon svg,.topic-row .topic-pin-icon svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;transform:rotate(28deg)}.topic-side-item.pinned-topic-item .chat-time,.topic-side-item.pinned-topic-item .badges{right:34px!important}.topic-row .topic-pin-icon{width:18px;height:18px;margin-left:8px}.telegram-topic-context-menu{z-index:1600;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #788ca029;border-radius:13px;min-width:218px;padding:6px;position:fixed;overflow:hidden;box-shadow:0 10px 28px #0f23372e}.telegram-topic-context-menu button{width:100%;height:36px;color:var(--text,#17212b);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;padding:0 10px;font-size:13px;font-weight:650;display:flex}.telegram-topic-context-menu button:hover{background:#3390ec14}.telegram-topic-context-menu button span{color:#7b8794;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.telegram-topic-context-menu button span svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.telegram-topic-context-menu button.danger,.telegram-topic-context-menu button.danger span{color:#ef3b4a}.topic-peek-backdrop{z-index:1850;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1f2f3b75;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.topic-peek-window{background:var(--chat-bg,#d9ede7);border-radius:18px;flex-direction:column;width:min(580px,100vw - 56px);height:min(720px,100vh - 56px);display:flex;overflow:hidden;box-shadow:0 22px 70px #00000047}.topic-peek-head{background:#fffffff5;border-bottom:1px solid #00000014;flex:none;align-items:center;gap:10px;height:58px;padding:0 14px;display:flex}.topic-peek-avatar{background:#49a4f5;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;overflow:hidden}.topic-peek-emoji-img{width:26px;height:26px;display:block}.topic-peek-head div{flex-direction:column;min-width:0;line-height:1.15;display:flex}.topic-peek-head b{color:#182533;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:800;overflow:hidden}.topic-peek-head small{color:#657486;margin-top:3px;font-size:12px}.topic-peek-head button{color:#6b7a89;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:auto;font-size:30px;line-height:1;display:flex}.topic-peek-head button:hover{background:#0000000f}.topic-peek-history{background:linear-gradient(#d2ede2c7,#d2ede2c7),var(--wallpaper-bg,transparent);flex:1;padding:18px 18px 20px;overflow:auto}.topic-peek-loading,.topic-peek-empty{color:#657486;text-align:center;background:#ffffffb8;border-radius:16px;width:max-content;margin:30px auto;padding:8px 14px;font-size:13px}.topic-peek-msg{background:#fffffff5;border-radius:12px;max-width:78%;margin:8px 0;padding:8px 10px 7px;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000001f}.topic-peek-msg.mine{background:#eaffd7;margin-left:auto}.topic-peek-msg>b{color:#3b8bed;margin-bottom:3px;font-size:12px;font-weight:800;display:block}.topic-peek-msg .message-media{margin:3px 0 5px}.topic-peek-text{white-space:pre-wrap;color:#17212b;font-size:14px;line-height:1.32}.topic-peek-text.muted{color:#6e7f8f}.topic-peek-msg>small{text-align:right;color:#7d8b98;margin-top:2px;font-size:11px;display:block}@media (width<=720px){.topic-peek-backdrop{padding:0}.topic-peek-window{border-radius:0;width:100vw;height:100vh}.topic-peek-msg{max-width:88%}}.topic-peek-title{cursor:default;border-radius:8px;flex-direction:column;min-width:0;margin-left:-4px;padding:3px 4px;line-height:1.15;display:flex}.topic-peek-title:hover{background:#00000009}.topic-peek-title:focus-visible{outline-offset:2px;outline:2px solid #3390ec47}.topic-peek-head .topic-peek-open-hint{color:#8b9bad;margin-left:6px;font-size:11px;font-weight:600}.topic-peek-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#141f2a6b}.topic-peek-window.telegram-peek-window{background:#d7ebe3;border:1px solid #ffffff57;border-radius:16px;width:min(540px,100vw - 56px);height:min(720px,100vh - 56px);overflow:hidden;box-shadow:0 18px 52px #00000057}.topic-peek-head.telegram-peek-head{background:#fffffffa;border-bottom:1px solid #00000014;gap:10px;height:56px;padding:0 10px 0 12px}.topic-peek-head.telegram-peek-head .topic-peek-avatar{background:linear-gradient(135deg,#68b5f8,#3d8fe8);width:38px;height:38px;box-shadow:0 1px 2px #00000029}.topic-peek-head.telegram-peek-head .topic-peek-title{flex:1;min-width:0;margin:0;padding:4px 2px}.topic-peek-head.telegram-peek-head .topic-peek-title b{color:#182533;font-size:14px;font-weight:700}.topic-peek-head.telegram-peek-head .topic-peek-title small{color:#708091;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.topic-peek-open-btn{color:#fff!important;background:#3390ec!important;border-radius:18px!important;width:auto!important;height:32px!important;margin-left:4px!important;padding:0 12px!important;font-size:13px!important;font-weight:700!important;line-height:1!important}.topic-peek-open-btn:hover{background:#2686df!important}.topic-peek-close-btn{color:#708091!important;width:32px!important;height:32px!important;margin-left:0!important;font-size:24px!important}.topic-peek-pinned{text-align:left;cursor:pointer;color:#182533;background:#ffffffeb;border:0;border-bottom:1px solid #00000014;grid-template-columns:26px max-content 1fr;align-items:center;gap:7px;height:44px;padding:0 14px;display:grid}.topic-peek-pinned span{color:#3390ec;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.topic-peek-pinned svg{width:16px;height:16px}.topic-peek-pinned b{color:#3390ec;font-size:12px;font-weight:800}.topic-peek-pinned em{color:#6d7b88;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-style:normal;overflow:hidden}.topic-peek-history.telegram-peek-history{background:linear-gradient(#d7ebe3b8,#d7ebe3b8),var(--wallpaper-bg,transparent);scrollbar-gutter:stable;padding:14px 16px 16px}.topic-peek-msg.telegram-peek-bubble{background:#fff;border-radius:13px 13px 13px 4px;max-width:78%;padding:7px 9px 5px;overflow:visible;box-shadow:0 1px 1.5px #0000002e}.topic-peek-msg.telegram-peek-bubble.mine{background:#effdde;border-radius:13px 13px 4px}.topic-peek-msg.telegram-peek-bubble>b{color:#2686df;margin:0 0 3px;font-size:12px;font-weight:700;line-height:1.15}.topic-peek-msg.telegram-peek-bubble .message-media{border-radius:10px;margin:2px -2px 5px;overflow:hidden}.topic-peek-msg.telegram-peek-bubble .message-text,.topic-peek-msg.telegram-peek-bubble .topic-peek-text{color:#17212b;font-size:14px;line-height:1.34}.topic-peek-msg.telegram-peek-bubble>small{color:#80909d;text-align:right;margin-top:1px;font-size:11px;line-height:1}.topic-peek-msg.telegram-peek-bubble.voice-peek-bubble{min-width:240px}.topic-peek-foot{color:#7d8a96;background:#ffffffd1;border-top:1px solid #00000012;justify-content:center;align-items:center;height:30px;font-size:11px;font-weight:600;display:flex}@media (width<=720px){.topic-peek-window.telegram-peek-window{border-radius:0;width:100vw;height:100vh}.topic-peek-open-btn{display:none!important}.topic-peek-msg.telegram-peek-bubble{max-width:88%}.topic-peek-foot{display:none}}.topic-peek-history.telegram-peek-history{flex-direction:column!important;align-items:stretch!important;gap:6px!important;display:flex!important}.topic-peek-rendered-message{display:contents!important}.topic-peek-history.telegram-peek-history .bubble,.topic-peek-history.telegram-peek-history .voice-bubble{flex:none!important;align-self:flex-start!important;width:auto!important;max-width:min(78%,500px)!important;margin:0 0 6px!important;box-shadow:0 1px 1.5px #0000002e!important}.topic-peek-history.telegram-peek-history .bubble.mine,.topic-peek-history.telegram-peek-history .voice-bubble.mine,.topic-peek-history.telegram-peek-history .telegram-photo-bubble.mine,.topic-peek-history.telegram-peek-history .telegram-video-bubble.mine{align-self:flex-end!important;max-width:min(78%,500px)!important}.topic-peek-history.telegram-peek-history .voice-bubble{border-radius:13px 13px 13px 4px!important;min-width:360px!important;padding:8px 10px 6px!important}.topic-peek-history.telegram-peek-history .voice-bubble.mine{border-radius:13px 13px 4px!important}.topic-peek-history.telegram-peek-history .voice-row{min-width:0!important}.topic-peek-history.telegram-peek-history .voice-waveform{min-width:260px!important}.topic-peek-history.telegram-peek-history .telegram-photo-bubble,.topic-peek-history.telegram-peek-history .telegram-video-bubble{flex:none!important;align-self:flex-start!important;max-width:min(78%,500px)!important;margin:0 0 6px!important}.topic-peek-history.telegram-peek-history .topic-peek-chat-bubble{background:#fff!important;border-radius:13px 13px 13px 4px!important;padding:7px 10px 5px!important;overflow:visible!important}.topic-peek-history.telegram-peek-history .topic-peek-chat-bubble.mine{background:#effdde!important;border-radius:13px 13px 4px!important}.topic-peek-history.telegram-peek-history .topic-peek-sender{color:#2686df!important;margin:0 0 3px!important;font-size:12px!important;font-weight:700!important;line-height:1.15!important;display:block!important}.topic-peek-history.telegram-peek-history .topic-peek-muted{color:#6e7f8f!important}.topic-peek-history.telegram-peek-history .message-file{min-width:240px!important;margin:3px 0 4px!important}@media (width<=720px){.topic-peek-history.telegram-peek-history .bubble,.topic-peek-history.telegram-peek-history .voice-bubble,.topic-peek-history.telegram-peek-history .telegram-photo-bubble,.topic-peek-history.telegram-peek-history .telegram-video-bubble{max-width:88%!important}.topic-peek-history.telegram-peek-history .voice-bubble{min-width:280px!important}.topic-peek-history.telegram-peek-history .voice-waveform{min-width:170px!important}}.topic-peek-head.telegram-peek-head .topic-peek-header-player-wrap{flex:0 auto!important;justify-content:flex-end!important;align-items:center!important;min-width:260px!important;max-width:360px!important;margin-left:auto!important;display:flex!important;overflow:visible!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player{width:320px!important;min-width:260px!important;max-width:320px!important;height:38px!important;min-height:38px!important;box-shadow:none!important;z-index:4!important;background:#f3f8fd!important;border:1px solid #3390ec24!important;border-radius:19px!important;flex:0 320px!important;order:0!important;align-items:center!important;gap:8px!important;margin:0!important;padding:0 8px!important;display:flex!important;position:relative!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-meta{flex-direction:column!important;width:96px!important;min-width:80px!important;max-width:100px!important;line-height:1.05!important;display:flex!important;overflow:hidden!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-meta b{color:#182533!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:11px!important;font-weight:800!important;overflow:hidden!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-meta span{color:#6f7f8f!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:10px!important;overflow:hidden!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-controls{justify-content:flex-end!important;align-items:center!important;gap:6px!important;min-width:0!important;display:flex!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player button,.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-ctrl{color:#2d8cff!important;background:0 0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;margin:0!important;padding:0!important;display:flex!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player svg{width:17px!important;height:17px!important;display:block!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-close{color:#7a8794!important;background:0 0!important;font-size:18px!important}@media (width<=760px){.topic-peek-head.telegram-peek-head .topic-peek-header-player-wrap{display:none!important}}@media (width<=1060px){.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player{width:220px!important;min-width:220px!important;max-width:220px!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-meta{display:none!important}}.topic-peek-head.telegram-peek-head{align-items:center!important;gap:10px!important;height:56px!important;min-height:56px!important;padding:0 12px!important;display:flex!important;overflow:visible!important}.topic-peek-head.telegram-peek-head .topic-peek-title{flex:0 180px!important;min-width:110px!important;max-width:190px!important;overflow:hidden!important}.topic-peek-head.telegram-peek-head .topic-peek-header-player-wrap{flex:auto!important;justify-content:center!important;align-items:center!important;min-width:260px!important;max-width:430px!important;height:40px!important;margin:0 4px 0 auto!important;display:flex!important;overflow:visible!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player{width:100%!important;min-width:260px!important;max-width:430px!important;height:38px!important;min-height:38px!important;box-shadow:none!important;background:#eef6ff!important;border:1px solid #3390ec29!important;border-radius:19px!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;margin:0!important;padding:0 8px!important;display:flex!important;position:relative!important;transform:none!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-meta{flex-direction:column!important;flex:auto!important;width:auto!important;min-width:80px!important;max-width:none!important;display:flex!important;overflow:hidden!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-meta b{color:#17212b!important;font-size:12px!important;line-height:14px!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-meta span{color:#708499!important;font-size:10px!important;line-height:12px!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-controls{flex:none!important;align-items:center!important;gap:4px!important;min-width:0!important;display:flex!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-ctrl,.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player button{color:#3390ec!important;background:0 0!important;border:0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:26px!important;min-width:26px!important;max-width:26px!important;height:26px!important;margin:0!important;padding:0!important;line-height:1!important;display:inline-flex!important;position:static!important;transform:none!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-play{color:#fff!important;background:#3390ec!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player svg{width:16px!important;height:16px!important;margin:0!important;display:block!important;transform:none!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-speed{color:#3390ec!important;background:#dff0ff!important;border-radius:11px!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:22px!important;font-size:10px!important;font-weight:800!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-close{color:#7b8794!important;background:0 0!important;width:24px!important;min-width:24px!important;max-width:24px!important;font-size:17px!important;font-weight:500!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-volume-popover{z-index:20000!important}@media (width<=900px){.topic-peek-head.telegram-peek-head .topic-peek-title{max-width:130px!important}.topic-peek-head.telegram-peek-head .topic-peek-header-player-wrap,.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player{min-width:220px!important}.topic-peek-head.telegram-peek-head .voice-header-player.topic-peek-header-player .voice-header-meta{display:none!important}}.topic-peek-player-strip{z-index:3!important;background:#fffffff5!important;border-bottom:1px solid #00000014!important;flex:none!important;align-items:center!important;height:44px!important;padding:5px 12px!important;display:flex!important;overflow:visible!important;box-shadow:0 1px 2px #0000000f!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player{width:100%!important;min-width:0!important;max-width:none!important;height:34px!important;min-height:34px!important;box-shadow:none!important;background:#eef6ff!important;border:1px solid #3390ec2e!important;border-radius:17px!important;flex:auto!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;padding:0 8px!important;display:flex!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-meta{flex-direction:column!important;flex:auto!important;justify-content:center!important;width:auto!important;min-width:0!important;display:flex!important;overflow:hidden!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-meta b,.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-meta span{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;overflow:hidden!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-meta b{color:#182533!important;font-size:12px!important;font-weight:700!important;line-height:14px!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-meta span{color:#6f7f8f!important;font-size:11px!important;line-height:13px!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-controls{flex:none!important;align-items:center!important;gap:6px!important;display:flex!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-ctrl,.topic-peek-player-strip .voice-header-player.topic-peek-strip-player button{border-radius:50%!important;justify-content:center!important;align-items:center!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;margin:0!important;padding:0!important;display:flex!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play{color:#fff!important;background:#2d8cff!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player svg{width:16px!important;height:16px!important;display:block!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play svg{width:18px!important;height:18px!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-speed{border-radius:12px!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:24px!important;font-size:11px!important;font-weight:800!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-close{color:#7a8794!important;background:0 0!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-volume-popover{z-index:40!important}.topic-peek-head.telegram-peek-head .topic-peek-header-player-wrap{display:none!important}@media (width<=720px){.topic-peek-player-strip{display:none!important}}.topic-peek-head.telegram-peek-head{align-items:center!important;gap:10px!important;display:flex!important}.topic-peek-head.telegram-peek-head .topic-peek-open-btn{flex:none!important;order:90!important;margin-left:auto!important}.topic-peek-head.telegram-peek-head .topic-peek-close-btn{flex:none!important;order:91!important;margin-left:4px!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play{justify-content:center!important;align-items:center!important;display:inline-flex!important;position:relative!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play svg{color:#fff!important;stroke:none!important;fill:currentColor!important;width:18px!important;height:18px!important;margin:0!important;display:block!important;transform:none!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play svg path,.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play svg path[fill]{fill:currentColor!important;stroke:none!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-ctrl:not(.voice-header-play) svg,.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-volume svg{fill:none!important;stroke:currentColor!important;stroke-width:2px!important;stroke-linecap:round!important;stroke-linejoin:round!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-speed{justify-content:center!important;align-items:center!important;line-height:1!important;display:inline-flex!important}.topic-peek-head.telegram-peek-head{align-items:center!important;gap:10px!important;height:58px!important;min-height:58px!important;padding:0 12px!important;display:flex!important;position:relative!important;overflow:hidden!important}.topic-peek-head.telegram-peek-head .topic-peek-avatar{flex:0 0 42px!important;width:42px!important;height:42px!important}.topic-peek-head.telegram-peek-head .topic-peek-title{flex:auto!important;min-width:0!important;max-width:none!important;padding-right:178px!important}.topic-peek-head.telegram-peek-head .topic-peek-actions{z-index:8!important;flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;display:flex!important;position:absolute!important;top:50%!important;right:12px!important;transform:translateY(-50%)!important}.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-open-btn,.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-close-btn{flex:none!important;margin:0!important;position:static!important;inset:auto!important;transform:none!important}.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-open-btn{color:#fff!important;background:#3390ec!important;border-radius:20px!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:86px!important;height:36px!important;padding:0 18px!important;font-size:14px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important}.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-close-btn{color:#708091!important;background:0 0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:36px!important;min-width:36px!important;height:36px!important;font-size:30px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play{color:#fff!important;background:#3390ec!important;justify-content:center!important;align-items:center!important;display:inline-flex!important;overflow:hidden!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play svg.mig-play-icon,.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play svg.mig-pause-icon,.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play svg{color:#fff!important;fill:currentColor!important;stroke:none!important;width:19px!important;min-width:19px!important;height:19px!important;min-height:19px!important;margin:0!important;display:block!important;transform:none!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play svg.mig-play-icon{transform:translate(1px)!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play svg path{fill:currentColor!important;stroke:none!important}@media (width<=720px){.topic-peek-head.telegram-peek-head .topic-peek-title{padding-right:44px!important}.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-open-btn{display:none!important}}.topic-peek-head.telegram-peek-head{flex-direction:row!important;align-items:center!important;gap:10px!important;padding:0 12px!important;display:flex!important;position:relative!important}.topic-peek-head.telegram-peek-head .topic-peek-title{flex:auto!important;min-width:0!important;max-width:none!important}.topic-peek-head.telegram-peek-head .topic-peek-actions{flex-direction:row!important;flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;width:auto!important;min-width:max-content!important;margin-left:auto!important;display:flex!important;position:static!important}.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-open-btn,.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-close-btn{margin:0!important;position:static!important;inset:auto!important;transform:none!important}.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-open-btn{border-radius:18px!important;order:1!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:74px!important;max-width:none!important;height:32px!important;padding:0 15px!important;line-height:1!important;display:inline-flex!important}.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-close-btn{border-radius:50%!important;order:2!important;justify-content:center!important;align-items:center!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;padding:0!important;line-height:1!important;display:inline-flex!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play,.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play svg{justify-content:center!important;align-items:center!important;display:flex!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play .mig-play-icon{width:17px!important;height:17px!important;transform:translate(1px)!important}.topic-peek-player-strip .voice-header-player.topic-peek-strip-player .voice-header-play .mig-pause-icon{width:16px!important;height:16px!important;transform:none!important}@media (width<=720px){.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-open-btn{display:none!important}}.topic-peek-head.telegram-peek-head{background:#fff!important;flex-direction:row!important;align-items:center!important;gap:10px!important;height:58px!important;min-height:58px!important;padding:0 14px!important;display:flex!important;position:relative!important;overflow:hidden!important}.topic-peek-head.telegram-peek-head .topic-peek-avatar{flex:0 0 42px!important;width:42px!important;height:42px!important;margin:0!important}.topic-peek-head.telegram-peek-head .topic-peek-title{flex:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important}.topic-peek-head.telegram-peek-head .topic-peek-actions{z-index:10!important;flex-direction:row!important;justify-content:flex-end!important;align-self:stretch!important;align-items:center!important;gap:8px!important;width:auto!important;min-width:max-content!important;height:58px!important;margin:0 0 0 auto!important;padding:0!important;display:flex!important;position:static!important;inset:auto!important;transform:none!important}.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-open-btn,.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-close-btn{box-sizing:border-box!important;flex:none!important;justify-content:center!important;align-self:center!important;align-items:center!important;margin:0!important;line-height:1!important;display:inline-flex!important;position:static!important;inset:auto!important;transform:none!important}.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-open-btn{color:#fff!important;background:#3390ec!important;border:0!important;border-radius:999px!important;order:1!important;width:auto!important;min-width:88px!important;max-width:none!important;height:34px!important;padding:0 18px!important;font-size:14px!important;font-weight:800!important}.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-close-btn{color:#6f7f8f!important;background:0 0!important;border:0!important;border-radius:50%!important;order:2!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;padding:0!important;font-size:30px!important;font-weight:400!important}.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-close-btn:hover{background:#0000000f!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message{flex-direction:column!important;width:100%!important;margin:0 0 6px!important;display:flex!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble{border-radius:12px 12px 12px 4px!important;align-self:flex-start!important;width:auto!important;min-width:214px!important;max-width:330px!important;margin:0!important;padding:6px 8px 5px!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble.mine{border-radius:12px 12px 4px!important;align-self:flex-end!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble .voice-row{gap:7px!important;min-height:34px!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble .voice-play{width:32px!important;min-width:32px!important;height:32px!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble .voice-play svg{width:16px!important;height:16px!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble .voice-main{flex:132px!important;min-width:132px!important;max-width:210px!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble .voice-waveform{width:100%!important;min-width:0!important;height:23px!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble .voice-transcribe-btn{min-width:34px!important;height:28px!important}@media (width<=720px){.topic-peek-head.telegram-peek-head .topic-peek-actions .topic-peek-open-btn{display:none!important}}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble{padding-bottom:20px!important;position:relative!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble .voice-row{margin-bottom:0!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble>.message-meta{color:#6f7f8f!important;opacity:1!important;z-index:2!important;pointer-events:none!important;background:0 0!important;height:12px!important;margin:0!important;padding:0!important;font-size:11px!important;line-height:12px!important;position:absolute!important;bottom:5px!important;right:9px!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble.mine>.message-meta{color:#5aa85f!important}.topic-peek-history.telegram-peek-history .topic-peek-rendered-message .voice-bubble>.message-meta .tg-checks-svg{vertical-align:-2px!important;width:17px!important;height:11px!important;margin-left:2px!important}.topic-peek-history.telegram-peek-history .topic-peek-chat-bubble{padding-bottom:19px!important;position:relative!important}.topic-peek-history.telegram-peek-history .topic-peek-chat-bubble>.message-meta{color:#6f7f8f!important;opacity:1!important;margin:0!important;padding:0!important;font-size:11px!important;line-height:12px!important;position:absolute!important;bottom:5px!important;right:8px!important}.topic-peek-history.telegram-peek-history .topic-peek-chat-bubble.mine>.message-meta{color:#5aa85f!important}.topic-peek-history.telegram-peek-history .topic-peek-chat-bubble>.message-meta .tg-checks-svg{vertical-align:-2px!important;width:17px!important;height:11px!important;margin-left:2px!important}.message-text .emoji-inline.emoji-inline-bg,.bubble .emoji-inline.emoji-inline-bg,.topic-peek-text .emoji-inline.emoji-inline-bg,.voice-transcript-text .emoji-inline.emoji-inline-bg,.chat-preview .emoji-inline.emoji-inline-bg,.chat-preview-rich .emoji-inline.emoji-inline-bg,.topic-main em .emoji-inline.emoji-inline-bg,.forward-list em .emoji-inline.emoji-inline-bg,.telegram-search-result-item .emoji-inline.emoji-inline-bg{vertical-align:-.28em!important;color:#0000!important;-webkit-text-fill-color:transparent!important;white-space:nowrap!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;width:1.32em!important;min-width:1.32em!important;height:1.32em!important;min-height:1.32em!important;margin:0 .03em!important;line-height:1!important;display:inline-block!important;overflow:hidden!important}.chat-preview .emoji-inline.emoji-inline-bg,.chat-preview-rich .emoji-inline.emoji-inline-bg,.topic-main em .emoji-inline.emoji-inline-bg,.forward-list em .emoji-inline.emoji-inline-bg,.telegram-search-result-item .emoji-inline.emoji-inline-bg{vertical-align:-.22em!important;color:#0000!important;-webkit-text-fill-color:transparent!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;width:1.18em!important;min-width:1.18em!important;height:1.18em!important;min-height:1.18em!important;margin:0 .015em!important;line-height:1!important;overflow:hidden!important}.composer.compact-composer .emoji-editor-input img.emoji-inline,.tg-media-preview-caption-editor .emoji-editor-input img.emoji-inline{vertical-align:-.18em!important}.composer.compact-composer .emoji-editor-input img.emoji-inline.emoji-selected,.tg-media-preview-caption-editor .emoji-editor-input img.emoji-inline.emoji-selected{background-color:#3390ec59!important;border-radius:4px!important;box-shadow:0 0 0 2px #3390ec59!important}.chat-preview-svg-voice{vertical-align:-3px!important;width:16px!important;height:16px!important;color:var(--tg-muted,#7a8694)!important;flex:none!important;justify-content:center!important;align-items:center!important;margin-right:4px!important;display:inline-flex!important}.chat-preview-voice-icon{filter:grayscale()!important;opacity:.86!important;font-size:15px!important;line-height:1!important}.bubble-reply .reply-preview-voice{gap:5px!important}.bubble-reply .reply-preview-voice-icon{filter:grayscale()!important;opacity:.88!important;background:0 0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:0!important;height:auto!important;font-size:16px!important;line-height:1!important;display:inline-flex!important}.bubble-reply .reply-preview-voice em{color:var(--tg-text,#182533)!important;font-weight:400!important}.sticker-ready-v569{padding-bottom:6px!important}.emoji-sticker-tabs-v569{border-top:1px solid var(--tg-border,#dfe5ec)!important;flex:none!important;grid-template-columns:1fr 1fr!important;gap:6px!important;padding:7px 2px 0!important;display:grid!important}.emoji-sticker-tabs-v569 button{height:34px!important;color:var(--tg-muted,#707b87)!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:11px!important;justify-content:center!important;align-items:center!important;gap:6px!important;font-size:14px!important;font-weight:700!important;display:flex!important}.emoji-sticker-tabs-v569 button:hover{background:var(--tg-hover,#f4f7fa)!important;color:var(--tg-text,#17212b)!important}.emoji-sticker-tabs-v569 button.active{color:var(--tg-blue,#3390ec)!important;background:#3390ec24!important}.sticker-pack-row-v569{border-bottom:1px solid var(--tg-border,#dfe5ec)!important;scrollbar-width:none!important;flex:none!important;align-items:center!important;gap:6px!important;padding:0 2px 7px!important;display:flex!important;overflow:auto hidden!important}.sticker-pack-row-v569::-webkit-scrollbar{display:none!important}.sticker-pack-row-v569 button{width:34px!important;min-width:34px!important;height:34px!important;box-shadow:none!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:11px!important;justify-content:center!important;align-items:center!important;font-size:22px!important;display:flex!important}.sticker-pack-row-v569 button:hover{background:var(--tg-hover,#f4f7fa)!important}.sticker-pack-row-v569 button.active{box-shadow:inset 0 -2px 0 var(--tg-blue,#3390ec)!important;background:#3390ec24!important}.sticker-scroll-v569{padding:8px 2px 0!important}.sticker-grid-v569{grid-template-columns:repeat(4,1fr)!important;gap:8px!important;padding:0 2px 8px!important;display:grid!important}.sticker-grid-v569 button{height:76px!important;box-shadow:none!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;padding:4px!important;display:flex!important}.sticker-grid-v569 button:hover{background:var(--tg-hover,#f4f7fa)!important}.sticker-grid-v569 img{object-fit:contain!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:68px!important;height:68px!important;display:block!important}@media (width<=640px){.sticker-grid-v569{grid-template-columns:repeat(4,1fr)!important;gap:6px!important}.sticker-grid-v569 button{height:68px!important}.sticker-grid-v569 img{width:62px!important;height:62px!important}.emoji-sticker-tabs-v569 button{height:36px!important}}.sticker-ready-v569.sticker-ready-v570,.sticker-ready-v569{padding-bottom:0!important}.emoji-sticker-tabs-v570{border-top:1px solid var(--tg-border,#dfe5ec)!important;background:var(--tg-surface,#fff)!important;grid-template-columns:1fr 1fr 1fr!important;gap:0!important;min-height:52px!important;padding:0!important;display:grid!important}.emoji-sticker-tabs-v570 button{height:52px!important;color:var(--tg-muted,#707b87)!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:0!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:2px!important;font-size:20px!important;font-weight:800!important;display:flex!important;position:relative!important}.emoji-sticker-tabs-v570 button span{font-size:14px!important;line-height:16px!important}.emoji-sticker-tabs-v570 button:before{content:""!important;background:0 0!important;border-radius:0 0 999px 999px!important;height:3px!important;position:absolute!important;top:0!important;left:18%!important;right:18%!important}.emoji-sticker-tabs-v570 button:hover{background:var(--tg-hover,#f4f7fa)!important;color:var(--tg-text,#17212b)!important}.emoji-sticker-tabs-v570 button.active{color:var(--tg-blue,#3390ec)!important;background:0 0!important}.emoji-sticker-tabs-v570 button.active:before{background:var(--tg-blue,#3390ec)!important}.emoji-sticker-tabs-v570 button.disabled{opacity:.42!important;cursor:default!important}.emoji-sticker-tabs-v570 button.disabled:hover{color:var(--tg-muted,#707b87)!important;background:0 0!important}.sticker-pack-row-v570{border-bottom:1px solid var(--tg-border,#dfe5ec)!important;gap:4px!important;padding:2px 2px 8px!important}.sticker-pack-row-v570 button{width:auto!important;min-width:42px!important;height:38px!important;color:var(--tg-muted,#707b87)!important;border-radius:13px!important;gap:6px!important;padding:0 10px!important;font-size:22px!important;transition:background .12s,transform .12s,color .12s!important}.sticker-pack-row-v570 button b{white-space:nowrap!important;color:inherit!important;font-size:12px!important;line-height:12px!important;display:none!important}.sticker-pack-row-v570 button.active{color:var(--tg-blue,#3390ec)!important;box-shadow:none!important;background:#3390ec21!important}.sticker-pack-row-v570 button.active b{display:inline!important}.sticker-pack-row-v570 button:hover{transform:translateY(-1px)!important}.sticker-pack-special-v570{font-size:19px!important}.sticker-scroll-v569{position:relative!important}.sticker-grid-v570{grid-template-columns:repeat(3,1fr)!important;gap:10px!important;padding:12px 4px!important}.sticker-grid-v570 button{border-radius:18px!important;height:116px!important;padding:3px!important;transition:transform .12s,background .12s!important;overflow:visible!important}.sticker-grid-v570 button:hover{background:#3390ec12!important;transform:scale(1.06)!important}.sticker-grid-v570 img{object-fit:contain!important;filter:drop-shadow(0 8px 8px #00000029)!important;width:112px!important;height:112px!important}.sticker-preview-v570{z-index:5!important;pointer-events:none!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#ffffffdb!important;border:1px solid #94a3b859!important;border-radius:26px!important;justify-content:center!important;align-items:center!important;width:178px!important;height:178px!important;display:flex!important;position:absolute!important;bottom:18px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 16px 42px #0f172a3d!important}.sticker-preview-v570 img{object-fit:contain!important;filter:drop-shadow(0 10px 10px #0000002e)!important;width:160px!important;height:160px!important}@media (width<=640px){.sticker-grid-v570{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.sticker-grid-v570 button{height:104px!important}.sticker-grid-v570 img{width:100px!important;height:100px!important}.emoji-sticker-tabs-v570 button{height:54px!important}.sticker-pack-row-v570 button.active b{display:none!important}.sticker-preview-v570{width:162px!important;height:162px!important}.sticker-preview-v570 img{width:146px!important;height:146px!important}}.sticker-ready-v571 .sticker-pack-row-v570{white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;gap:8px!important;padding:4px 2px 10px!important}.sticker-ready-v571 .sticker-pack-row-v570 button{border-radius:14px!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;padding:0!important;font-size:25px!important;position:relative!important;overflow:hidden!important}.sticker-ready-v571 .sticker-pack-row-v570 button b,.sticker-ready-v571 .sticker-pack-row-v570 button.active b{display:none!important}.sticker-ready-v571 .sticker-pack-row-v570 button.active{color:var(--tg-blue,#3390ec)!important;background:#3390ec1f!important}.sticker-ready-v571 .sticker-pack-row-v570 button.active:after{content:""!important;background:var(--tg-blue,#3390ec)!important;border-radius:999px!important;height:3px!important;position:absolute!important;bottom:2px!important;left:10px!important;right:10px!important}.sticker-ready-v571 .sticker-scroll-v569{padding:6px 0 0!important}.sticker-ready-v571 .sticker-grid-v570{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:center!important;gap:2px!important;padding:10px 2px 12px!important}.sticker-ready-v571 .sticker-grid-v570 button{touch-action:manipulation!important;background:0 0!important;border-radius:16px!important;height:142px!important;min-height:142px!important;padding:0!important;overflow:visible!important}.sticker-ready-v571 .sticker-grid-v570 button:hover{background:#3390ec0e!important;transform:scale(1.08)!important}.sticker-ready-v571 .sticker-grid-v570 img{object-fit:contain!important;filter:drop-shadow(0 8px 9px #0f172a2e)!important;width:146px!important;max-width:100%!important;height:146px!important}.sticker-ready-v571 .sticker-preview-v570{border-radius:30px!important;width:212px!important;height:212px!important;bottom:26px!important}.sticker-ready-v571 .sticker-preview-v570 img{width:196px!important;height:196px!important}@media (width<=640px){.sticker-ready-v571 .sticker-grid-v570{gap:0!important;padding-left:0!important;padding-right:0!important}.sticker-ready-v571 .sticker-grid-v570 button{height:128px!important;min-height:128px!important}.sticker-ready-v571 .sticker-grid-v570 img{width:132px!important;height:132px!important}.sticker-ready-v571 .sticker-pack-row-v570 button{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important}.sticker-ready-v571 .sticker-preview-v570{width:184px!important;height:184px!important}.sticker-ready-v571 .sticker-preview-v570 img{width:170px!important;height:170px!important}}.sticker-ready-v572{width:min(510px,100vw - 40px)!important;max-height:min(590px,100vh - 110px)!important;overflow:hidden!important}.sticker-ready-v572 .emoji-search-row{flex:none!important}.sticker-ready-v572 .sticker-pack-row-v572{border-bottom:1px solid var(--tg-border,#dfe5ec)!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;flex:none!important;align-items:center!important;gap:10px!important;padding:8px 4px 12px!important;display:flex!important;overflow:auto hidden!important}.sticker-ready-v572 .sticker-pack-row-v572::-webkit-scrollbar{display:none!important}.sticker-ready-v572 .sticker-pack-row-v572 button{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;color:var(--tg-muted,#707b87)!important;scroll-snap-align:start!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:15px!important;justify-content:center!important;align-items:center!important;padding:0!important;font-size:26px!important;line-height:1!important;display:flex!important;position:relative!important;overflow:hidden!important}.sticker-ready-v572 .sticker-pack-row-v572 button span{line-height:1!important;display:block!important}.sticker-ready-v572 .sticker-pack-row-v572 button:hover{background:#3390ec14!important;transform:translateY(-1px)!important}.sticker-ready-v572 .sticker-pack-row-v572 button.active{color:var(--tg-blue,#3390ec)!important;background:#3390ec21!important}.sticker-ready-v572 .sticker-pack-row-v572 button.active:after{content:""!important;background:var(--tg-blue,#3390ec)!important;border-radius:999px!important;height:3px!important;position:absolute!important;bottom:3px!important;left:12px!important;right:12px!important}.sticker-ready-v572 .sticker-scroll-v572{flex:auto!important;min-height:300px!important;padding:10px 4px 8px!important;position:relative!important;overflow:hidden auto!important}.sticker-ready-v572 .sticker-grid-v572{grid-template-columns:repeat(3,minmax(0,1fr))!important;place-items:center!important;gap:4px!important;padding:0!important;display:grid!important}.sticker-ready-v572 .sticker-grid-v572 .mig-sticker-card-v572,.sticker-ready-v572 .mig-sticker-card-v572{width:100%!important;height:154px!important;min-height:154px!important;box-shadow:none!important;cursor:pointer!important;touch-action:manipulation!important;background:0 0!important;border:0!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;transition:transform .13s,background-color .13s!important;display:flex!important;overflow:visible!important}.sticker-ready-v572 .sticker-grid-v572 .mig-sticker-card-v572:hover,.sticker-ready-v572 .mig-sticker-card-v572:hover{background:#3390ec0f!important;transform:scale(1.075)!important}.sticker-ready-v572 .sticker-grid-v572 .mig-sticker-img-v572,.sticker-ready-v572 .mig-sticker-img-v572{object-fit:contain!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important;filter:drop-shadow(0 8px 9px #0f172a2e)!important;width:154px!important;max-width:100%!important;height:154px!important;max-height:154px!important;display:block!important}.sticker-ready-v572 .sticker-preview-v572{z-index:20!important;pointer-events:none!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#ffffffe6!important;border:1px solid #94a3b85c!important;border-radius:32px!important;justify-content:center!important;align-items:center!important;width:224px!important;height:224px!important;display:flex!important;position:absolute!important;bottom:20px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 18px 46px #0f172a42!important}.sticker-ready-v572 .sticker-preview-v572 .mig-sticker-img-v572,.sticker-ready-v572 .sticker-preview-v572 img{object-fit:contain!important;filter:drop-shadow(0 12px 12px #0000002e)!important;width:204px!important;height:204px!important}.sticker-ready-v572 .emoji-sticker-tabs-v570{flex:none!important}@media (width<=640px){.sticker-ready-v572{width:min(510px,100vw - 40px)!important;max-height:min(590px,100vh - 90px)!important}.sticker-ready-v572 .sticker-scroll-v572{min-height:330px!important;padding-left:2px!important;padding-right:2px!important}.sticker-ready-v572 .sticker-grid-v572{gap:2px!important}.sticker-ready-v572 .sticker-grid-v572 .mig-sticker-card-v572,.sticker-ready-v572 .mig-sticker-card-v572{height:142px!important;min-height:142px!important}.sticker-ready-v572 .sticker-grid-v572 .mig-sticker-img-v572,.sticker-ready-v572 .mig-sticker-img-v572{width:142px!important;height:142px!important;max-height:142px!important}.sticker-ready-v572 .sticker-pack-row-v572 button{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;font-size:25px!important}.sticker-ready-v572 .sticker-preview-v572{width:190px!important;height:190px!important}.sticker-ready-v572 .sticker-preview-v572 img{width:174px!important;height:174px!important}}.sticker-ready-v573.sticker-ready-v572 .sticker-pack-row-v572{gap:8px!important;padding:7px 2px 9px!important}.sticker-ready-v573.sticker-ready-v572 .sticker-pack-row-v572 button{border-radius:14px!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important}.sticker-ready-v573.sticker-ready-v572 .sticker-scroll-v572{padding:8px 2px 6px!important}.sticker-ready-v573.sticker-ready-v572 .sticker-grid-v572{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:start!important;gap:0!important}.sticker-ready-v573.sticker-ready-v572 .mig-sticker-card-v572{background:0 0!important;border-radius:16px!important;height:150px!important;min-height:150px!important}.sticker-ready-v573.sticker-ready-v572 .mig-sticker-card-v572:hover{background:#3390ec0b!important;transform:scale(1.08)!important}.sticker-ready-v573.sticker-ready-v572 .mig-sticker-img-v572{filter:drop-shadow(0 7px 8px #0f172a24)!important;width:150px!important;height:150px!important;max-height:150px!important}.sticker-ready-v573.sticker-ready-v572 .sticker-preview-v572{background:#ffffffd1!important;width:226px!important;height:226px!important}.sticker-ready-v573.sticker-ready-v572 .sticker-preview-v572 img{width:208px!important;height:208px!important}@media (width<=640px){.sticker-ready-v573.sticker-ready-v572 .sticker-scroll-v572{padding-left:0!important;padding-right:0!important}.sticker-ready-v573.sticker-ready-v572 .mig-sticker-card-v572{height:146px!important;min-height:146px!important}.sticker-ready-v573.sticker-ready-v572 .mig-sticker-img-v572{width:146px!important;height:146px!important;max-height:146px!important}}.sticker-message-bubble{flex-direction:column;align-self:flex-start;align-items:flex-start;width:auto;max-width:300px;margin:2px 0 12px;padding:0;display:flex;position:relative;box-shadow:none!important;background:0 0!important;border:0!important}.sticker-message-bubble.mine{align-self:flex-end;align-items:flex-end}.sticker-message-frame{cursor:pointer;justify-content:center;align-items:center;width:256px;max-width:min(256px,58vw);height:256px;max-height:min(256px,58vw);display:flex;position:relative;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important;margin:0!important;padding:0!important;overflow:visible!important}.sticker-message-img{object-fit:contain;filter:drop-shadow(0 8px 10px #0f172a2e);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:100%;height:100%;display:block;box-shadow:none!important;background:0 0!important;border:0!important}.sticker-message-placeholder{background:#fff6;border-radius:24px;justify-content:center;align-items:center;width:180px;height:180px;font-size:64px;display:flex}.sticker-message-frame .message-meta{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff!important;text-shadow:0 1px 1px #00000059!important;background:#0000006b!important;border-radius:999px!important;align-items:center!important;gap:2px!important;padding:2px 6px!important;font-size:12px!important;line-height:16px!important;display:inline-flex!important;position:absolute!important;bottom:0!important;right:2px!important}.sticker-message-bubble>.message-reactions{z-index:4;align-self:flex-end;margin-top:-4px}.sticker-message-bubble .select-dot{border:2px solid var(--tg-blue,#3390ec);color:#fff;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:700;display:flex;position:absolute;top:50%;left:-34px;transform:translateY(-50%)}.sticker-message-bubble.mine .select-dot{left:auto;right:-34px}.sticker-message-bubble.selected .select-dot{background:var(--tg-blue,#3390ec)}.sticker-message-bubble.selected .sticker-message-img{filter:drop-shadow(0 0 #0000)drop-shadow(0 0 #0000)}.history.selecting .sticker-message-bubble[data-message-id]{cursor:pointer}@media (width<=700px){.sticker-message-frame{width:220px;max-width:56vw;height:220px;max-height:56vw}.sticker-message-frame .message-meta{font-size:11px!important;line-height:15px!important}}.emoji-picker-v039.sticker-ready-v577{-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#ffffffeb!important;border:1px solid #d2dbe4c7!important;border-radius:22px!important;flex-direction:column!important;width:min(430px,100vw - 36px)!important;height:min(468px,100vh - 108px)!important;max-height:min(468px,100vh - 108px)!important;padding:10px 12px 0!important;display:flex!important;box-shadow:0 10px 34px #0f172a29!important}.emoji-picker-v039.sticker-ready-v577 .emoji-search-row{padding:0 0 8px!important}.emoji-picker-v039.sticker-ready-v577 .emoji-search-row input{height:38px!important;box-shadow:none!important;background:#ebf1f6eb!important;border:0!important;border-radius:19px!important;padding:0 16px!important;font-size:16px!important}.emoji-picker-v039.sticker-ready-v577 .emoji-search-row input:focus{box-shadow:none!important;background:#ebf1f6f5!important}.emoji-picker-v039.sticker-ready-v577 .emoji-category-strip-v577{scrollbar-width:none!important;border-bottom:0!important;flex:none!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;padding:2px 0 10px!important;display:flex!important;overflow-x:auto!important}.emoji-picker-v039.sticker-ready-v577 .emoji-category-strip-v577::-webkit-scrollbar{display:none!important}.emoji-picker-v039.sticker-ready-v577 .emoji-category-strip-v577 button{color:#7d8790!important;cursor:pointer!important;filter:grayscale(.65)opacity(.78)!important;background:0 0!important;border:0!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;font-size:23px!important;line-height:1!important;display:flex!important}.emoji-picker-v039.sticker-ready-v577 .emoji-category-strip-v577 button:hover{filter:none!important;background:#7a86941a!important}.emoji-picker-v039.sticker-ready-v577 .emoji-scroll{flex:auto!important;min-height:0!important;padding:0 2px 8px 0!important;overflow-y:auto!important}.emoji-picker-v039.sticker-ready-v577 .emoji-title-v039{color:#8a949e!important;background:0 0!important;padding:10px 0 8px!important;font-size:18px!important;font-weight:500!important;line-height:24px!important;position:relative!important;top:auto!important}.emoji-picker-v039.sticker-ready-v577 .emoji-grid-v039{grid-template-columns:repeat(8,1fr)!important;gap:8px 12px!important;padding:0 0 12px!important}.emoji-picker-v039.sticker-ready-v577 .emoji-grid-v039 button{border-radius:9px!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;font-size:27px!important}.emoji-picker-v039.sticker-ready-v577 .emoji-grid-v039 button .emoji-asset{width:32px!important;height:32px!important}.emoji-picker-v039.sticker-ready-v577 .emoji-grid-v039 button:hover{background:#7a86941a!important}.emoji-picker-v039.sticker-ready-v577 .emoji-sticker-tabs-v577{background:#f4f8fad1!important;border-top:1px solid #d2dbe4bf!important;border-radius:0 0 22px 22px!important;justify-content:center!important;align-items:center!important;gap:62px!important;height:52px!important;min-height:52px!important;margin:0 -12px!important;padding:0!important;display:flex!important}.emoji-picker-v039.sticker-ready-v577 .emoji-sticker-tabs-v577 button{color:#808a93!important;background:0 0!important;border:0!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;width:48px!important;height:46px!important;padding:0!important;font-size:0!important;font-weight:400!important;display:flex!important}.emoji-picker-v039.sticker-ready-v577 .emoji-sticker-tabs-v577 button span{color:inherit!important;font-size:31px!important;line-height:1!important;display:block!important}.emoji-picker-v039.sticker-ready-v577 .emoji-sticker-tabs-v577 button:before{content:none!important;display:none!important}.emoji-picker-v039.sticker-ready-v577 .emoji-sticker-tabs-v577 button.active{color:#111827!important;background:0 0!important}.emoji-picker-v039.sticker-ready-v577 .emoji-sticker-tabs-v577 button:hover{color:#111827!important;background:#7a86941a!important}.emoji-picker-v039.sticker-ready-v577 .sticker-pack-row-v572{border-bottom:1px solid #d2dbe4bf!important;gap:14px!important;padding:6px 0 10px!important}.emoji-picker-v039.sticker-ready-v577 .sticker-pack-row-v572 button{border-radius:12px!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;font-size:25px!important}.emoji-picker-v039.sticker-ready-v577 .sticker-pack-row-v572 button.active{background:#3390ec1f!important}.emoji-picker-v039.sticker-ready-v577 .sticker-scroll-v572{min-height:0!important;padding:14px 0 8px!important}.emoji-picker-v039.sticker-ready-v577 .sticker-grid-v572{grid-template-columns:repeat(3,1fr)!important;gap:8px 10px!important}.emoji-picker-v039.sticker-ready-v577 .mig-sticker-card-v572{border-radius:14px!important;height:122px!important;min-height:122px!important}.emoji-picker-v039.sticker-ready-v577 .mig-sticker-img-v572{width:120px!important;height:120px!important}@media (width<=640px){.emoji-picker-v039.sticker-ready-v577{width:auto!important;height:min(460px,100vh - 114px)!important;bottom:54px!important;left:12px!important;right:12px!important}.emoji-picker-v039.sticker-ready-v577 .emoji-grid-v039{grid-template-columns:repeat(7,1fr)!important;gap:8px 10px!important}.emoji-picker-v039.sticker-ready-v577 .emoji-sticker-tabs-v577{gap:54px!important}}.emoji-picker-v039.sticker-ready-v578{border-radius:20px!important;width:min(418px,100vw - 36px)!important;height:min(456px,100vh - 108px)!important;max-height:min(456px,100vh - 108px)!important;padding:8px 12px 0!important}.emoji-picker-v039.sticker-ready-v578 .emoji-search-row{padding:0 0 7px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-search-row input{border-radius:17px!important;height:34px!important;padding:0 14px!important;font-size:15px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578{justify-content:space-between!important;gap:6px!important;min-height:34px!important;padding:1px 0 8px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 button{color:#858f97!important;filter:none!important;opacity:1!important;background:0 0!important;border-radius:9px!important;width:32px!important;min-width:32px!important;height:32px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 button:first-child{color:#111827!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 button:hover{color:#111827!important;background:#7a869414!important}.emoji-picker-v039.sticker-ready-v578 .mig-picker-icon{width:25px!important;height:25px!important;color:inherit!important;stroke:currentColor!important;fill:none!important;display:block!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 .mig-picker-icon{width:24px!important;height:24px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-title-v039{color:#879199!important;padding:8px 0 7px!important;font-size:17px!important;font-weight:500!important;line-height:22px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-grid-v039{gap:7px 11px!important;padding:0 0 10px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-sticker-tabs-v577{background:#f4f8fac7!important;gap:64px!important;height:50px!important;min-height:50px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-sticker-tabs-v577 button{color:#8a949c!important;border-radius:12px!important;width:46px!important;height:44px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-sticker-tabs-v577 button .mig-picker-icon{stroke-width:1.7px!important;width:28px!important;height:28px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-sticker-tabs-v577 button.active{color:#111827!important}.emoji-picker-v039.sticker-ready-v578 .emoji-sticker-tabs-v577 button span{display:none!important}.emoji-picker-v039.sticker-ready-v578 .sticker-pack-row-v572{gap:13px!important;padding:5px 0 9px!important}.emoji-picker-v039.sticker-ready-v578 .sticker-pack-row-v572 button{border-radius:11px!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important}@media (width<=640px){.emoji-picker-v039.sticker-ready-v578{height:min(450px,100vh - 114px)!important}.emoji-picker-v039.sticker-ready-v578 .emoji-sticker-tabs-v577{gap:56px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 button{width:31px!important;min-width:31px!important}}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578{gap:7px!important;min-height:42px!important;padding:2px 0 10px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 button{border-radius:12px!important;width:42px!important;min-width:42px!important;height:38px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 .mig-picker-icon{stroke-width:1.65px!important;width:31px!important;height:31px!important}@media (width<=640px){.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578{gap:5px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 button{width:38px!important;min-width:38px!important;height:36px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 .mig-picker-icon{width:29px!important;height:29px!important}}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578{box-sizing:border-box!important;flex:none!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;align-items:center!important;gap:0!important;height:48px!important;min-height:48px!important;padding:2px 18px 10px 4px!important;display:grid!important;overflow:visible!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 button{border-radius:12px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:none!important;height:40px!important;margin:0!important;padding:0!important;display:flex!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 .mig-picker-icon{stroke-width:1.85px!important;width:33px!important;height:33px!important;overflow:visible!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 button:first-child .mig-picker-icon{stroke-width:2.05px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-scroll{min-height:0!important}@media (width<=640px){.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578{grid-template-columns:repeat(8,minmax(0,1fr))!important;height:46px!important;min-height:46px!important;padding:1px 16px 9px 2px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 button{width:100%!important;min-width:0!important;height:38px!important}.emoji-picker-v039.sticker-ready-v578 .emoji-category-strip-v578 .mig-picker-icon{width:31px!important;height:31px!important}}.emoji-picker-v039.sticker-ready-v581 .sticker-pack-row-v572 button.active,.emoji-picker-v039.sticker-ready-v581 .sticker-pack-row-v572 .sticker-pack-special-v570.active{color:#2a8bf2!important;background:#2a8bf224!important;box-shadow:inset 0 -3px #2a8bf2!important}.emoji-picker-v039.sticker-ready-v581 .mig-sticker-card-v572.favorite:after{content:"★";color:#f5b301;pointer-events:none;background:#ffffffdb;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:15px;font-weight:800;display:flex;position:absolute;top:6px;right:8px;box-shadow:0 2px 8px #0f172a24}.emoji-picker-v039.sticker-ready-v581 .sticker-grid-v572 .mig-sticker-card-v572{position:relative!important}.emoji-picker-v039.sticker-ready-v581 .emoji-empty-v039{color:#8a949e!important;text-align:center!important;padding:34px 0!important;font-weight:700!important}.sticker-packs-v588 .sticker-pack-manager-v588{border-bottom:1px solid var(--tg-border,#dfe5ec)!important;background:var(--tg-surface,#fff)!important;flex:none!important;max-height:220px!important;margin:0 0 8px!important;padding:8px!important;overflow:auto!important}.sticker-packs-v588 .sticker-pack-manager-head-v588{color:var(--tg-text,#17212b)!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;padding:0 2px 7px!important;font-size:13px!important;display:flex!important}.sticker-packs-v588 .sticker-pack-manager-head-v588 button,.sticker-packs-v588 .sticker-pack-manager-row-v588 button{background:var(--tg-hover,#f4f7fa)!important;color:var(--tg-blue,#3390ec)!important;cursor:pointer!important;border:0!important;border-radius:8px!important;height:28px!important;padding:0 9px!important;font-size:12px!important;font-weight:700!important}.sticker-packs-v588 .sticker-pack-manager-row-v588 button:disabled{opacity:.35!important;cursor:default!important}.sticker-packs-v588 .sticker-pack-manager-row-v588{border-radius:10px!important;grid-template-columns:34px 1fr auto auto auto auto!important;align-items:center!important;gap:6px!important;min-height:38px!important;padding:4px!important;display:grid!important}.sticker-packs-v588 .sticker-pack-manager-row-v588:hover{background:var(--tg-hover,#f4f7fa)!important}.sticker-packs-v588 .sticker-pack-manager-icon-v588{text-align:center!important;font-size:23px!important;line-height:1!important}.sticker-packs-v588 .sticker-pack-manager-title-v588{color:var(--tg-text,#17212b)!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:13px!important;font-weight:700!important;overflow:hidden!important}.sticker-packs-v588 .sticker-pack-manager-count-v588{color:var(--tg-muted,#707b87)!important;text-align:right!important;min-width:22px!important;font-size:12px!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-v588{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0 0 8px!important;padding:8px 8px 10px!important;overflow:hidden auto!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-head-v588{gap:6px!important;min-width:0!important;padding:0 0 8px!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-head-v588 b{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;font-size:14px!important;overflow:hidden!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-head-v588 button{flex:none!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:28px!important;padding:0!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-row-v588{box-sizing:border-box!important;grid-template-columns:32px minmax(0,1fr) 24px 30px 30px 58px!important;gap:4px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:4px 2px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-icon-v588{width:32px!important;min-width:32px!important;font-size:23px!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-title-v588{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;font-size:13px!important;overflow:hidden!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-count-v588{text-align:center!important;width:24px!important;min-width:0!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-row-v588 button{box-sizing:border-box!important;text-align:center!important;border-radius:10px!important;width:30px!important;min-width:30px!important;max-width:30px!important;height:30px!important;padding:0!important;font-size:13px!important;line-height:30px!important;overflow:hidden!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-row-v588 button:last-child{width:58px!important;min-width:58px!important;max-width:58px!important;font-size:12px!important}@media (width<=640px){.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 22px 28px 28px 52px!important;gap:3px!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-row-v588 button{width:28px!important;min-width:28px!important;max-width:28px!important}.emoji-picker-v039.sticker-ready-v578.sticker-packs-v588 .sticker-pack-manager-row-v588 button:last-child{width:52px!important;min-width:52px!important;max-width:52px!important;font-size:11px!important}}.emoji-picker-v039.sticker-packs-v590 .sticker-pack-row-v572{scrollbar-width:none!important;overscroll-behavior-inline:contain!important;scroll-snap-type:none!important;white-space:nowrap!important;touch-action:pan-x!important;gap:4px!important;padding:5px 18px 7px 2px!important;overflow:auto hidden!important}.emoji-picker-v039.sticker-packs-v590 .sticker-pack-row-v572::-webkit-scrollbar{display:none!important}.emoji-picker-v039.sticker-packs-v590 .sticker-pack-row-v572 button{border-radius:11px!important;flex:0 0 36px!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;margin:0!important;padding:0!important;font-size:24px!important}.emoji-picker-v039.sticker-packs-v590 .sticker-pack-row-v572 .sticker-pack-special-v570{font-size:22px!important}.emoji-picker-v039.sticker-packs-v590 .sticker-pack-row-v572 button.active:after{height:3px!important;bottom:2px!important;left:9px!important;right:9px!important}@media (width<=640px){.emoji-picker-v039.sticker-packs-v590 .sticker-pack-row-v572{gap:3px!important;padding:4px 18px 7px 1px!important}.emoji-picker-v039.sticker-packs-v590 .sticker-pack-row-v572 button{flex-basis:35px!important;width:35px!important;min-width:35px!important;max-width:35px!important;height:35px!important;font-size:23px!important}}.emoji-picker-v039.sticker-packs-v591.sticker-manager-open-v591 .sticker-scroll-v569,.emoji-picker-v039.sticker-packs-v591.sticker-manager-open-v591 .sticker-scroll-v572{display:none!important}.emoji-picker-v039.sticker-packs-v591.sticker-manager-open-v591 .sticker-pack-manager-v588{border-bottom:0!important;flex:auto!important;min-height:0!important;max-height:none!important;margin:0!important;overflow:hidden auto!important}.emoji-picker-v039.sticker-packs-v591.sticker-manager-open-v591 .sticker-pack-row-v572{border-bottom:1px solid var(--tg-border,#dfe5ec)!important}.emoji-picker-v039.sticker-packs-v591.sticker-manager-open-v591 .emoji-sticker-tabs-v577{flex:none!important}.emoji-picker-v039.sticker-packs-v592 .sticker-pack-manager-head-v588{grid-template-columns:minmax(0,1fr) auto auto auto!important;align-items:center!important;gap:6px!important;display:grid!important}.emoji-picker-v039.sticker-packs-v592 .sticker-pack-import-status-v592{color:var(--tg-muted,#707b87)!important;white-space:nowrap!important;text-overflow:ellipsis!important;min-width:0!important;font-size:11px!important;overflow:hidden!important}.emoji-picker-v039.sticker-packs-v592 .sticker-pack-manager-head-v588 button{width:auto!important;min-width:44px!important;max-width:none!important;padding:0 10px!important}.emoji-picker-v039.sticker-packs-v592 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 24px 30px 30px 58px 28px!important}.emoji-picker-v039.sticker-packs-v592 .sticker-pack-manager-row-v588 .sticker-pack-remove-v592{color:#ef4444!important;width:28px!important;min-width:28px!important;max-width:28px!important;padding:0!important;font-weight:800!important}@media (width<=640px){.emoji-picker-v039.sticker-packs-v592 .sticker-pack-manager-head-v588{grid-template-columns:minmax(0,1fr) auto auto!important}.emoji-picker-v039.sticker-packs-v592 .sticker-pack-import-status-v592{display:none!important}.emoji-picker-v039.sticker-packs-v592 .sticker-pack-manager-row-v588{grid-template-columns:26px minmax(0,1fr) 18px 26px 26px 50px 24px!important;gap:5px!important}.emoji-picker-v039.sticker-packs-v592 .sticker-pack-manager-row-v588 button{font-size:11px!important}}.emoji-picker-v039.sticker-packs-v594.sticker-manager-open-v591 .sticker-pack-manager-v588{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;padding:8px 6px!important;overflow:hidden auto!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-head-v588{box-sizing:border-box!important;grid-template-columns:minmax(0,1fr) auto auto auto!important;align-items:center!important;gap:4px!important;width:100%!important;max-width:100%!important;padding:0 0 7px!important;display:grid!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-head-v588 b{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;font-size:14px!important;line-height:28px!important;overflow:hidden!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-import-status-v592{display:none!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-head-v588 button{white-space:nowrap!important;border-radius:9px!important;width:auto!important;min-width:0!important;max-width:none!important;height:28px!important;padding:0 8px!important;font-size:12px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-row-v588{box-sizing:border-box!important;border-radius:10px!important;grid-template-columns:28px minmax(58px,1fr) 18px 24px 24px 52px 20px!important;align-items:center!important;gap:3px!important;width:100%!important;min-width:0!important;max-width:100%!important;height:38px!important;min-height:38px!important;margin:0 0 3px!important;padding:2px 3px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-icon-v588{text-align:center!important;width:28px!important;min-width:28px!important;max-width:28px!important;font-size:22px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-title-v588{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;font-size:13px!important;overflow:hidden!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-count-v588{text-align:center!important;width:18px!important;min-width:18px!important;max-width:18px!important;font-size:12px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-row-v588 button{box-sizing:border-box!important;text-align:center!important;white-space:nowrap!important;border-radius:8px!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:28px!important;min-height:28px!important;padding:0!important;font-size:12px!important;line-height:28px!important;overflow:hidden!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-row-v588 button:nth-of-type(3){width:52px!important;min-width:52px!important;max-width:52px!important;font-size:11px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-row-v588 .sticker-pack-remove-v592{color:#ef4444!important;background:0 0!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:28px!important;font-size:14px!important;line-height:28px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-catalog-v593 .sticker-pack-manager-row-v588{grid-template-columns:28px minmax(0,1fr) 18px 70px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-catalog-v593 .sticker-pack-manager-row-v588 button{width:70px!important;min-width:70px!important;max-width:70px!important;font-size:11px!important}@media (width<=640px){.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-head-v588{grid-template-columns:minmax(0,1fr) auto auto!important;gap:3px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-head-v588 button{padding:0 6px!important;font-size:11px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-row-v588{grid-template-columns:26px minmax(44px,1fr) 16px 22px 22px 46px 18px!important;gap:2px!important;padding:2px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-icon-v588{width:26px!important;min-width:26px!important;max-width:26px!important;font-size:21px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-count-v588{width:16px!important;min-width:16px!important;max-width:16px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-row-v588 button{width:22px!important;min-width:22px!important;max-width:22px!important;font-size:11px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-row-v588 button:nth-of-type(3){width:46px!important;min-width:46px!important;max-width:46px!important;font-size:10px!important}.emoji-picker-v039.sticker-packs-v594 .sticker-pack-manager-row-v588 .sticker-pack-remove-v592{width:18px!important;min-width:18px!important;max-width:18px!important}}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-v588{padding-left:8px!important;padding-right:8px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-head-v588{grid-template-columns:minmax(0,1fr) 58px 60px 38px!important;align-items:center!important;gap:4px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-head-v588 button{box-sizing:border-box!important;text-align:center!important;justify-content:center!important;align-items:center!important;height:30px!important;padding:0!important;font-size:12px!important;line-height:30px!important;display:flex!important;overflow:hidden!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-head-v588 button:first-of-type{width:58px!important;min-width:58px!important;max-width:58px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-head-v588 button:nth-of-type(2){width:60px!important;min-width:60px!important;max-width:60px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-head-v588 button:nth-of-type(3){width:38px!important;min-width:38px!important;max-width:38px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 22px 34px 34px 62px 24px!important;gap:4px!important;height:44px!important;min-height:44px!important;padding:3px 4px!important;overflow:visible!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-title-v588{min-width:0!important;font-size:13px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-count-v588{width:22px!important;min-width:22px!important;max-width:22px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-row-v588 button{border-radius:10px!important;justify-content:center!important;align-items:center!important;height:32px!important;min-height:32px!important;line-height:32px!important;display:flex!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-row-v588 button:first-of-type,.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-row-v588 button:nth-of-type(2){width:34px!important;min-width:34px!important;max-width:34px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-row-v588 button:nth-of-type(3){width:62px!important;min-width:62px!important;max-width:62px!important;font-size:12px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-row-v588 .sticker-pack-remove-v592{visibility:visible!important;opacity:1!important;color:#ef4444!important;justify-content:center!important;align-items:center!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:32px!important;font-size:16px!important;font-weight:800!important;line-height:32px!important;display:flex!important;overflow:visible!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-catalog-v593 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 22px 76px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-catalog-v593 .sticker-pack-manager-row-v588 button{width:76px!important;min-width:76px!important;max-width:76px!important;font-size:12px!important}@media (width<=640px){.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-head-v588{grid-template-columns:minmax(0,1fr) 54px 56px 36px!important;gap:3px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-head-v588 button{font-size:11px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-head-v588 button:first-of-type{width:54px!important;min-width:54px!important;max-width:54px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-head-v588 button:nth-of-type(2){width:56px!important;min-width:56px!important;max-width:56px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-head-v588 button:nth-of-type(3){width:36px!important;min-width:36px!important;max-width:36px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-row-v588{grid-template-columns:28px minmax(0,1fr) 18px 30px 30px 54px 22px!important;gap:3px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-row-v588 button:first-of-type,.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-row-v588 button:nth-of-type(2){width:30px!important;min-width:30px!important;max-width:30px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-row-v588 button:nth-of-type(3){width:54px!important;min-width:54px!important;max-width:54px!important;font-size:11px!important}.emoji-picker-v039.sticker-packs-v595 .sticker-pack-manager-row-v588 .sticker-pack-remove-v592{width:22px!important;min-width:22px!important;max-width:22px!important}}.emoji-picker-v039.sticker-hold-preview-v596 .mig-sticker-card-v572{touch-action:none!important;-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important}.emoji-picker-v039.sticker-hold-preview-v596 .sticker-preview-v570,.emoji-picker-v039.sticker-hold-preview-v596 .sticker-preview-v572{pointer-events:none!important;z-index:40!important}.emoji-picker-v039.sticker-hold-preview-v596 .sticker-preview-v570 img,.emoji-picker-v039.sticker-hold-preview-v596 .sticker-preview-v572 img{transform:scale(1.08)!important}.mig-sticker-img-v572:is(video){object-fit:contain;background:0 0!important}.sticker-preview-media-v598{object-fit:contain;width:100%;height:100%;display:block;background:0 0!important}.mig-sticker-tgs-placeholder-v598,.sticker-message-tgs-placeholder-v598{color:#2a8cff;border:2px dashed #2a8cff59;border-radius:28px;justify-content:center;align-items:center;font-size:52px;font-weight:800;background:#2a8cff14!important;display:flex!important}.sticker-message-img:is(video){object-fit:contain;filter:drop-shadow(0 8px 10px #0f172a2e);background:0 0!important}.mig-sticker-tgs-lottie-v599{pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;filter:drop-shadow(0 8px 9px #0f172a2e)!important;width:154px!important;max-width:100%!important;height:154px!important;max-height:154px!important;display:block!important}.mig-sticker-tgs-lottie-v599 svg{width:100%!important;height:100%!important;display:block!important}.sticker-message-img.mig-sticker-tgs-lottie-v599{filter:drop-shadow(0 8px 10px #0f172a2e)!important;width:240px!important;max-width:56vw!important;height:240px!important;max-height:56vw!important}.sticker-preview-media-v598.mig-sticker-tgs-lottie-v599{width:204px!important;height:204px!important}.mig-sticker-tgs-placeholder-v599{color:#2a8cff!important;background:#2a8cff14!important;border:2px dashed #2a8cff59!important;border-radius:28px!important;justify-content:center!important;align-items:center!important;font-size:52px!important;font-weight:800!important;display:flex!important}.sticker-export-v604 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 24px 24px 24px 28px minmax(54px,64px) 28px!important;column-gap:4px!important}.sticker-export-v604 .sticker-pack-manager-row-v588 button{white-space:nowrap!important;text-overflow:clip!important;min-width:0!important;padding:0 5px!important;overflow:hidden!important}.sticker-export-v604 .sticker-pack-export-v604{color:var(--tg-blue,#3390ec)!important;font-size:15px!important;font-weight:900!important}.sticker-export-v604 .sticker-pack-remove-v592{color:#e53935!important;justify-content:center!important;align-items:center!important;width:28px!important;min-width:28px!important;padding:0!important;font-size:18px!important;font-weight:900!important;display:flex!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-manager-row-preview-v605{cursor:pointer!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-v605{border:1px solid var(--tg-border,#dfe6ee)!important;background:var(--tg-panel,#fff)!important;box-sizing:border-box!important;border-radius:12px!important;max-width:calc(100% - 12px)!important;margin:4px 6px 6px!important;padding:6px!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-head-v605{grid-template-columns:28px minmax(0,1fr) 26px!important;align-items:center!important;gap:6px!important;min-width:0!important;margin-bottom:6px!important;display:grid!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-head-v605 b{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;font-size:13px!important;overflow:hidden!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-head-v605 button{width:24px!important;height:24px!important;color:var(--tg-muted,#707b87)!important;background:0 0!important;border:0!important;border-radius:8px!important;padding:0!important;font-size:18px!important;line-height:22px!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-grid-v605{grid-template-columns:repeat(6,1fr)!important;place-items:center!important;gap:2px!important;max-height:112px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-sticker-v605{object-fit:contain!important;width:42px!important;height:42px!important;display:block!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-actions-v605{grid-template-columns:auto auto minmax(0,1fr)!important;align-items:center!important;gap:6px!important;margin-top:6px!important;display:grid!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-actions-v605 button{border:1px solid var(--tg-border,#dfe6ee)!important;background:var(--tg-chip,#f3f7fb)!important;height:26px!important;color:var(--tg-text,#17212b)!important;white-space:nowrap!important;border-radius:9px!important;padding:0 9px!important;font-size:12px!important;font-weight:700!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-actions-v605 span{text-align:right!important;color:var(--tg-muted,#707b87)!important;min-width:0!important;font-size:12px!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-actions-v605{grid-template-columns:minmax(68px,72px) minmax(70px,76px) minmax(42px,1fr)!important;align-items:center!important;column-gap:6px!important;width:100%!important;min-width:0!important;display:grid!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-actions-v605 button{box-sizing:border-box!important;text-overflow:clip!important;white-space:nowrap!important;letter-spacing:-.2px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;height:28px!important;padding:0 5px!important;font-size:11px!important;line-height:28px!important;display:flex!important;overflow:hidden!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-actions-v605 span{white-space:nowrap!important;text-overflow:ellipsis!important;justify-self:end!important;overflow:hidden!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-v605{overflow:hidden!important}@media (width<=520px){.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-actions-v605{grid-template-columns:64px 66px minmax(34px,1fr)!important;column-gap:4px!important}.emoji-picker-v039.sticker-pack-detail-v605-root .sticker-pack-detail-actions-v605 button{padding:0 3px!important;font-size:10.5px!important}}.emoji-picker-v039.sticker-store-tabs-v607 .sticker-store-tabs-v607-row{scrollbar-width:none!important;align-items:center!important;gap:4px!important;margin:0 0 4px!important;padding:2px 0 6px!important;display:flex!important;overflow:auto hidden!important}.emoji-picker-v039.sticker-store-tabs-v607 .sticker-store-tabs-v607-row::-webkit-scrollbar{display:none!important}.emoji-picker-v039.sticker-store-tabs-v607 .sticker-store-tabs-v607-row button{background:var(--tg-input,#f2f6fa)!important;min-width:44px!important;max-width:none!important;height:32px!important;color:var(--tg-blue,#2a8cff)!important;text-align:center!important;white-space:nowrap!important;cursor:pointer!important;border:0!important;border-radius:13px!important;flex:none!important;padding:0 10px!important;font-size:12px!important;font-weight:700!important;line-height:32px!important;overflow:visible!important}.emoji-picker-v039.sticker-store-tabs-v607 .sticker-store-tabs-v607-row button.active{color:var(--tg-blue,#2a8cff)!important;background:#2a8cff24!important}.emoji-picker-v039.sticker-store-tabs-v607 .sticker-store-list-v607{flex-direction:column!important;gap:4px!important;display:flex!important}.emoji-picker-v039.sticker-store-tabs-v607 .sticker-store-list-v607 .sticker-pack-manager-row-v588{grid-template-columns:28px minmax(0,1fr) 24px 72px!important}.emoji-picker-v039.sticker-store-tabs-v607 .sticker-store-list-v607 .sticker-pack-manager-row-v588 button{width:72px!important;min-width:72px!important;max-width:72px!important;padding:0 6px!important;font-size:11px!important}.emoji-picker-v039.sticker-store-tabs-v607 .sticker-store-tabs-v607-row{box-sizing:border-box!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;width:100%!important;max-width:100%!important;padding:2px 0 8px!important;display:grid!important;overflow:visible!important}.emoji-picker-v039.sticker-store-tabs-v607 .sticker-store-tabs-v607-row button{letter-spacing:-.25px!important;text-overflow:clip!important;white-space:nowrap!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;height:34px!important;padding:0 3px!important;font-size:11.5px!important;line-height:34px!important;display:flex!important;overflow:hidden!important}.emoji-picker-v039.sticker-store-installed-v609 .sticker-store-list-v607 .sticker-pack-manager-row-v588 .sticker-pack-installed-v609,.emoji-picker-v039.sticker-store-installed-v609 .sticker-pack-detail-actions-v605 .sticker-pack-installed-v609{color:var(--tg-blue,#2a8cff)!important;background:#2a8cff1f!important;border:0!important}.emoji-picker-v039.sticker-store-installed-v609 .sticker-store-list-v607 .sticker-pack-manager-row-v588 .sticker-pack-installed-v609:before{content:"✓";margin-right:3px;font-weight:800}.emoji-picker-v039.sticker-store-installed-v609 .sticker-pack-catalog-v593 .sticker-pack-manager-row-v588{cursor:pointer!important}.emoji-picker-v039.sticker-store-installed-v609 .sticker-pack-catalog-v593 .sticker-pack-manager-row-v588:hover{background:#2a8cff0f!important}.sticker-cache-v610 .mig-sticker-card-v572{contain:layout paint style!important}.sticker-cache-v610 .mig-sticker-img-v572{will-change:transform!important}.sticker-cache-v610 .mig-sticker-tgs-lottie-v599 svg{width:100%!important;height:100%!important;display:block!important}.sticker-grid-keyboard-v613 .mig-sticker-card-v572.sticker-keyboard-focus-v613{outline-offset:2px;background:#4ea4ff1a;outline:2px solid #4ea4fff2}.sticker-grid-keyboard-v613 .mig-sticker-card-v572.sticker-keyboard-focus-v613 .mig-sticker-img-v572{transform:scale(1.045)}.sticker-touch-v614 .sticker-grid-touch-v614,.sticker-touch-v614 .mig-sticker-card-v572{touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.sticker-touch-v614 .sticker-grid-touch-v614 .mig-sticker-card-v572{cursor:pointer}.sticker-pack-detail-actions-v616{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) auto;gap:5px}.sticker-pack-detail-actions-v616 button{white-space:nowrap;text-overflow:ellipsis;min-width:0;padding-left:6px;padding-right:6px;font-size:11px;overflow:hidden}.sticker-pack-public-badge-v616{color:var(--muted,#8a98a8);text-transform:uppercase;text-align:center;background:#ffffff0f;border-radius:999px;justify-self:end;min-width:22px;padding:3px 4px;font-size:9px;line-height:1}.sticker-pack-public-badge-v616.public{color:#67c2ff;background:#2ca5ff24}.sticker-pack-manager-row-v588 .sticker-pack-public-badge-v616{margin-left:2px}.sticker-share-v617 .sticker-pack-share-v617{justify-content:center!important;align-items:center!important;width:28px!important;min-width:28px!important;padding:0!important;font-size:14px!important;display:inline-flex!important}.sticker-share-v617 .sticker-pack-detail-actions-v605 button[title="Скопировать ссылку на набор"]{justify-content:center!important;align-items:center!important;width:32px!important;min-width:32px!important;padding:0!important;font-size:15px!important;display:inline-flex!important}.emoji-picker-v039.sticker-store-search-v618 .sticker-store-search-v618{box-sizing:border-box!important;padding:4px 6px 6px!important;display:block!important}.emoji-picker-v039.sticker-store-search-v618 .sticker-store-search-v618 input{box-sizing:border-box!important;width:100%!important;height:28px!important;color:var(--mig-text,#e9edf3)!important;background:#ffffff0e!important;border:1px solid #ffffff1a!important;border-radius:9px!important;outline:none!important;padding:0 10px!important;font-size:12px!important}.emoji-picker-v039.sticker-store-search-v618 .sticker-store-search-v618 input:focus{background:#ffffff13!important;border-color:#40a9ff73!important}.sticker-message-bubble.sticker-resolving-v619 .sticker-message-frame{min-width:112px;min-height:112px}.sticker-message-placeholder-v619{color:#1422307a;-webkit-user-select:none;user-select:none;background:#ffffff2e;border-radius:24px;justify-content:center;align-items:center;width:128px;height:128px;font-size:34px;display:inline-flex}.emoji-picker-v039.sticker-hold-preview-v596 .sticker-preview-v627{left:var(--sticker-preview-x,50vw)!important;top:var(--sticker-preview-y,50vh)!important;z-index:9999!important;position:fixed!important;bottom:auto!important;transform:translate(-50%,-112%)!important}.sticker-ready-v572 .mig-pilot-sticker-card-v627{align-items:flex-start!important;padding-top:6px!important;overflow:hidden!important}.sticker-ready-v572 .mig-pilot-sticker-card-v627 .mig-pilot-picker-img-v627{object-fit:cover!important;object-position:center top!important;clip-path:inset(0 0 26% round 12px)!important;filter:drop-shadow(0 8px 9px #0f172a29)!important;width:166px!important;height:166px!important;max-height:166px!important;transform:scale(1.16)translateY(2px)!important}.sticker-ready-v572 .mig-pilot-sticker-card-v627:hover .mig-pilot-picker-img-v627{transform:scale(1.22)translateY(2px)!important}@media (width<=640px){.sticker-ready-v572 .mig-pilot-sticker-card-v627 .mig-pilot-picker-img-v627{width:154px!important;height:154px!important;max-height:154px!important}}.emoji-picker-v039.sticker-picker-no-labels-v628 .mig-pilot-sticker-card-v627{justify-content:center!important;align-items:flex-start!important;height:128px!important;min-height:128px!important;padding-top:0!important;overflow:hidden!important}.emoji-picker-v039.sticker-picker-no-labels-v628 .mig-pilot-sticker-card-v627 .mig-pilot-picker-img-v627{object-fit:cover!important;object-position:center top!important;clip-path:inset(0 0 42% round 12px)!important;width:176px!important;max-width:176px!important;height:176px!important;max-height:176px!important;transform:scale(1.24)translateY(-8px)!important}.emoji-picker-v039.sticker-picker-no-labels-v628 .mig-pilot-sticker-card-v627:hover .mig-pilot-picker-img-v627{transform:scale(1.3)translateY(-8px)!important}.emoji-picker-v039.sticker-picker-no-labels-v628 .sticker-grid-v572{align-items:start!important;gap:2px 6px!important}.emoji-picker-v039.sticker-picker-no-labels-v629 .mig-pilot-sticker-card-v627,.emoji-picker-v039.sticker-picker-no-labels-v628 .mig-pilot-sticker-card-v627{touch-action:manipulation!important;-webkit-user-select:none!important;user-select:none!important;justify-content:center!important;align-items:center!important;height:124px!important;min-height:124px!important;padding:4px!important;overflow:hidden!important}.emoji-picker-v039.sticker-picker-no-labels-v629 .mig-pilot-sticker-card-v627 .mig-pilot-picker-img-v627,.emoji-picker-v039.sticker-picker-no-labels-v628 .mig-pilot-sticker-card-v627 .mig-pilot-picker-img-v627{object-fit:contain!important;object-position:center top!important;clip-path:inset(0 0 30% round 10px)!important;filter:drop-shadow(0 8px 9px #0f172a24)!important;pointer-events:none!important;width:124px!important;max-width:124px!important;height:124px!important;max-height:124px!important;transform:translateY(-5px)!important}.emoji-picker-v039.sticker-picker-no-labels-v629 .mig-pilot-sticker-card-v627:hover .mig-pilot-picker-img-v627,.emoji-picker-v039.sticker-picker-no-labels-v628 .mig-pilot-sticker-card-v627:hover .mig-pilot-picker-img-v627{transform:translateY(-5px)scale(1.04)!important}.emoji-picker-v039.sticker-picker-no-labels-v629 .sticker-grid-v572,.emoji-picker-v039.sticker-picker-no-labels-v628 .sticker-grid-v572{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:start!important;gap:6px 8px!important}.emoji-picker-v039.sticker-picker-no-labels-v629 .sticker-preview-v627,.emoji-picker-v039.sticker-picker-no-labels-v628 .sticker-preview-v627{pointer-events:none!important}.emoji-picker-v039.sticker-picker-clean-v630 .mig-pilot-sticker-card-v627{touch-action:none!important;justify-content:center!important;align-items:center!important;height:132px!important;min-height:132px!important;padding:4px!important;overflow:visible!important}.emoji-picker-v039.sticker-picker-clean-v630 .mig-pilot-sticker-card-v627 .mig-pilot-picker-img-v627{object-fit:contain!important;object-position:center center!important;clip-path:none!important;filter:drop-shadow(0 8px 10px #0f172a29)!important;pointer-events:none!important;width:126px!important;max-width:126px!important;height:126px!important;max-height:126px!important;transform:none!important}.emoji-picker-v039.sticker-picker-clean-v630 .mig-pilot-sticker-card-v627:hover .mig-pilot-picker-img-v627{transform:scale(1.04)!important}.emoji-picker-v039.sticker-picker-clean-v630 .sticker-grid-v572{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px 10px!important}.emoji-picker-v039.sticker-picker-clean-v630 .sticker-preview-v627{left:var(--sticker-preview-x,50vw)!important;top:var(--sticker-preview-y,50vh)!important;z-index:100000!important;pointer-events:none!important;position:fixed!important;bottom:auto!important;transform:translate(-50%,-112%)!important}.emoji-picker-v039.sticker-picker-clean-v630 .sticker-preview-v627 .sticker-preview-media-v598,.emoji-picker-v039.sticker-picker-clean-v630 .sticker-preview-v627 img{object-fit:contain!important;clip-path:none!important;width:190px!important;height:190px!important;transform:none!important}.sticker-message-frame{width:176px!important;max-width:min(176px,42vw)!important;height:176px!important;max-height:min(176px,42vw)!important}.sticker-message-img{object-fit:contain!important;filter:drop-shadow(0 5px 7px #0f172a29)!important;width:100%!important;height:100%!important}.sticker-message-frame .message-meta{padding:1px 6px!important;font-size:11px!important;line-height:14px!important;bottom:2px!important;right:4px!important}@media (width<=640px){.sticker-message-bubble{max-width:166px!important;margin-bottom:8px!important}.sticker-message-frame{width:154px!important;max-width:min(154px,44vw)!important;height:154px!important;max-height:min(154px,44vw)!important}.sticker-message-placeholder{width:116px!important;height:116px!important;font-size:34px!important}}.sticker-telegram-import-v641{border-bottom:1px solid #7c8fa338;align-items:center;gap:8px;padding:8px 10px;display:flex}.sticker-telegram-import-v641 input{min-width:0;height:36px;font:600 14px/1 var(--font-ui,Arial,sans-serif);color:#17212b;background:#eef3f7;border:0;border-radius:14px;outline:none;flex:1;padding:0 12px}.sticker-telegram-import-v641 button{color:#2481ff;cursor:pointer;background:#eaf3ff;border:0;border-radius:14px;height:36px;padding:0 12px;font-weight:800}.sticker-telegram-import-v641 button:disabled{opacity:.55;cursor:default}.sticker-telegram-import-v641{flex-wrap:wrap}.sticker-telegram-import-progress-v642{color:#2481ff;width:100%;min-height:24px;font:800 13px/1.2 var(--font-ui,Arial,sans-serif);background:#2481ff14;border-radius:12px;align-items:center;gap:8px;margin-top:2px;padding:6px 10px;display:flex}.sticker-telegram-import-spinner-v642{border:2px solid #2481ff40;border-top-color:#2481ff;border-radius:999px;flex:none;width:14px;height:14px;animation:.8s linear infinite migTelegramImportSpinV642}@keyframes migTelegramImportSpinV642{to{transform:rotate(360deg)}}.emoji-picker-v039.sticker-import-status-v643.sticker-manager-open-v591 .sticker-pack-manager-v588{padding:10px 12px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-head-v588{grid-template-columns:minmax(0,1fr) 76px 92px 76px 48px!important;align-items:center!important;gap:6px!important;display:grid!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-head-v588 b{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-head-v588 button{white-space:nowrap!important;text-overflow:ellipsis!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:none!important;height:34px!important;padding:0 8px!important;font-size:12px!important;display:flex!important;overflow:hidden!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-v641{grid-template-columns:minmax(0,1fr) 132px!important;align-items:center!important;gap:8px!important;padding:10px 12px!important;display:grid!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-v641 input{box-sizing:border-box!important;width:100%!important;min-width:0!important;height:38px!important;font-size:13px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-v641 button{box-sizing:border-box!important;white-space:normal!important;width:132px!important;min-width:132px!important;max-width:132px!important;height:38px!important;padding:0 8px!important;font-size:12px!important;line-height:1.1!important;overflow:hidden!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-progress-v642{box-sizing:border-box!important;grid-column:1/-1!important;width:auto!important;max-width:100%!important;overflow:hidden!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-progress-v642 span:last-child{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-row-v588 button{justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:none!important;height:32px!important;min-height:32px!important;padding:0!important;font-size:12px!important;display:flex!important;overflow:hidden!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-row-v588 .sticker-pack-remove-v592{visibility:visible!important;opacity:1!important;color:#ef4444!important;font-size:17px!important;font-weight:900!important;display:flex!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-public-badge-v616{justify-self:center!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-detail-actions-v643{grid-template-columns:1fr 1fr 38px auto!important}@media (width<=640px){.emoji-picker-v039.sticker-import-status-v643{width:calc(100vw - 24px)!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-head-v588{grid-template-columns:minmax(0,1fr) 58px 72px 58px 42px!important;gap:4px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-head-v588 button{padding:0 4px!important;font-size:11px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-v641{grid-template-columns:1fr!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-v641 button{width:100%!important;min-width:0!important;max-width:none!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-row-v588{grid-template-columns:28px minmax(0,1fr) 20px 28px 28px 28px 28px 52px 24px!important;gap:3px!important;padding:3px!important}}.emoji-picker-v039.sticker-import-status-v643{width:620px!important;max-width:min(620px,100vw - 18px)!important}.emoji-picker-v039.sticker-import-status-v643.sticker-manager-open-v591 .sticker-pack-manager-v588{padding:10px 12px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-head-v588{grid-template-columns:minmax(0,1fr) 82px 96px 82px 58px!important;gap:8px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-head-v588 button{padding:0 10px!important;font-size:13px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-v641{grid-template-columns:minmax(0,1fr) 150px!important;gap:10px!important;padding:10px 12px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-v641 input{font-size:13px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-v641 button{white-space:nowrap!important;width:150px!important;min-width:150px!important;max-width:150px!important;font-size:13px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-row-v588{grid-template-columns:34px minmax(0,1fr) 28px 34px 34px 38px 34px!important;gap:6px!important;height:48px!important;min-height:48px!important;padding:5px 8px!important;overflow:visible!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-title-v588{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-count-v588{text-align:center!important;justify-self:center!important;width:28px!important;min-width:28px!important;max-width:28px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-row-v588 button{border-radius:12px!important;min-width:0!important;height:34px!important;min-height:34px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-share-v617{width:34px!important;min-width:34px!important;max-width:34px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-remove-v592{visibility:visible!important;opacity:1!important;color:#ef4444!important;background:#ef444414!important;justify-content:center!important;justify-self:end!important;align-items:center!important;width:30px!important;min-width:30px!important;max-width:30px!important;font-size:20px!important;line-height:1!important;display:flex!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-public-badge-v616{padding:3px 5px!important;font-size:9px!important}@media (width<=640px){.emoji-picker-v039.sticker-import-status-v643{width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-head-v588{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-head-v588 b{display:none!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-head-v588 button{padding:0 6px!important;font-size:12px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-v641{grid-template-columns:minmax(0,1fr) 128px!important;gap:8px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-telegram-import-v641 button{width:128px!important;min-width:128px!important;max-width:128px!important;font-size:12px!important}.emoji-picker-v039.sticker-import-status-v643 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 24px 30px 30px 32px 28px!important;gap:4px!important;padding:4px 6px!important}}.emoji-picker-v039.sticker-manager-layout-v645{width:590px!important;max-width:min(590px,100vw - 18px)!important}.emoji-picker-v039.sticker-manager-layout-v645.sticker-manager-open-v591 .sticker-pack-manager-v588{box-sizing:border-box!important;padding:10px 12px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-head-v588{box-sizing:border-box!important;align-items:center!important;gap:8px!important;width:100%!important;max-width:100%!important;padding:0 4px 8px!important;display:flex!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-head-v588 b,.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-import-status-v592{display:none!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-head-v588 button{white-space:nowrap!important;text-overflow:clip!important;border-radius:13px!important;flex:none!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:0!important;max-width:none!important;height:34px!important;padding:0 12px!important;font-size:13px!important;line-height:1!important;display:inline-flex!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-head-v588 button[title=Показать\ все]{margin-left:auto!important;padding:0 14px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-telegram-import-v641{box-sizing:border-box!important;grid-template-columns:minmax(0,1fr) 124px!important;align-items:center!important;gap:8px!important;padding:8px 8px 10px!important;display:grid!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-telegram-import-v641 input{box-sizing:border-box!important;width:100%!important;min-width:0!important;height:38px!important;padding:0 12px!important;font-size:13px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-telegram-import-v641 button{box-sizing:border-box!important;white-space:nowrap!important;text-overflow:ellipsis!important;border-radius:14px!important;width:124px!important;min-width:124px!important;max-width:124px!important;height:38px!important;padding:0 8px!important;font-size:12px!important;line-height:1!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-telegram-import-progress-v642{box-sizing:border-box!important;grid-column:1/-1!important;width:auto!important;max-width:100%!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-row-v588{box-sizing:border-box!important;grid-template-columns:34px minmax(0,1fr) 32px 34px 34px 34px 34px 30px!important;align-items:center!important;gap:6px!important;height:48px!important;min-height:48px!important;padding:5px 8px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-title-v588{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-count-v588{text-align:center!important;justify-self:center!important;width:32px!important;min-width:32px!important;max-width:32px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-public-badge-v616{text-align:center!important;box-sizing:border-box!important;justify-self:center!important;width:34px!important;min-width:34px!important;max-width:34px!important;padding:3px 2px!important;font-size:9px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-public-placeholder-v645{visibility:hidden!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-row-v588 button,.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-remove-placeholder-v645{box-sizing:border-box!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;display:flex!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-export-v604{font-size:15px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-remove-v592{visibility:visible!important;opacity:1!important;color:#ef4444!important;background:#ef444414!important;font-size:20px!important;font-weight:900!important;line-height:1!important;display:flex!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-remove-placeholder-v645{visibility:hidden!important}@media (width<=640px){.emoji-picker-v039.sticker-manager-layout-v645{width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-head-v588{gap:5px!important;padding-left:2px!important;padding-right:2px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-head-v588 button{padding:0 8px!important;font-size:12px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-head-v588 button[title=Показать\ все]{padding:0 10px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-telegram-import-v641{grid-template-columns:minmax(0,1fr) 116px!important;gap:7px!important;padding-left:6px!important;padding-right:6px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-telegram-import-v641 button{width:116px!important;min-width:116px!important;max-width:116px!important;font-size:11px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 28px 30px 30px 30px 30px 28px!important;gap:4px!important;padding:4px 5px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-public-badge-v616{width:30px!important;min-width:30px!important;max-width:30px!important;font-size:8px!important}.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-manager-row-v588 button,.emoji-picker-v039.sticker-manager-layout-v645 .sticker-pack-remove-placeholder-v645{width:30px!important;min-width:30px!important;max-width:30px!important;height:32px!important;min-height:32px!important}}.emoji-picker-v039.sticker-manager-layout-v646{width:560px!important;max-width:min(560px,100vw - 16px)!important}.emoji-picker-v039.sticker-manager-layout-v646.sticker-manager-open-v591 .sticker-pack-manager-v588{max-height:min(420px,100vh - 180px)!important;position:relative!important;overflow:hidden auto!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-manager-head-v588{grid-template-columns:42px 42px minmax(70px,1fr) 42px!important;gap:6px!important;padding:0 0 8px!important;display:grid!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-manager-head-v588 button{text-overflow:ellipsis!important;border-radius:12px!important;width:100%!important;min-width:0!important;height:32px!important;padding:0 6px!important;font-size:12px!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-manager-head-v588 button[title=Показать\ все]{margin-left:0!important;padding:0 6px!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-telegram-import-v641{grid-template-columns:minmax(0,1fr) 108px!important;padding:7px 0 9px!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-telegram-import-v641 button{width:108px!important;min-width:108px!important;max-width:108px!important;font-size:11px!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-manager-row-v588{grid-template-columns:32px minmax(0,1fr) 30px 32px 32px 38px!important;gap:5px!important;padding:5px 6px!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-public-badge-v616{width:32px!important;min-width:32px!important;max-width:32px!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-manager-row-v588 button{width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-actions-v646{letter-spacing:1px!important;width:38px!important;min-width:38px!important;max-width:38px!important;font-size:20px!important;font-weight:900!important}.sticker-pack-action-menu-v646{z-index:100000!important;background:#fff!important;border:1px solid #7c8fa338!important;border-radius:14px!important;flex-direction:column!important;gap:4px!important;width:152px!important;padding:6px!important;display:flex!important;position:fixed!important;box-shadow:0 14px 38px #0f172a2e!important}.sticker-pack-action-menu-v646 button{color:#17212b!important;text-align:left!important;width:100%!important;height:34px!important;font:700 13px/1 var(--font-ui,Arial,sans-serif)!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:10px!important;padding:0 10px!important}.sticker-pack-action-menu-v646 button:hover{color:#2481ff!important;background:#edf6ff!important}.sticker-pack-action-menu-v646 button.danger{color:#ef4444!important}.sticker-pack-edit-backdrop-v646{z-index:100001!important;box-sizing:border-box!important;background:#0f172a38!important;justify-content:center!important;align-items:center!important;padding:12px!important;display:flex!important;position:fixed!important;inset:0!important}.sticker-pack-edit-modal-v646{box-sizing:border-box!important;color:#17212b!important;background:#fff!important;border-radius:22px!important;width:min(440px,100vw - 24px)!important;max-height:min(86vh,560px)!important;padding:14px!important;overflow:auto!important;box-shadow:0 24px 70px #0f172a42!important}.sticker-pack-edit-head-v646{justify-content:space-between!important;align-items:center!important;margin-bottom:12px!important;display:flex!important}.sticker-pack-edit-head-v646 b{font:800 17px/1.2 var(--font-ui,Arial,sans-serif)!important}.sticker-pack-edit-head-v646 button{cursor:pointer!important;background:#edf2f7!important;border:0!important;border-radius:12px!important;width:34px!important;height:34px!important;font-size:22px!important}.sticker-pack-edit-modal-v646 label{margin:0 0 10px!important;display:block!important}.sticker-pack-edit-modal-v646 label span{font:800 12px/1 var(--font-ui,Arial,sans-serif)!important;color:#64748b!important;margin:0 0 5px 2px!important;display:block!important}.sticker-pack-edit-modal-v646 input,.sticker-pack-edit-modal-v646 textarea{box-sizing:border-box!important;color:#17212b!important;width:100%!important;font:700 14px/1.25 var(--font-ui,Arial,sans-serif)!important;background:#eef3f7!important;border:0!important;border-radius:14px!important;outline:none!important;padding:11px 12px!important}.sticker-pack-edit-modal-v646 textarea{resize:none!important;height:76px!important}.sticker-pack-edit-note-v646{color:#64748b!important;font:600 12px/1.35 var(--font-ui,Arial,sans-serif)!important;margin:2px 0 12px!important}.sticker-pack-edit-actions-v646{grid-template-columns:auto minmax(0,1fr) auto auto!important;align-items:center!important;gap:8px!important;display:grid!important}.sticker-pack-edit-actions-v646 button{height:36px!important;font:800 13px/1 var(--font-ui,Arial,sans-serif)!important;cursor:pointer!important;color:#17212b!important;background:#edf2f7!important;border:0!important;border-radius:13px!important;padding:0 13px!important}.sticker-pack-edit-actions-v646 button.primary{color:#fff!important;background:#2481ff!important}.sticker-pack-edit-actions-v646 button.danger{color:#ef4444!important;background:#ef44441a!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-detail-actions-v646{flex-wrap:wrap!important;gap:6px!important;display:flex!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-detail-actions-v646 button{min-width:0!important;height:32px!important;padding:0 10px!important;font-size:12px!important}@media (width<=520px){.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 26px 30px 30px 34px!important;gap:4px!important;padding:4px!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-actions-v646{width:34px!important;min-width:34px!important;max-width:34px!important}.emoji-picker-v039.sticker-manager-layout-v646 .sticker-pack-manager-head-v588{grid-template-columns:38px 38px minmax(62px,1fr) 38px!important;gap:4px!important}}.emoji-picker-v039.sticker-manager-layout-v647{box-sizing:border-box!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v647.sticker-manager-open-v591 .sticker-pack-manager-v588{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding-left:12px!important;padding-right:12px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-head-v588{box-sizing:border-box!important;grid-template-columns:68px 52px minmax(74px,1fr) 62px!important;align-items:center!important;gap:6px!important;width:100%!important;max-width:100%!important;padding:0 0 8px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-head-v588 b,.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-import-status-v592{display:none!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-head-v588 button{box-sizing:border-box!important;white-space:nowrap!important;text-overflow:clip!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:none!important;height:40px!important;padding:0 8px!important;font-size:14px!important;line-height:1!important;display:flex!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-head-v588 button[title=Показать\ все]{margin-left:0!important;padding:0 8px!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-row-v588{box-sizing:border-box!important;grid-template-columns:32px minmax(0,1fr) 26px 28px 28px 32px!important;align-items:center!important;gap:3px!important;width:100%!important;max-width:100%!important;padding:5px 2px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-icon-v588{width:32px!important;min-width:32px!important;max-width:32px!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-title-v588{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-count-v588{text-align:center!important;width:26px!important;min-width:26px!important;max-width:26px!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-public-placeholder-v645{width:28px!important;min-width:28px!important;max-width:28px!important;padding:0!important;font-size:8px!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-row-v588 button{box-sizing:border-box!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:32px!important;min-height:32px!important;padding:0!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-actions-v646{letter-spacing:0!important;justify-self:end!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;padding:0!important;font-size:19px!important}@media (width<=520px){.emoji-picker-v039.sticker-manager-layout-v647{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important}.emoji-picker-v039.sticker-manager-layout-v647.sticker-manager-open-v591 .sticker-pack-manager-v588{padding-left:10px!important;padding-right:10px!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-head-v588{grid-template-columns:70px 50px minmax(76px,1fr) 62px!important;gap:5px!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-head-v588 button{height:38px!important;padding:0 6px!important;font-size:13px!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 24px 28px 28px 30px!important;gap:3px!important;padding-left:1px!important;padding-right:1px!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-icon-v588{width:30px!important;min-width:30px!important;max-width:30px!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-manager-count-v588{width:24px!important;min-width:24px!important;max-width:24px!important}.emoji-picker-v039.sticker-manager-layout-v647 .sticker-pack-actions-v646{width:30px!important;min-width:30px!important;max-width:30px!important}}.emoji-picker-v039.sticker-manager-layout-v648{contain:none!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v648.sticker-manager-open-v591 .sticker-pack-manager-v588{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding-left:12px!important;padding-right:28px!important;position:relative!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-head-v588{box-sizing:border-box!important;grid-template-columns:minmax(56px,64px) minmax(42px,50px) minmax(70px,78px) minmax(48px,56px)!important;justify-content:start!important;align-items:center!important;gap:5px!important;width:100%!important;max-width:100%!important;padding:0 0 8px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-head-v588 b,.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-import-status-v592,.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-head-v588 input.hidden-file-input{display:none!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-head-v588 button{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;height:38px!important;font:800 12px/1 var(--font-ui,Arial,sans-serif)!important;white-space:nowrap!important;text-overflow:clip!important;border-radius:14px!important;padding:0 5px!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-row-v588{box-sizing:border-box!important;grid-template-columns:30px minmax(0,1fr) 24px 28px 28px 30px!important;align-items:center!important;gap:3px!important;width:100%!important;max-width:100%!important;padding:5px 0!important;display:grid!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-icon-v588{width:30px!important;min-width:30px!important;max-width:30px!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-title-v588{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-count-v588{text-align:center!important;width:24px!important;min-width:24px!important;max-width:24px!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-public-placeholder-v645{width:28px!important;min-width:28px!important;max-width:28px!important;padding:0!important;font-size:8px!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-row-v588 button{box-sizing:border-box!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:32px!important;min-height:32px!important;padding:0!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-actions-v646{justify-self:end!important;width:30px!important;min-width:30px!important;max-width:30px!important;font-size:20px!important;line-height:1!important}.sticker-pack-edit-backdrop-v648{z-index:2147483000!important;box-sizing:border-box!important;background:#0f172a52!important;justify-content:center!important;align-items:center!important;padding:16px!important;display:flex!important;position:fixed!important;inset:0!important}.sticker-pack-edit-modal-v648{overscroll-behavior:contain!important;width:min(440px,100vw - 32px)!important;max-width:calc(100vw - 32px)!important;max-height:calc(100vh - 32px)!important;position:relative!important;overflow:auto!important}@media (width<=520px){.emoji-picker-v039.sticker-manager-layout-v648.sticker-manager-open-v591 .sticker-pack-manager-v588{padding-left:10px!important;padding-right:26px!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-head-v588{grid-template-columns:62px 48px 74px 54px!important;gap:4px!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-head-v588 button{height:38px!important;padding:0 4px!important;font-size:12px!important}.emoji-picker-v039.sticker-manager-layout-v648 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 24px 28px 28px 30px!important;gap:3px!important}}.emoji-picker-v039.sticker-manager-layout-v649.sticker-manager-open-v591 .sticker-pack-manager-v588{padding-left:12px!important;padding-right:30px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-manager-layout-v649 .sticker-pack-manager-head-v588{grid-template-columns:70px 58px 90px 60px!important;gap:8px!important;padding-right:0!important}.emoji-picker-v039.sticker-manager-layout-v649 .sticker-pack-manager-head-v588 button{letter-spacing:-.2px!important;text-overflow:clip!important;height:38px!important;padding:0 7px!important;font-size:13px!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v649 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 24px 28px 28px 28px 30px!important;gap:3px!important;padding-right:0!important}.emoji-picker-v039.sticker-manager-layout-v649 .sticker-pack-manager-row-v588 button{width:28px!important;min-width:28px!important;max-width:28px!important}.emoji-picker-v039.sticker-manager-layout-v649 .sticker-pack-actions-v646{visibility:visible!important;opacity:1!important;justify-content:center!important;align-items:center!important;width:30px!important;min-width:30px!important;max-width:30px!important;display:flex!important}.sticker-pack-edit-backdrop-v649{pointer-events:auto!important}.sticker-pack-edit-modal-v649{pointer-events:auto!important;width:min(680px,100vw - 32px)!important;max-height:calc(100vh - 32px)!important;padding:22px!important;overflow:auto!important}.sticker-pack-edit-fields-v649{grid-template-columns:minmax(0,1fr) 150px!important;gap:10px!important;display:grid!important}.sticker-pack-edit-section-title-v649{font:900 14px/1.2 var(--font-ui,Arial,sans-serif)!important;color:#17212b!important;margin:12px 0 8px 2px!important}.sticker-pack-edit-sticker-list-v649{overscroll-behavior:contain!important;flex-direction:column!important;gap:8px!important;max-height:38vh!important;padding:2px 4px 2px 0!important;display:flex!important;overflow:auto!important}.sticker-pack-edit-sticker-row-v649{background:#f6f9fc!important;border-radius:16px!important;grid-template-columns:54px minmax(0,1fr) 86px!important;align-items:center!important;gap:10px!important;padding:8px!important;display:grid!important}.sticker-pack-edit-sticker-img-v649{object-fit:contain!important;width:48px!important;height:48px!important}.sticker-pack-edit-sticker-row-v649 label{margin:0!important}.sticker-pack-edit-sticker-row-v649 input{height:38px!important;padding:8px 10px!important}.sticker-pack-edit-sticker-delete-v649{width:86px!important;height:38px!important;font:800 12px/1 var(--font-ui,Arial,sans-serif)!important;cursor:pointer!important;border:0!important;border-radius:13px!important}.sticker-pack-edit-actions-v649{grid-template-columns:auto minmax(0,1fr) minmax(110px,auto) minmax(120px,auto)!important}@media (width<=520px){.emoji-picker-v039.sticker-manager-layout-v649.sticker-manager-open-v591 .sticker-pack-manager-v588{padding-left:10px!important;padding-right:28px!important}.emoji-picker-v039.sticker-manager-layout-v649 .sticker-pack-manager-head-v588{grid-template-columns:68px 56px 88px 58px!important;gap:6px!important}.emoji-picker-v039.sticker-manager-layout-v649 .sticker-pack-manager-head-v588 button{padding:0 5px!important;font-size:12px!important}.emoji-picker-v039.sticker-manager-layout-v649 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 24px 26px 26px 26px 30px!important;gap:2px!important}.emoji-picker-v039.sticker-manager-layout-v649 .sticker-pack-manager-row-v588 button{width:26px!important;min-width:26px!important;max-width:26px!important}.emoji-picker-v039.sticker-manager-layout-v649 .sticker-pack-actions-v646{width:30px!important;min-width:30px!important;max-width:30px!important}.sticker-pack-edit-modal-v649{padding:18px!important}.sticker-pack-edit-fields-v649{grid-template-columns:1fr!important;gap:0!important}.sticker-pack-edit-sticker-row-v649{grid-template-columns:48px minmax(0,1fr)!important}.sticker-pack-edit-sticker-delete-v649{grid-column:2!important;width:100%!important}}.emoji-picker-v039.sticker-manager-layout-v650.sticker-manager-open-v591 .sticker-pack-manager-v588{box-sizing:border-box!important;padding-left:12px!important;padding-right:28px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-v650{box-sizing:border-box!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:100%!important;padding:0 0 10px!important;display:flex!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-v650>b,.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-v650>.sticker-pack-import-status-v592,.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-v650>input.hidden-file-input{display:none!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-left-v650{flex:0 auto!important;align-items:center!important;gap:10px!important;min-width:0!important;max-width:calc(100% - 72px)!important;display:flex!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-right-v650{flex:none!important;justify-content:flex-end!important;align-items:center!important;margin-left:auto!important;display:flex!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-v650 button{box-sizing:border-box!important;width:auto!important;min-width:max-content!important;max-width:none!important;height:40px!important;font:900 14px/1 var(--font-ui,Arial,sans-serif)!important;letter-spacing:0!important;white-space:nowrap!important;text-overflow:clip!important;border-radius:15px!important;flex:none!important;padding:0 16px!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-left-v650 button:first-child{min-width:74px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-left-v650 button:nth-child(2){min-width:64px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-left-v650 button:nth-child(3){min-width:96px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-right-v650 button{min-width:68px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-row-v588{box-sizing:border-box!important;grid-template-columns:32px minmax(0,1fr) 30px 34px 34px 34px 36px!important;gap:5px!important;width:100%!important;max-width:100%!important;padding-left:4px!important;padding-right:0!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-count-v588{width:30px!important;min-width:30px!important;max-width:30px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-public-placeholder-v645{width:34px!important;min-width:34px!important;max-width:34px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-row-v588 button{width:34px!important;min-width:34px!important;max-width:34px!important;height:36px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-actions-v646{justify-self:end!important;width:36px!important;min-width:36px!important;max-width:36px!important}.sticker-pack-edit-backdrop-v650{z-index:2147483000!important;pointer-events:auto!important}.sticker-pack-edit-modal-v650{z-index:2147483001!important;pointer-events:auto!important}@media (width<=520px){.emoji-picker-v039.sticker-manager-layout-v650.sticker-manager-open-v591 .sticker-pack-manager-v588{padding-left:8px!important;padding-right:24px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-v650{gap:8px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-left-v650{gap:7px!important;max-width:calc(100% - 62px)!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-v650 button{height:38px!important;padding:0 12px!important;font-size:13px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-left-v650 button:first-child{min-width:68px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-left-v650 button:nth-child(2){min-width:58px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-left-v650 button:nth-child(3){min-width:88px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-head-right-v650 button{min-width:58px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 28px 30px 30px 30px 34px!important;gap:3px!important;padding-left:2px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-public-placeholder-v645{width:30px!important;min-width:30px!important;max-width:30px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-manager-row-v588 button{width:30px!important;min-width:30px!important;max-width:30px!important;height:34px!important}.emoji-picker-v039.sticker-manager-layout-v650 .sticker-pack-actions-v646{width:34px!important;min-width:34px!important;max-width:34px!important}}.emoji-picker-v039.sticker-manager-layout-v651.sticker-manager-open-v591 .sticker-pack-manager-v588{box-sizing:border-box!important;padding-left:10px!important;padding-right:34px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-head-v650{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;width:100%!important;max-width:100%!important;padding:0 0 10px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-head-left-v650{grid-template-columns:70px 54px 82px!important;gap:6px!important;min-width:0!important;max-width:100%!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-head-right-v650{width:56px!important;min-width:56px!important;max-width:56px!important;margin-left:0!important;display:block!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-head-v650 button{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;height:34px!important;font:900 12px/1 var(--font-ui,Arial,sans-serif)!important;letter-spacing:-.25px!important;white-space:nowrap!important;text-overflow:clip!important;border-radius:14px!important;padding:0 6px!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-head-left-v650 button:nth-child(3){padding:0 4px!important;font-size:11.5px!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-row-v588{grid-template-columns:32px minmax(0,1fr) 28px 30px 32px 32px 32px!important;gap:4px!important;padding-left:2px!important;padding-right:0!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-row-v588 button{width:32px!important;min-width:32px!important;max-width:32px!important;height:34px!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-actions-v646{width:32px!important;min-width:32px!important;max-width:32px!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-public-placeholder-v645{width:30px!important;min-width:30px!important;max-width:30px!important;padding:0!important;font-size:8px!important}.sticker-pack-edit-fields-v651{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important}.sticker-pack-edit-modal-v651 select{box-sizing:border-box!important;color:#17212b!important;width:100%!important;font:800 14px/1.25 var(--font-ui,Arial,sans-serif)!important;background:#eef3f7!important;border:0!important;border-radius:14px!important;outline:none!important;height:46px!important;padding:11px 12px!important}@media (width<=520px){.emoji-picker-v039.sticker-manager-layout-v651.sticker-manager-open-v591 .sticker-pack-manager-v588{padding-left:8px!important;padding-right:30px!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-head-v650{grid-template-columns:minmax(0,1fr) 52px!important;gap:6px!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-head-left-v650{grid-template-columns:64px 48px 72px!important;gap:5px!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-head-right-v650{width:52px!important;min-width:52px!important;max-width:52px!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-head-v650 button{border-radius:13px!important;height:32px!important;padding:0 4px!important;font-size:11px!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-head-left-v650 button:nth-child(3){letter-spacing:-.45px!important;font-size:10px!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 26px 28px 30px 30px 30px!important;gap:3px!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-manager-row-v588 button{width:30px!important;min-width:30px!important;max-width:30px!important;height:32px!important}.emoji-picker-v039.sticker-manager-layout-v651 .sticker-pack-actions-v646{width:30px!important;min-width:30px!important;max-width:30px!important}.sticker-pack-edit-fields-v651{grid-template-columns:1fr!important;gap:0!important}}.emoji-picker-v039.sticker-manager-layout-v652.sticker-manager-open-v591 .sticker-pack-manager-v588{box-sizing:border-box!important;padding-left:10px!important;padding-right:10px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-head-v650{grid-template-columns:64px 48px 76px 48px!important;justify-content:start!important;align-items:center!important;gap:6px!important;width:100%!important;max-width:100%!important;padding:0 0 10px!important;display:grid!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-head-left-v650,.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-head-right-v650{width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;display:contents!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-head-v650 button{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;height:32px!important;font:900 10.5px/1 var(--font-ui,Arial,sans-serif)!important;letter-spacing:-.25px!important;white-space:nowrap!important;text-overflow:clip!important;border-radius:13px!important;padding:0 5px!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-head-left-v650 button:nth-child(3){letter-spacing:-.45px!important;padding:0 3px!important;font-size:9.8px!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-head-right-v650 button{padding:0 4px!important;font-size:10.5px!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-row-v588{box-sizing:border-box!important;grid-template-columns:32px minmax(0,1fr) 28px 30px 30px 30px 30px!important;gap:3px!important;width:100%!important;max-width:100%!important;padding-left:2px!important;padding-right:2px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-row-v588 button,.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-actions-v646{width:30px!important;min-width:30px!important;max-width:30px!important;height:32px!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-public-placeholder-v645{width:30px!important;min-width:30px!important;max-width:30px!important;padding:0!important;font-size:8px!important}.sticker-pack-edit-modal-v652{width:min(700px,100vw - 32px)!important}.sticker-pack-edit-fields-v652{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}@media (width<=520px){.emoji-picker-v039.sticker-manager-layout-v652.sticker-manager-open-v591 .sticker-pack-manager-v588{padding-left:8px!important;padding-right:8px!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-head-v650{grid-template-columns:62px 46px 72px 46px!important;gap:5px!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-head-v650 button{height:31px!important;padding:0 3px!important;font-size:10px!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-head-left-v650 button:nth-child(3){letter-spacing:-.55px!important;font-size:9.3px!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 26px 28px 28px 28px 28px!important;gap:3px!important;padding-left:1px!important;padding-right:1px!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-manager-row-v588 button,.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-actions-v646{width:28px!important;min-width:28px!important;max-width:28px!important;height:31px!important}.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v652 .sticker-pack-public-placeholder-v645{width:28px!important;min-width:28px!important;max-width:28px!important}.sticker-pack-edit-fields-v652{grid-template-columns:1fr!important}}.emoji-picker-v039.sticker-manager-layout-v653.sticker-manager-open-v591 .sticker-pack-manager-v588{box-sizing:border-box!important;scrollbar-gutter:auto!important;width:calc(100% - 14px)!important;max-width:calc(100% - 14px)!important;margin:0 14px 0 0!important;padding:8px 0 8px 8px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-v650{box-sizing:border-box!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0 0 10px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-v650>b,.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-v650>.sticker-pack-import-status-v592,.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-v650>input.hidden-file-input{display:none!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-left-v650,.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-right-v650{display:contents!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-v650{grid-template-columns:25% 18% 31% 18%!important;column-gap:2.6%!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-v650 button{box-sizing:border-box!important;color:#2481ff!important;width:100%!important;min-width:0!important;max-width:100%!important;height:32px!important;font:900 10.2px/1 var(--font-ui,Arial,sans-serif)!important;letter-spacing:-.35px!important;white-space:nowrap!important;text-overflow:clip!important;background:#f3f7fb!important;border:0!important;border-radius:13px!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0 2px!important;display:flex!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-left-v650 button:nth-child(3){letter-spacing:-.6px!important;font-size:9.6px!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-row-v588{box-sizing:border-box!important;grid-template-columns:34px minmax(0,1fr) 30px 34px 34px 34px 34px!important;align-items:center!important;gap:4px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:4px 0 4px 4px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-title-v588{min-width:0!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-count-v588{text-align:center!important;width:30px!important;min-width:30px!important;max-width:30px!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-public-placeholder-v645{text-align:center!important;width:34px!important;min-width:34px!important;max-width:34px!important;padding:0!important;font-size:8px!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-row-v588 button,.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-actions-v646{color:#2481ff!important;opacity:1!important;visibility:visible!important;background:#f3f7fb!important;border-radius:13px!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0!important;display:flex!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-actions-v646{letter-spacing:0!important;font-size:20px!important;font-weight:900!important;line-height:1!important}.sticker-pack-edit-modal-v653{width:min(720px,100vw - 32px)!important}.sticker-pack-edit-fields-v653{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}@media (width<=520px){.emoji-picker-v039.sticker-manager-layout-v653.sticker-manager-open-v591 .sticker-pack-manager-v588{width:calc(100% - 12px)!important;max-width:calc(100% - 12px)!important;margin-right:12px!important;padding-left:6px!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-v650{grid-template-columns:25% 18% 31% 18%!important;column-gap:2.6%!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-v650 button{border-radius:12px!important;height:31px!important;padding:0 1px!important;font-size:9.8px!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-head-left-v650 button:nth-child(3){letter-spacing:-.7px!important;font-size:9px!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 28px 30px 30px 30px 30px!important;gap:3px!important;padding-left:2px!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-count-v588{width:28px!important;min-width:28px!important;max-width:28px!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-public-placeholder-v645{width:30px!important;min-width:30px!important;max-width:30px!important}.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-manager-row-v588 button,.emoji-picker-v039.sticker-manager-layout-v653 .sticker-pack-actions-v646{width:30px!important;min-width:30px!important;max-width:30px!important;height:31px!important}.sticker-pack-edit-fields-v653{grid-template-columns:1fr!important}}.emoji-picker-v039.sticker-manager-layout-v654.sticker-manager-open-v591 .sticker-pack-manager-v588{box-sizing:border-box!important;scrollbar-gutter:stable!important;width:100%!important;max-width:100%!important;margin:0!important;padding:8px 4px 8px 8px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-v650{box-sizing:border-box!important;justify-content:flex-start!important;align-items:center!important;gap:6px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0 2px 10px 0!important;display:flex!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-v650>b,.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-v650>.sticker-pack-import-status-v592,.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-v650>input.hidden-file-input{display:none!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-left-v650,.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-right-v650{flex:none!important;justify-content:flex-start!important;align-items:center!important;gap:6px!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;display:inline-flex!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-v650 button{box-sizing:border-box!important;color:#2481ff!important;width:auto!important;min-width:0!important;max-width:none!important;height:32px!important;min-height:32px!important;font:900 12px/1 var(--font-ui,Arial,sans-serif)!important;letter-spacing:-.25px!important;white-space:nowrap!important;text-overflow:clip!important;background:#f3f7fb!important;border:0!important;border-radius:13px!important;flex:none!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0 12px!important;display:inline-flex!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-v650 button[title="Добавить чужой набор"]{letter-spacing:-.35px!important;padding-inline:10px!important;font-size:11px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-v650 button[title=Показать\ все]{margin-left:0!important;padding-inline:12px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-row-v588{box-sizing:border-box!important;grid-template-columns:34px minmax(0,1fr) 30px 34px 34px 34px 34px!important;align-items:center!important;gap:4px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:4px 3px 4px 4px!important;display:grid!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-title-v588{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-count-v588{text-align:center!important;width:30px!important;min-width:30px!important;max-width:30px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-public-placeholder-v645{text-align:center!important;width:34px!important;min-width:34px!important;max-width:34px!important;padding:0!important;font-size:8px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-row-v588 button,.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-actions-v646{border-radius:13px!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0!important;display:flex!important}.sticker-pack-edit-modal-v654{width:min(720px,100vw - 32px)!important}.sticker-pack-edit-fields-v654{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}@media (width<=520px){.emoji-picker-v039.sticker-manager-layout-v654.sticker-manager-open-v591 .sticker-pack-manager-v588{padding-left:6px!important;padding-right:2px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-v650{gap:5px!important;padding-right:0!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-left-v650,.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-right-v650{gap:5px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-v650 button{border-radius:12px!important;height:31px!important;padding-inline:10px!important;font-size:11px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-v650 button[title="Добавить чужой набор"]{letter-spacing:-.45px!important;padding-inline:9px!important;font-size:10px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-head-v650 button[title=Показать\ все]{padding-inline:10px!important;font-size:11px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-row-v588{grid-template-columns:30px minmax(0,1fr) 28px 30px 30px 30px 30px!important;gap:3px!important;padding-left:2px!important;padding-right:1px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-count-v588{width:28px!important;min-width:28px!important;max-width:28px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-public-placeholder-v645{width:30px!important;min-width:30px!important;max-width:30px!important}.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-manager-row-v588 button,.emoji-picker-v039.sticker-manager-layout-v654 .sticker-pack-actions-v646{width:30px!important;min-width:30px!important;max-width:30px!important;height:31px!important}.sticker-pack-edit-fields-v654{grid-template-columns:1fr!important}}.emoji-picker-v039.sticker-manager-layout-v655 .sticker-pack-detail-inline-v655{box-sizing:border-box!important;z-index:1!important;width:auto!important;max-width:none!important;margin:2px 8px 10px 22px!important;position:relative!important}.emoji-picker-v039.sticker-manager-layout-v655 .sticker-pack-manager-row-preview-v605+.sticker-pack-detail-inline-v655{border-radius:18px!important}.emoji-picker-v039.sticker-manager-layout-v655 .sticker-pack-detail-inline-v655 .sticker-pack-detail-head-v605{padding-top:10px!important}.emoji-picker-v039.sticker-manager-layout-v655 .sticker-pack-detail-inline-v655 .sticker-pack-detail-grid-v605{grid-template-columns:repeat(6,1fr)!important;gap:7px!important}.emoji-picker-v039.sticker-manager-layout-v655 .sticker-pack-detail-inline-v655 .sticker-pack-detail-actions-v605{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.emoji-picker-v039.sticker-manager-layout-v655 .sticker-pack-detail-inline-v655 .sticker-pack-detail-actions-v605 button{width:100%!important;max-width:none!important}.emoji-picker-v039.sticker-manager-layout-v656.sticker-manager-open-v591 .sticker-pack-manager-v588{padding-left:8px!important;padding-right:8px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-manager-head-v650{box-sizing:border-box!important;justify-content:flex-start!important;align-items:center!important;gap:0!important;width:100%!important;max-width:100%!important;padding:0 18px 8px 0!important;display:flex!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-manager-head-left-v650{flex:none!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:auto!important;min-width:0!important;max-width:calc(100% - 4px)!important;display:flex!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-manager-head-right-v650{display:none!important}.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-manager-head-v650 button{letter-spacing:-.25px!important;white-space:nowrap!important;text-overflow:clip!important;border-radius:16px!important;flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;height:36px!important;padding:0 16px!important;font-size:13px!important;line-height:1!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-manager-head-v650 button[title="Импортировать .migstickers / JSON"]{width:96px!important}.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-manager-head-v650 button[title="Импортировать набор Telegram по ссылке"]{width:86px!important}.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-manager-head-v650 button[title="Добавить чужой набор"]{letter-spacing:-.35px!important;width:118px!important;padding-inline:12px!important;font-size:12px!important}.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-manager-row-v588{grid-template-columns:34px minmax(0,1fr) 34px 36px 36px 36px!important;gap:5px!important;padding-right:4px!important}.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-public-placeholder-v645{display:none!important}.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-manager-row-v588 button,.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-actions-v646{width:36px!important;min-width:36px!important;max-width:36px!important}.emoji-picker-v039.sticker-manager-layout-v656 .sticker-pack-edit-fields-v649 input[readonly]{opacity:.78;cursor:default}.sticker-manager-layout-v656 .sticker-pack-catalog-v593 .sticker-pack-manager-row-v588{grid-template-columns:44px minmax(0,1fr) 44px 76px!important;gap:8px!important;padding-right:6px!important}.sticker-manager-layout-v656 .sticker-pack-catalog-v593 .sticker-pack-manager-row-v588>button{white-space:nowrap!important;text-overflow:clip!important;width:76px!important;min-width:0!important;max-width:76px!important;padding:0 8px!important;font-size:15px!important;overflow:hidden!important}.sticker-pack-edit-modal-v657{width:min(1080px,100vw - 44px)!important;max-width:min(1080px,100vw - 44px)!important}.sticker-pack-edit-fields-v657{grid-template-columns:1fr 1fr!important;gap:14px!important}.sticker-pack-cover-field-v657{grid-column:1/2!important}.sticker-pack-cover-picker-v657{background:#edf3f8;border-radius:18px;align-items:center;gap:8px;min-height:58px;padding:8px;display:flex;overflow-x:auto}.sticker-pack-cover-picker-v657 button,.sticker-pack-edit-cover-btn-v657{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:14px;flex:none;justify-content:center;align-items:center;padding:4px;display:flex}.sticker-pack-cover-picker-v657 button.active,.sticker-pack-edit-cover-btn-v657.active{background:#e7f2ff;border-color:#2b8cff}.sticker-pack-cover-preview-v657{object-fit:contain;width:44px;height:44px;display:block}.sticker-pack-edit-sticker-list-v657{padding-right:6px!important}.sticker-pack-edit-sticker-row-v657{grid-template-columns:88px minmax(0,1fr) 128px!important;align-items:center!important;overflow:visible!important}.sticker-pack-emoji-input-v657{background:#edf3f8;border-radius:16px;align-items:center;min-height:54px;padding:0 54px 0 14px;display:flex;position:relative}.sticker-pack-emoji-input-v657 input{z-index:2;position:absolute;inset:0 54px 0 0;color:#0000!important;caret-color:#1d8bff!important;background:0 0!important;border:0!important;outline:0!important;padding:0 0 0 14px!important;font-size:20px!important}.sticker-pack-emoji-render-v657{pointer-events:none;z-index:1;align-items:center;gap:4px;min-width:0;max-width:100%;display:flex;overflow:hidden}.sticker-pack-emoji-render-v657 .emoji-asset-v040,.sticker-pack-emoji-popup-grid-v657 .emoji-asset-v040{vertical-align:middle;width:24px;height:24px;display:inline-block}.sticker-pack-emoji-popup-btn-v657{z-index:3;background:#dfeaf4!important;border:0!important;border-radius:14px!important;width:38px!important;height:38px!important;padding:0!important;font-size:20px!important;position:absolute!important;top:50%!important;right:8px!important;transform:translateY(-50%)!important}.sticker-pack-emoji-popup-v657{z-index:999999;background:#fff;border:1px solid #d9e3ec;border-radius:18px;width:320px;max-height:320px;margin-top:58px;padding:10px;position:absolute;right:150px;overflow:auto;box-shadow:0 18px 50px #00000038}.sticker-pack-emoji-popup-title-v657{color:#66768a;margin:8px 4px 4px;font-size:12px;font-weight:800}.sticker-pack-emoji-popup-grid-v657{grid-template-columns:repeat(8,1fr);gap:4px;display:grid}.sticker-pack-emoji-popup-grid-v657 button{background:#f2f6fa;border:0;border-radius:10px;justify-content:center;align-items:center;height:34px;padding:0;display:flex}.sticker-pack-edit-sticker-delete-v657{white-space:nowrap!important;width:112px!important;min-width:112px!important;padding:0 12px!important}.sticker-pack-cover-field-v658{position:relative!important;overflow:visible!important}.sticker-pack-cover-select-v658{width:100%;position:relative;overflow:visible!important}.sticker-pack-cover-trigger-v658{text-align:left!important;cursor:pointer!important;color:#1b2633!important;background:#edf3f8!important;border:0!important;border-radius:18px!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;width:100%!important;height:58px!important;min-height:58px!important;padding:7px 14px 7px 10px!important;font-weight:800!important;display:flex!important}.sticker-pack-cover-trigger-v658 span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.sticker-pack-cover-trigger-v658 b{color:#67768a;margin-left:auto;font-size:15px}.sticker-pack-cover-trigger-img-v658{background:#fff;border-radius:12px;padding:2px;object-fit:contain!important;flex:none!important;width:44px!important;height:44px!important;display:block!important}.sticker-pack-cover-popup-v658{z-index:1000002;background:#fff;border:1px solid #d7e2ec;border-radius:20px;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:10px;width:min(520px,100vw - 92px);max-height:300px;padding:12px;display:grid;position:absolute;top:66px;left:0;right:auto;overflow:auto;box-shadow:0 20px 60px #0000003d}.sticker-pack-cover-popup-v658 button{background:#f3f7fb!important;border:2px solid #0000!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;width:64px!important;min-width:64px!important;max-width:64px!important;height:64px!important;padding:5px!important;display:flex!important}.sticker-pack-cover-popup-v658 button.active{background:#e6f2ff!important;border-color:#2b8cff!important}.sticker-pack-cover-preview-v658{object-fit:contain!important;width:52px!important;height:52px!important;display:block!important}.sticker-pack-edit-modal-v657,.sticker-pack-edit-fields-v657{overflow:visible!important}.sticker-pack-emoji-input-v657{max-width:100%!important}.sticker-pack-emoji-render-v657 .emoji-inline{color:#0000!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;width:26px!important;min-width:26px!important;height:26px!important;display:inline-block!important}.sticker-pack-emoji-popup-grid-v657 .emoji-asset{width:26px!important;height:26px!important;display:block!important}.sticker-pack-emoji-input-v657 input{color:#0000!important;text-shadow:none!important;-webkit-text-fill-color:transparent!important}.sticker-pack-emoji-input-v657 input::selection{color:#0000!important;background:#3390ec2e!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-row-v569{box-sizing:border-box!important;gap:10px!important;padding-left:10px!important;padding-right:10px!important;overflow:auto hidden!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-row-v569>button{border-radius:15px!important;flex:none!important;justify-content:center!important;align-items:center!important;width:46px!important;min-width:46px!important;height:46px!important;padding:4px!important;display:flex!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-row-v569>button.active{background:#e7f2ff!important;box-shadow:inset 0 0 0 2px #2b8cff!important}.sticker-special-icon-v660{color:#637080!important;width:28px!important;height:28px!important;display:block!important}.sticker-pack-mini-cover-v660,.sticker-pack-mini-cover-fallback-v660{object-fit:contain!important;text-align:center!important;border-radius:10px!important;width:34px!important;height:34px!important;font-size:24px!important;line-height:34px!important;display:block!important;overflow:hidden!important}.sticker-pack-manager-cover-v660{object-fit:contain!important;border-radius:10px!important;width:34px!important;height:34px!important;display:block!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-manager-row-v588{cursor:pointer!important;grid-template-columns:46px minmax(0,1fr) 42px 40px 40px!important;padding-right:12px!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-manager-icon-v588{justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;display:flex!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-actions-v646,.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-public-badge-v616,.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-public-placeholder-v645{display:none!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-action-menu-v646{z-index:2147483600!important;position:fixed!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-scroll-v569,.emoji-picker-v039.sticker-manager-layout-v660 .emoji-scroll.sticker-scroll-v569{box-sizing:border-box!important;padding-left:12px!important;padding-right:12px!important;overflow-x:hidden!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-grid-v569{box-sizing:border-box!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin-left:0!important;padding-left:0!important;padding-right:0!important;overflow:visible!important}.emoji-picker-v039.sticker-manager-layout-v660 .mig-sticker-card-v572{min-width:0!important;overflow:hidden!important}.sticker-pack-emoji-popup-portal-v660{z-index:2147483640!important;width:320px!important;max-height:330px!important;margin-top:0!important;position:fixed!important;right:auto!important;transform:none!important}.sticker-pack-emoji-popup-portal-v660 .emoji-asset-v040,.sticker-pack-emoji-popup-portal-v660 .emoji-inline,.sticker-pack-emoji-popup-portal-v660 .emoji-asset{width:26px!important;height:26px!important;display:block!important}.sticker-pack-emoji-input-v657 input{color:#0000!important;-webkit-text-fill-color:transparent!important;caret-color:#1d8bff!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655{box-sizing:border-box!important;border-radius:22px!important;width:calc(100% - 54px)!important;max-width:392px!important;margin:10px auto 14px!important;padding:12px 12px 14px!important;overflow:hidden!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655 .sticker-pack-detail-head-v605{text-align:center!important;grid-template-columns:1fr 32px!important;place-items:center!important;gap:8px!important;margin-bottom:12px!important;display:grid!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655 .sticker-pack-detail-head-v605 .sticker-pack-manager-icon-v588{display:none!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655 .sticker-pack-detail-head-v605 b{text-align:center!important;justify-self:center!important;max-width:100%!important;font-size:15px!important;font-weight:900!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655 .sticker-pack-detail-head-v605 button{border-radius:12px!important;justify-self:end!important;width:30px!important;height:30px!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655 .sticker-pack-detail-grid-v605{box-sizing:border-box!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:12px!important;max-height:260px!important;padding:2px 8px 8px!important;display:flex!important;overflow:auto!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655 .sticker-pack-detail-sticker-v605{object-fit:contain!important;flex:none!important;width:68px!important;height:68px!important;display:block!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655 .sticker-pack-detail-actions-v605{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin-top:12px!important;display:flex!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655 .sticker-pack-detail-actions-v605 button{flex:none!important;min-width:112px!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655 .sticker-pack-detail-actions-v605 span{text-align:center!important;color:#66768a!important;flex:0 0 100%!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-row-v569>button.sticker-pack-special-v570,.emoji-picker-v039.sticker-packs-v590 .sticker-pack-row-v572>button.sticker-pack-special-v570{border-radius:16px!important;flex:0 0 52px!important;width:52px!important;min-width:52px!important;max-width:52px!important;height:52px!important;padding:0!important}.emoji-picker-v039 .sticker-pack-special-v570 .sticker-special-icon-v660{stroke-width:2px!important;color:#637080!important;width:34px!important;height:34px!important}.emoji-picker-v039 .sticker-pack-special-v570.active .sticker-special-icon-v660{color:#2b8cff!important}@media (width<=640px){.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-row-v569>button.sticker-pack-special-v570,.emoji-picker-v039.sticker-packs-v590 .sticker-pack-row-v572>button.sticker-pack-special-v570{flex-basis:48px!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important}.emoji-picker-v039 .sticker-pack-special-v570 .sticker-special-icon-v660{width:32px!important;height:32px!important}}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655{width:calc(100% - 20px)!important;max-width:none!important;margin:10px 10px 14px!important;padding:12px 12px 14px!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655 .sticker-pack-detail-grid-v605{grid-template-columns:repeat(auto-fit,minmax(74px,1fr))!important;justify-content:center!important;justify-items:center!important;gap:12px!important;width:100%!important;max-height:214px!important;padding:2px 10px 8px!important;display:grid!important}.emoji-picker-v039.sticker-manager-layout-v660 .sticker-pack-detail-inline-v655 .sticker-pack-detail-sticker-v605{width:74px!important;height:74px!important}.sticker-pack-edit-section-title-v676{justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-top:14px!important;margin-bottom:8px!important;display:flex!important}.sticker-pack-edit-section-title-v676 span{font:inherit!important;color:inherit!important;font-weight:800!important}.sticker-pack-add-sticker-btn-v676{appearance:none!important;color:#fff!important;cursor:pointer!important;white-space:nowrap!important;box-shadow:none!important;background:#2f8cff!important;border:0!important;border-radius:16px!important;padding:12px 16px!important;font-size:15px!important;font-weight:800!important;line-height:1!important}.sticker-pack-add-sticker-btn-v676:hover{filter:brightness(.98)!important}.sticker-pack-add-sticker-btn-v676:disabled{opacity:.55!important;cursor:default!important}.sticker-pack-add-file-input-v676{display:none!important}.sticker-pack-edit-sticker-list-v676{scrollbar-gutter:stable!important}@media (width<=760px){.sticker-pack-edit-section-title-v676{flex-direction:column!important;align-items:stretch!important}.sticker-pack-add-sticker-btn-v676{width:100%!important}}.foreign-sticker-pack-backdrop-v679{z-index:2400;background:#18212b38;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.foreign-sticker-pack-card-v679{color:#17212b;background:#fff;border-radius:28px;flex-direction:column;width:min(430px,100vw - 32px);max-height:min(560px,100vh - 48px);display:flex;overflow:hidden;box-shadow:0 18px 70px #0f172a38}.foreign-sticker-pack-head-v679{text-align:center;border-bottom:1px solid #70829629;grid-template-columns:44px 1fr 44px;align-items:center;height:68px;padding:0 14px;font-size:22px;line-height:1.25;display:grid}.foreign-sticker-pack-head-v679 b{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;font-weight:800;display:-webkit-box;overflow:hidden}.foreign-sticker-pack-close-v679{color:#748193;cursor:pointer;background:0 0;border:0;border-radius:14px;width:44px;height:44px;font-size:34px;line-height:1}.foreign-sticker-pack-close-v679:hover{color:#18212b;background:#edf3f8}.foreign-sticker-pack-more-v679{color:#748193;font-size:30px;line-height:1}.foreign-sticker-pack-grid-v679{grid-template-columns:repeat(auto-fill,minmax(66px,1fr));justify-items:center;gap:12px;min-height:220px;padding:18px 20px 22px;display:grid;overflow:auto}.foreign-sticker-pack-sticker-v679{object-fit:contain;width:70px;height:70px;display:block}.foreign-sticker-pack-actions-v679{background:#fff;border-top:1px solid #70829624;padding:12px 18px 16px}.foreign-sticker-pack-actions-v679 button{color:#fff;text-transform:uppercase;cursor:pointer;background:#2f8cff;border:0;border-radius:14px;width:100%;height:54px;font-size:16px;font-weight:800}.foreign-sticker-pack-actions-v679 button:disabled{opacity:.65;cursor:default}.sticker-message-bubble{max-width:168px!important;margin:2px 0 10px!important}.sticker-message-frame{width:156px!important;min-width:156px!important;max-width:min(156px,40vw)!important;height:156px!important;min-height:156px!important;max-height:min(156px,40vw)!important}.sticker-message-img,.sticker-message-img:is(img),.sticker-message-img:is(video),.sticker-message-img canvas,.sticker-message-img svg,.sticker-message-img.mig-sticker-tgs-lottie-v599{object-fit:contain!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.sticker-message-placeholder{width:118px!important;height:118px!important;font-size:34px!important}.sticker-message-frame .message-meta{bottom:2px!important;right:4px!important}@media (width<=640px){.sticker-message-bubble{max-width:156px!important}.sticker-message-frame{width:148px!important;min-width:148px!important;max-width:min(148px,44vw)!important;height:148px!important;min-height:148px!important;max-height:min(148px,44vw)!important}.sticker-message-placeholder{width:112px!important;height:112px!important;font-size:32px!important}}.reply-preview-sticker-v695{align-items:center;gap:8px;min-width:0;display:inline-flex}.reply-preview-sticker-thumb-v695{background:#ffffff59;border-radius:7px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;display:inline-flex;overflow:hidden}.reply-preview-sticker-thumb-v695 img,.reply-preview-sticker-thumb-v695 video,.reply-preview-sticker-thumb-v695 canvas,.reply-preview-sticker-thumb-v695 svg{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.reply-preview-sticker-empty-v695{font-size:16px;font-style:normal;line-height:1}.reply-composer-bar .reply-preview-sticker-v695 em,.bubble-reply .reply-preview-sticker-v695 em{white-space:nowrap;text-overflow:ellipsis;font-style:normal;overflow:hidden}.reply-composer-bar .reply-meta .reply-preview-line{align-items:center;min-width:0;display:flex}.sticker-message-bubble.forwarded-media{gap:4px!important;max-width:170px!important}.sticker-message-bubble.forwarded-media .telegram-sticker-forward-v697.tg-forward-header{color:#fff!important;width:150px!important;height:36px!important;min-height:36px!important;box-shadow:none!important;background:#4db74294!important;border-radius:9px!important;grid-template-rows:30px!important;grid-template-columns:14px 20px minmax(0,1fr)!important;align-self:flex-start!important;column-gap:4px!important;margin:0 0 4px!important;padding:3px 7px!important;line-height:14px!important;display:grid!important;overflow:hidden!important}.sticker-message-bubble.mine.forwarded-media .telegram-sticker-forward-v697.tg-forward-header{margin-left:0!important;margin-right:0!important}.telegram-sticker-forward-v697.tg-forward-header .telegram-forward-icon{color:#fff!important;grid-area:1/1!important;align-self:start!important;width:13px!important;height:13px!important;margin-top:1px!important}.telegram-sticker-forward-v697.tg-forward-header .forward-avatar-mini{background:#ffffff57!important;border-radius:50%!important;grid-area:1/2!important;align-self:end!important;width:20px!important;min-width:20px!important;height:20px!important;margin:0!important;display:block!important;overflow:hidden!important}.telegram-sticker-forward-v697.tg-forward-header .forward-avatar-mini img,.telegram-sticker-forward-v697.tg-forward-header .forward-avatar-mini i{object-fit:cover!important;color:#fff!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;font-size:10px!important;font-style:normal!important;font-weight:700!important;display:flex!important}.telegram-sticker-forward-v697.tg-forward-header .forward-text-wrap{flex-direction:column!important;grid-area:1/3!important;justify-content:center!important;align-items:flex-start!important;gap:0!important;min-width:0!important;display:flex!important}.telegram-sticker-forward-v697.tg-forward-header .forward-prefix,.telegram-sticker-forward-v697.tg-forward-header .forward-author{text-overflow:ellipsis!important;white-space:nowrap!important;color:#fff!important;max-width:100%!important;line-height:14px!important;display:block!important;overflow:hidden!important}.telegram-sticker-forward-v697.tg-forward-header .forward-prefix{opacity:.96!important;font-size:12px!important;font-weight:600!important}.telegram-sticker-forward-v697.tg-forward-header .forward-author{font-size:14px!important;font-weight:700!important}.sticker-message-bubble.forwarded-media .message-meta{bottom:1px!important}.sticker-message-bubble.forwarded-media{align-items:flex-start!important;gap:2px!important;max-width:168px!important}.sticker-message-bubble.mine.forwarded-media{align-self:flex-end!important;align-items:flex-start!important}.sticker-message-bubble.forwarded-media .telegram-sticker-forward-v697.tg-forward-header{box-sizing:border-box!important;color:#fff!important;width:126px!important;min-width:126px!important;max-width:126px!important;height:42px!important;min-height:42px!important;box-shadow:none!important;white-space:nowrap!important;text-align:left!important;background:#48b24294!important;border:0!important;border-radius:10px!important;grid-template-rows:16px 20px!important;grid-template-columns:16px minmax(0,1fr)!important;align-self:flex-start!important;gap:0 5px!important;margin:0 0 2px!important;padding:4px 8px!important;display:grid!important;position:relative!important;overflow:hidden!important;transform:none!important}.sticker-message-bubble.forwarded-media .telegram-sticker-forward-v697.tg-forward-header .telegram-forward-icon{color:#fff!important;fill:currentColor!important;opacity:.98!important;grid-area:1/1!important;place-self:center start!important;width:14px!important;min-width:14px!important;height:14px!important;margin:0!important}.sticker-message-bubble.forwarded-media .telegram-sticker-forward-v697.tg-forward-header .forward-avatar-mini{background:#ffffff52!important;border-radius:50%!important;grid-area:2/1!important;place-self:center start!important;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;margin:0!important;overflow:hidden!important}.sticker-message-bubble.forwarded-media .telegram-sticker-forward-v697.tg-forward-header .forward-avatar-mini img,.sticker-message-bubble.forwarded-media .telegram-sticker-forward-v697.tg-forward-header .forward-avatar-mini i{object-fit:cover!important;color:#fff!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;font-size:9px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;display:flex!important}.sticker-message-bubble.forwarded-media .telegram-sticker-forward-v697.tg-forward-header .forward-text-wrap{display:contents!important}.sticker-message-bubble.forwarded-media .telegram-sticker-forward-v697.tg-forward-header .forward-prefix{text-overflow:ellipsis!important;white-space:nowrap!important;color:#fff!important;opacity:.98!important;grid-area:1/2!important;align-self:center!important;min-width:0!important;max-width:100%!important;font-size:13px!important;font-weight:500!important;line-height:16px!important;display:block!important;overflow:hidden!important}.sticker-message-bubble.forwarded-media .telegram-sticker-forward-v697.tg-forward-header .forward-author{text-overflow:ellipsis!important;white-space:nowrap!important;color:#fff!important;grid-area:2/2!important;align-self:center!important;min-width:0!important;max-width:100%!important;font-size:14px!important;font-weight:700!important;line-height:18px!important;display:block!important;overflow:hidden!important}.sticker-message-bubble.forwarded-media .sticker-message-frame{margin-top:0!important}.sticker-message-bubble.forwarded-media .sticker-message-img{transform:none!important}.sticker-message-bubble.forwarded-media .message-meta{bottom:2px!important;right:4px!important}.history .bubble:has(.message-file-v700){max-width:min(360px,64%)!important;padding:7px 9px 6px!important}.history .bubble:has(.message-file-v700) .message-file-v700{grid-template-columns:56px minmax(0,1fr)!important;column-gap:10px!important;width:320px!important;max-width:320px!important;height:56px!important;min-height:56px!important;max-height:56px!important}:is(.history .bubble:has(.message-file-v700) .message-file-v700 .message-file-thumb,.history .bubble:has(.message-file-v700) .message-file-v700 .message-doc-icon){border-radius:12px!important;grid-area:1/1/3!important;width:56px!important;min-width:56px!important;height:56px!important;min-height:56px!important}.message-doc-icon{background:color-mix(in srgb,var(--doc-accent) 13%,#eef5ff)!important;color:var(--doc-accent)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--doc-accent) 18%,transparent)!important;justify-content:center!important;align-items:center!important;display:flex!important;position:relative!important;overflow:hidden!important}.message-doc-icon svg{width:34px!important;height:34px!important;stroke:var(--doc-accent)!important;fill:none!important;stroke-width:2.2px!important;stroke-linecap:round!important;stroke-linejoin:round!important;opacity:.95!important;display:block!important}.message-doc-icon .doc-page{fill:#fff!important;stroke:var(--doc-accent)!important}.message-doc-icon .doc-fold{fill:color-mix(in srgb,var(--doc-accent) 18%,#fff)!important}.message-doc-icon .doc-line{stroke:color-mix(in srgb,var(--doc-accent) 80%,#17212b)!important}.message-doc-icon em{background:var(--doc-accent)!important;color:#fff!important;box-sizing:border-box!important;letter-spacing:0!important;opacity:1!important;text-shadow:0 1px #00000029!important;white-space:nowrap!important;border-radius:5px!important;justify-content:center!important;align-items:center!important;height:18px!important;min-height:18px!important;padding:0 2px!important;font-size:8.5px!important;font-style:normal!important;font-weight:800!important;line-height:18px!important;display:flex!important;position:absolute!important;bottom:4px!important;left:3px!important;right:3px!important;overflow:hidden!important}.history .bubble:has(.message-file-v700) .message-file-v700 b{align-self:end!important;max-width:244px!important;font-size:14.5px!important;font-weight:600!important;line-height:18px!important}.history .bubble:has(.message-file-v700) .message-file-v700 em:not(.message-doc-icon em){color:#6b7c8f!important;align-self:start!important;margin-top:1px!important;font-size:12.5px!important;font-weight:500!important;line-height:16px!important}.history .bubble.mine:has(.message-file-v700) .message-file-v700 em:not(.message-doc-icon em){color:#4a9a43!important}.history .bubble:has(.message-file-v700)>small{margin:-13px 3px 0 86px!important}.media-gallery-file span svg,.attach-menu span svg{stroke:currentColor;fill:none}@media (width<=640px){:is(.history .bubble:has(.message-file-v700) .message-file-v700,.history .bubble:has(.message-file-v700) .message-media-list,.history .bubble:has(.message-file-v700) .media-upload-item){width:292px!important;max-width:292px!important}.history .bubble:has(.message-file-v700) .message-file-v700 b{max-width:214px!important}}.history .bubble:has(.message-audio-card-v701){max-width:min(386px,68%)!important;padding:7px 9px 6px!important}.message-audio-card-v701{width:340px!important;max-width:340px!important;min-height:62px!important;color:inherit!important;font:inherit!important;text-align:left!important;background:0 0!important;border:0!important;align-items:center!important;gap:10px!important;padding:0!important;text-decoration:none!important;display:flex!important}.message-audio-play-v701{color:#fff!important;cursor:pointer!important;background:#31c35c!important;border:0!important;border-radius:50%!important;place-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;display:grid!important;box-shadow:0 1px 1px #00000014!important}.message-audio-play-v701 svg{fill:currentColor!important;stroke:currentColor!important;width:20px!important;height:20px!important}.message-audio-main-v701{flex-direction:column!important;flex:auto!important;gap:1px!important;min-width:0!important;display:flex!important}.message-audio-main-v701 b{white-space:nowrap!important;text-overflow:ellipsis!important;color:#17212b!important;font-size:14.5px!important;font-weight:650!important;line-height:18px!important;overflow:hidden!important}.message-audio-main-v701 span{white-space:nowrap!important;text-overflow:ellipsis!important;color:#5f7081!important;font-size:12.5px!important;line-height:15px!important;overflow:hidden!important}.message-audio-main-v701 em{color:#4a9a43!important;font-size:12px!important;font-style:normal!important;font-weight:500!important;line-height:15px!important}.message-audio-main-v701 i{cursor:pointer!important;background:#34c75933!important;border-radius:999px!important;width:100%!important;height:4px!important;margin-top:3px!important;display:block!important;position:relative!important;overflow:hidden!important}.message-audio-main-v701 i u{background:#31c35c!important;border-radius:999px!important;height:100%!important;text-decoration:none!important;display:block!important}.message-audio-card-v701 audio{display:none!important}.history .bubble:has(.message-audio-card-v701)>small{margin:-13px 3px 0 64px!important}.history .bubble.mine:has(.message-audio-card-v701) .message-audio-main-v701 b{color:#17212b!important}@media (width<=640px){.message-audio-card-v701{width:292px!important;max-width:292px!important}.history .bubble:has(.message-audio-card-v701){max-width:92%!important}}.message-doc-icon svg .doc-pdf-mark,.message-doc-icon svg .doc-grid,.message-doc-icon svg .doc-zip,.message-doc-icon svg .doc-audio,.message-doc-icon svg .doc-code,.message-doc-icon svg .doc-app,.message-doc-icon svg .doc-gear,.message-doc-icon svg .doc-play,.message-doc-icon svg .doc-image,.message-doc-icon svg .doc-chart{stroke:color-mix(in srgb,var(--doc-accent) 88%,#17212b)!important;fill:none!important;stroke-width:2.15px!important;stroke-linecap:round!important;stroke-linejoin:round!important}.message-doc-icon svg .doc-pdf-mark{fill:color-mix(in srgb,var(--doc-accent) 10%,#fff)!important}.message-doc-icon svg .doc-zip{fill:color-mix(in srgb,var(--doc-accent) 14%,#fff)!important}.message-doc-icon svg .doc-play{fill:var(--doc-accent)!important;stroke:var(--doc-accent)!important}.message-doc-icon-sheet svg .doc-page{fill:#fbfffd!important}.message-doc-icon-word svg .doc-page{fill:#fbfdff!important}.message-doc-icon-pdf svg .doc-page{fill:snow!important}.message-doc-icon-archive svg .doc-page{fill:#fffdf5!important}.message-doc-icon-app svg .doc-page,.message-doc-icon-apk svg .doc-page{fill:#f8fafc!important}.message-doc-icon-code svg .doc-page{fill:#fbfaff!important}.message-doc-icon-text svg .doc-page{fill:#fbfdff!important}.message-doc-icon em{color:#fff!important;-webkit-text-fill-color:#fff!important;-webkit-text-stroke:.35px #141c268c!important;text-shadow:0 1px 1px #0000006b,0 0 2px #00000059!important;mix-blend-mode:normal!important;opacity:1!important;text-align:center!important;justify-content:center!important;align-items:center!important;padding:1px 2px 0!important;line-height:1!important;display:flex!important}.history .bubble:has(.message-file-v700) .message-media-list:has(.media-upload-item:nth-child(2)){gap:7px!important;padding:0!important}.history .bubble:has(.message-file-v700) .message-media-list:has(.media-upload-item:nth-child(2)) .media-upload-item{width:318px!important;max-width:318px!important}.history .bubble:has(.message-file-v700) .message-media-list:has(.media-upload-item:nth-child(2)) .message-file-v700{width:318px!important;max-width:318px!important;box-shadow:none!important;background:0 0!important;border:0!important}.history .bubble:has(.message-file-v700) .message-media-list:has(.media-upload-item:nth-child(2)) .message-audio-card-v701{width:318px!important;max-width:318px!important;margin:0!important}@media (width<=640px){:is(.history .bubble:has(.message-file-v700) .message-media-list:has(.media-upload-item:nth-child(2)) .media-upload-item,.history .bubble:has(.message-file-v700) .message-media-list:has(.media-upload-item:nth-child(2)) .message-file-v700,.history .bubble:has(.message-file-v700) .message-media-list:has(.media-upload-item:nth-child(2)) .message-audio-card-v701){width:300px!important;max-width:300px!important}}.reply-preview-file-v709{align-items:center;gap:8px;min-width:0;max-width:100%;display:inline-flex}.reply-preview-file-icon-v709{border-radius:8px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;overflow:hidden}.reply-preview-file-icon-v709 .message-doc-icon{width:32px;min-width:32px;height:32px;transform:none}.reply-preview-file-icon-v709 .message-doc-icon svg{width:32px;height:32px}.reply-preview-file-icon-v709 .message-doc-icon em{text-align:center;justify-content:center;align-items:center;font-size:7px;line-height:1;display:flex}.reply-preview-line.reply-preview-file-v709 em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.bubble-reply{max-width:min(100%,520px)!important}.bubble-reply .reply-preview-file-v709{align-items:center!important;gap:7px!important;min-width:0!important;max-width:100%!important;height:30px!important;display:flex!important;overflow:hidden!important}.bubble-reply .reply-preview-file-icon-v709,.reply-composer-bar .reply-preview-file-icon-v709{border-radius:7px!important;flex:0 0 28px!important;justify-content:center!important;align-items:center!important;width:28px!important;min-width:28px!important;height:28px!important;display:inline-flex!important;overflow:hidden!important}.bubble-reply .reply-preview-file-icon-v709 .message-doc-icon,.reply-composer-bar .reply-preview-file-icon-v709 .message-doc-icon{width:28px!important;min-width:28px!important;height:28px!important;transform:none!important}.bubble-reply .reply-preview-file-icon-v709 .message-doc-icon svg,.reply-composer-bar .reply-preview-file-icon-v709 .message-doc-icon svg{width:28px!important;height:28px!important}.bubble-reply .reply-preview-file-icon-v709 .message-doc-icon em,.reply-composer-bar .reply-preview-file-icon-v709 .message-doc-icon em{text-align:center!important;justify-content:center!important;align-items:center!important;font-size:6px!important;line-height:1!important;display:flex!important}.bubble-reply .reply-preview-line.reply-preview-file-v709 em,.reply-composer-bar .reply-preview-line.reply-preview-file-v709 em{text-overflow:ellipsis!important;white-space:nowrap!important;flex:auto!important;min-width:0!important;max-width:100%!important;display:block!important;overflow:hidden!important}.reply-composer-bar .reply-preview-file-v709{align-items:center!important;gap:7px!important;min-width:0!important;max-width:100%!important;height:30px!important;display:flex!important;overflow:hidden!important}.reply-composer-bar .reply-meta{min-width:0!important;overflow:hidden!important}.reply-composer-bar .reply-meta .reply-preview-line{min-width:0!important;max-width:100%!important}.bubble-reply .reply-preview-file-v709,.reply-composer-bar .reply-preview-file-v709{gap:6px!important;height:26px!important}.bubble-reply .reply-preview-file-icon-v709,.reply-composer-bar .reply-preview-file-icon-v709{border-radius:6px!important;flex:0 0 24px!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important}.bubble-reply .reply-preview-file-icon-v709 .message-doc-icon,.reply-composer-bar .reply-preview-file-icon-v709 .message-doc-icon{border-radius:6px!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important}.bubble-reply .reply-preview-file-icon-v709 .message-doc-icon svg,.reply-composer-bar .reply-preview-file-icon-v709 .message-doc-icon svg{width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important}.bubble-reply .reply-preview-file-icon-v709 .message-doc-icon em,.reply-composer-bar .reply-preview-file-icon-v709 .message-doc-icon em{letter-spacing:-.15px!important;text-align:center!important;white-space:nowrap!important;border-radius:2px!important;justify-content:center!important;align-items:center!important;height:7px!important;min-height:7px!important;max-height:7px!important;padding:0 1px!important;font-size:4.8px!important;line-height:7px!important;display:flex!important;bottom:2px!important;left:2px!important;right:2px!important}.history.selecting .bubble.file-item-selection>.select-dot{display:none!important}.history.selecting .bubble.file-item-selection{cursor:default!important}.history.selecting .bubble.file-item-selection .media-upload-item{position:relative!important;overflow:visible!important}.history.selecting .bubble.file-item-selection .media-select-dot{z-index:70!important;box-sizing:border-box!important;border:2px solid var(--tg-blue,#3390ec)!important;color:#fff!important;pointer-events:auto!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;margin:0!important;padding:0!important;font-size:14px!important;font-weight:700!important;line-height:20px!important;display:flex!important;position:absolute!important;top:50%!important;left:auto!important;right:-32px!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a29!important}.history.selecting .bubble.file-item-selection .media-upload-item.selected .media-select-dot{background:var(--tg-blue,#3390ec)!important;color:#fff!important}.history.selecting .bubble.file-item-selection .media-upload-item.selected .message-file-v700,.history.selecting .bubble.file-item-selection .media-upload-item.selected .message-audio-card-v701{box-shadow:0 0 0 2px #3390ec4d!important}@media (width<=700px){.history.selecting .bubble.file-item-selection .media-select-dot{right:-30px!important}}.history.selecting .bubble.file-selection-v715>.select-dot{display:flex!important}.history.selecting .bubble.file-group-selection-v715 .media-select-dot{display:flex!important}.history.selecting .bubble.file-selection-v715,.history.selecting .bubble.file-selection-v715 .message-media-list,.history.selecting .bubble.file-selection-v715 .media-upload-item,.history.selecting .bubble.file-selection-v715 .message-file,.history.selecting .bubble.file-selection-v715 .message-audio-card-v701{cursor:pointer!important}.history.selecting .bubble.file-group-selection-v715 .media-upload-item{box-sizing:border-box!important;padding-left:30px!important;position:relative!important}.history.selecting .bubble.file-group-selection-v715 .media-select-dot{border:2px solid var(--tg-blue,#3390ec)!important;color:#fff!important;z-index:80!important;pointer-events:auto!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;font-size:13px!important;font-weight:800!important;line-height:18px!important;display:flex!important;position:absolute!important;top:50%!important;left:2px!important;right:auto!important;transform:translateY(-50%)!important;box-shadow:0 1px 2px #0f172a29!important}.history.selecting .bubble.file-group-selection-v715 .media-upload-item.selected .media-select-dot{background:var(--tg-blue,#3390ec)!important;color:#fff!important}.history.selecting .bubble.file-group-selection-v715 .message-file,.history.selecting .bubble.file-group-selection-v715 .message-audio-card-v701,.history.selecting .bubble.file-group-selection-v715 .message-image,.history.selecting .bubble.file-group-selection-v715 .message-video{pointer-events:auto!important;cursor:pointer!important}.history.selecting .bubble.file-group-selection-v715 .message-file:hover,.history.selecting .bubble.file-group-selection-v715 .message-audio-card-v701:hover{filter:none!important}.history.selecting .bubble.file-single-selection-v715 .media-upload-item{padding-left:0!important}.history.selecting .bubble.file-single-selection-v715 .media-select-dot{display:none!important}@media (width<=700px){.history.selecting .bubble.file-group-selection-v715 .media-upload-item{padding-left:28px!important}.history.selecting .bubble.file-group-selection-v715 .media-select-dot{left:0!important;right:auto!important}}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-media-list:has(.media-upload-item:nth-child(2)){gap:7px!important}.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-media-list:has(.media-upload-item:nth-child(2)) .media-upload-item{margin:0!important}:is(.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-media-list:has(.media-upload-item:nth-child(2)) .message-file,.history .bubble:has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-media-list:has(.media-upload-item:nth-child(2)) .message-audio-card-v701){margin:0!important}.tg-forward-header .forward-prefix:after,.bubble-forward.tg-forward-header .forward-prefix:after,.telegram-media-forward.tg-forward-header .forward-prefix:after{content:" "!important;white-space:pre!important}.history.selecting .bubble.file-group-selection-v715 .media-upload-item{min-width:0!important;max-width:100%!important;overflow:hidden!important}.history.selecting .bubble.file-group-selection-v715 .media-upload-item .message-file-v700,.history.selecting .bubble.file-group-selection-v715 .media-upload-item .message-audio-card-v701{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.history.selecting .bubble.file-group-selection-v715 .media-upload-item .message-file-v700 b,.history.selecting .bubble.file-group-selection-v715 .media-upload-item .message-audio-main-v701 b{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;display:block!important;overflow:hidden!important}.history.selecting .bubble.file-group-selection-v715 .message-media-list{min-width:0!important;max-width:100%!important;overflow:hidden!important}.history .bubble:not(.mine):has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble){background:var(--tg-in,#fff)!important;color:var(--tg-text,#17212b)!important}.history .bubble:not(.mine):has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble){background:var(--tg-in,#fff)!important}.history .bubble:not(.mine):has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.message-text{color:var(--tg-text,#17212b)!important}.history .bubble:not(.mine):has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble) .message-file b{color:var(--tg-text,#17212b)!important}:is(.history .bubble:not(.mine):has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header,.history .bubble:not(.mine):has(>.bubble-forward.tg-forward-header):has(.message-file):not(.telegram-photo-bubble):not(.telegram-video-bubble)>.bubble-forward.tg-forward-header){color:#2aa83b!important;background:0 0!important}.history .bubble.mine:has(>.bubble-forward.tg-forward-header):not(.telegram-photo-bubble):not(.telegram-video-bubble){background:var(--tg-out,#eeffde)!important}.telegram-photo-bubble.forwarded-media:not(.mine) .telegram-media-forward.tg-forward-header,.telegram-video-bubble.forwarded-media:not(.mine) .telegram-media-forward.tg-forward-header{background:var(--tg-in,#fff)!important;color:#2aa83b!important}.telegram-photo-bubble.forwarded-media.mine .telegram-media-forward.tg-forward-header,.telegram-video-bubble.forwarded-media.mine .telegram-media-forward.tg-forward-header{background:var(--tg-out,#eeffde)!important;color:#2aa83b!important}.sticker-message-bubble.forwarded-media:not(.mine) .telegram-sticker-forward-v697.tg-forward-header{color:#2aa83b!important;background:#ffffffd1!important}.sticker-message-bubble.forwarded-media:not(.mine) .telegram-sticker-forward-v697.tg-forward-header .telegram-forward-icon,.sticker-message-bubble.forwarded-media:not(.mine) .telegram-sticker-forward-v697.tg-forward-header .forward-prefix,.sticker-message-bubble.forwarded-media:not(.mine) .telegram-sticker-forward-v697.tg-forward-header .forward-author{color:#2aa83b!important}.sticker-message-bubble.forwarded-media:not(.mine) .telegram-sticker-forward-v697.tg-forward-header .forward-avatar-mini{background:#2aa83b2e!important}.sticker-message-bubble.forwarded-media:not(.mine) .telegram-sticker-forward-v697.tg-forward-header .forward-avatar-mini i{color:#2aa83b!important}.sticker-message-bubble.mine.forwarded-media .telegram-sticker-forward-v697.tg-forward-header{color:#fff!important;background:#48b24294!important}.sticker-message-bubble.mine.forwarded-media .telegram-sticker-forward-v697.tg-forward-header .telegram-forward-icon,.sticker-message-bubble.mine.forwarded-media .telegram-sticker-forward-v697.tg-forward-header .forward-prefix,.sticker-message-bubble.mine.forwarded-media .telegram-sticker-forward-v697.tg-forward-header .forward-author{color:#fff!important}.history{position:relative}.day-separator{color:#fff;-webkit-user-select:none;user-select:none;pointer-events:none;clear:both;background:#566775b8;border-radius:12px;align-self:center;margin:8px auto 10px;padding:4px 10px;font-size:12px;font-weight:700;line-height:16px;box-shadow:0 1px 2px #0f172a1f}.floating-date-badge{z-index:24;color:#fff;opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:#566775d1;border-radius:12px;align-self:center;width:max-content;max-width:220px;margin:0 auto -26px;padding:4px 10px;font-size:12px;font-weight:700;line-height:16px;transition:opacity .16s,transform .16s;position:sticky;top:8px;transform:translateY(-4px);box-shadow:0 2px 8px #0f172a29}.floating-date-badge.visible{opacity:1;transform:translateY(0)}.history.opening-chat .day-separator,.history.opening-chat .floating-date-badge{visibility:hidden}.history:before{content:none!important;margin:0!important;padding:0!important;display:none!important}.floating-date-badge{will-change:opacity,transform}.call-header-btn-v728:disabled{opacity:.38;cursor:not-allowed}.mig-call-layer-v728{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0814206b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.mig-call-card-v728{text-align:center;color:#16331f;background:linear-gradient(#f7fff8 0%,#ecf7ee 100%);border:1px solid #ffffffb8;border-radius:24px;width:min(360px,100vw - 32px);padding:16px 18px 18px;box-shadow:0 24px 70px #07141f47}.mig-call-top-v728{color:#3b7b47;justify-content:space-between;align-items:center;height:32px;font-size:13px;font-weight:700;display:flex}.mig-call-top-v728 button{color:#24402d;cursor:pointer;background:#1f412a14;border:0;border-radius:50%;width:30px;height:30px;font-size:20px;line-height:1}.mig-call-avatar-v728{background:linear-gradient(135deg,#5ec86b,#2da44e);border-radius:50%;justify-content:center;align-items:center;width:104px;height:104px;margin:12px auto;display:flex;overflow:hidden;box-shadow:0 10px 28px #2da44e3d}.mig-call-avatar-v728 img{object-fit:cover;width:100%;height:100%;display:block}.mig-call-avatar-v728 b{color:#fff;font-size:42px;font-weight:800}.mig-call-name-v728{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:4px;font-size:22px;font-weight:800;line-height:1.2;overflow:hidden}.mig-call-status-v728{color:#5f7666;min-height:20px;margin-top:6px;font-size:14px}.mig-call-actions-v728{justify-content:center;align-items:center;gap:18px;margin-top:24px;display:flex}.mig-call-btn-v728{cursor:pointer;color:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .12s,opacity .12s;display:inline-flex;box-shadow:0 10px 22px #00000029}.mig-call-btn-v728:hover{transform:translateY(-1px)}.mig-call-btn-v728 svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.mig-call-btn-v728.accept{background:#2eb85c}.mig-call-btn-v728.hangup{background:#e64646}.mig-call-btn-v728.muted{background:#5b6b60}.mig-call-btn-v728.muted.active{background:#d59628}.mig-call-note-v728{color:#78907f;max-width:280px;margin:18px auto 0;font-size:12px;line-height:1.35}@media (width<=560px){.mig-call-card-v728{border-radius:26px 26px 0 0;align-self:flex-end;width:100%;max-width:none;padding-bottom:28px}.mig-call-layer-v728{align-items:flex-end}.mig-call-avatar-v728{width:96px;height:96px}.mig-call-actions-v728{gap:16px}}.mig-call-layer-v728{display:none!important}.mig-call-layer-v729{z-index:10020;-webkit-backdrop-filter:blur(10px);background:#08121a94;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.mig-call-screen-v729{color:#fff;isolation:isolate;background-color:#0000;background-image:radial-gradient(circle at 50% 22%,#4ebc7757,#0000 34%),linear-gradient(#12251f 0%,#0a1519 100%);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:32px;flex-direction:column;justify-content:space-between;align-items:center;width:min(430px,100vw - 28px);min-height:560px;padding:66px 28px 44px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 90px #0000006b}.mig-call-screen-v729:before{content:"";z-index:-2;background:linear-gradient(#091d181f,#030a0fc7);position:absolute;inset:0}.mig-call-screen-v729:after{content:"";z-index:-1;background:radial-gradient(circle at 50% 29%,#5ddc8438,#0000 33%),linear-gradient(#ffffff14,#fff0 20%,#00000029);position:absolute;inset:0}.mig-call-glow-v729{filter:blur(28px);pointer-events:none;background:#5bda8033;border-radius:50%;width:230px;height:230px;animation:1.9s ease-in-out infinite mig-call-pulse-v729;position:absolute;top:102px;left:50%;transform:translate(-50%)}.mig-call-peer-v729{z-index:1;flex-direction:column;align-items:center;width:100%;min-width:0;display:flex;position:relative}.mig-call-avatar-ring-v729{background:radial-gradient(circle,#ffffff47,#ffffff0f);border-radius:50%;justify-content:center;align-items:center;width:182px;height:182px;animation:2.15s ease-in-out infinite mig-call-avatar-breathe-v729;display:flex;box-shadow:0 0 0 1px #ffffff38,0 18px 55px #00000047}.mig-call-avatar-v729{background:linear-gradient(135deg,#60c878,#2d9f55);border-radius:50%;justify-content:center;align-items:center;width:158px;height:158px;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff40}.mig-call-avatar-v729 img{object-fit:cover;width:100%;height:100%;display:block}.mig-call-avatar-v729 b{color:#fff;text-shadow:0 2px 8px #00000038;font-size:62px;font-weight:800}.mig-call-name-v729{letter-spacing:-.02em;text-align:center;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 2px 10px #00000047;max-width:100%;margin-top:28px;font-size:33px;font-weight:850;line-height:1.1;overflow:hidden}.mig-call-status-v729{color:#ffffffc2;text-align:center;text-shadow:0 1px 6px #0000003d;min-height:24px;margin-top:10px;font-size:18px;font-weight:600}.mig-call-actions-v729{z-index:1;justify-content:center;align-items:center;gap:18px;width:100%;display:flex;position:relative}.mig-call-btn-v729{cursor:pointer;color:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .13s,filter .13s,background .13s;display:inline-flex;box-shadow:0 14px 28px #00000047}.mig-call-btn-v729:hover{filter:brightness(1.04);transform:translateY(-2px)}.mig-call-btn-v729:active{transform:translateY(0)scale(.97)}.mig-call-btn-v729 svg{fill:none;stroke:currentColor;stroke-width:2.25px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.mig-call-btn-v729.accept{background:linear-gradient(#35d36c,#1fb458)}.mig-call-btn-v729.hangup{background:linear-gradient(#ff5a5f,#e3343f)}.mig-call-btn-v729.secondary{-webkit-backdrop-filter:blur(10px);background:#ffffff2e;box-shadow:inset 0 0 0 1px #ffffff2e,0 14px 28px #00000038}.mig-call-btn-v729.secondary.active{color:#ffffffb8;background:#ffffff1c}.mig-call-btn-v729.secondary.camera-on{background:linear-gradient(#2e98ff,#1478df)}.mig-call-btn-v729.solo{width:58px;height:58px}.call-header-btn-v728 svg{transform:none}@keyframes mig-call-pulse-v729{0%,to{opacity:.55;transform:translate(-50%)scale(.96)}50%{opacity:1;transform:translate(-50%)scale(1.08)}}@keyframes mig-call-avatar-breathe-v729{0%,to{transform:scale(1);box-shadow:0 0 0 1px #ffffff38,0 18px 55px #00000047}50%{transform:scale(1.025);box-shadow:0 0 0 10px #5bda8014,0 22px 65px #00000052}}@media (width<=560px){.mig-call-layer-v729{align-items:stretch}.mig-call-screen-v729{border-radius:0;width:100%;min-height:100%;padding:76px 24px 50px}.mig-call-avatar-ring-v729{width:174px;height:174px}.mig-call-avatar-v729{width:150px;height:150px}.mig-call-name-v729{font-size:31px}.mig-call-actions-v729{gap:18px}.mig-call-btn-v729{width:58px;height:58px}}.mig-call-screen-v750{background:radial-gradient(circle at 50% 16%,#2568c957,#0000 34%),linear-gradient(#10233df0,#060f1ff5);border:1px solid #aac5ee6b;border-radius:32px;justify-content:flex-start;width:min(660px,100vw - 36px);min-height:min(92vh,720px);padding:0 38px 34px;overflow:visible;box-shadow:0 28px 96px #0000008c,inset 0 1px #ffffff17}.mig-call-screen-v750:before{content:"";border-radius:inherit;z-index:-2;background:linear-gradient(#ffffff0a,#fff0 24%,#00000038);position:absolute;inset:0}.mig-call-topbar-v750{z-index:3;justify-content:space-between;align-items:center;width:100%;height:68px;display:flex;position:relative}.mig-call-top-btn-v750,.mig-call-min-btn-v750,.mig-call-close-btn-v750{color:#fff;cursor:pointer;background:#ffffff0f;border:0;justify-content:center;align-items:center;transition:background .14s,transform .14s;display:inline-flex}.mig-call-top-btn-v750{border-radius:14px;width:44px;height:44px;box-shadow:inset 0 0 0 1px #ffffff12}.mig-call-window-actions-v750{align-items:center;gap:16px;display:flex}.mig-call-min-btn-v750,.mig-call-close-btn-v750{background:0 0;border-radius:12px;width:38px;height:38px;font-size:32px;font-weight:300;line-height:1}.mig-call-top-btn-v750 svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.mig-call-top-btn-v750:hover,.mig-call-min-btn-v750:hover,.mig-call-close-btn-v750:hover{background:#ffffff1f;transform:translateY(-1px)}.mig-call-quality-v750{color:#fffffff0;z-index:4;white-space:nowrap;background:#ffffff12;border:1px solid #ffffff1f;border-radius:24px;align-items:center;gap:12px;height:46px;padding:0 24px;font-size:17px;font-weight:500;display:flex;position:absolute;top:68px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0000002e,inset 0 1px #ffffff0f}.mig-call-quality-v750 span{align-items:flex-end;gap:4px;height:21px;display:flex}.mig-call-quality-v750 i{background:#2fe36a;border-radius:4px;width:4px;display:block;box-shadow:0 0 10px #2fe36a59}.mig-call-center-v750{z-index:2;flex-direction:column;justify-content:center;align-items:center;width:100%;padding-top:72px;display:flex;position:relative}.mig-call-avatar-zone-v750{justify-content:center;align-items:center;width:100%;height:256px;display:flex;position:relative}.mig-call-avatar-ring-v750{background:linear-gradient(135deg,#008ffff2,#4072ffad);width:244px;height:244px;padding:4px;animation:none;box-shadow:0 0 0 3px #2591ff3d,0 0 44px #0072ff8c,inset 0 0 0 1px #ffffff2e}.mig-call-avatar-v750{background:linear-gradient(135deg,#14305a,#0b162b);width:216px;height:216px;box-shadow:inset 0 0 0 1px #ffffff26,0 12px 42px #00000052}.mig-call-side-wave-v750{opacity:.96;filter:drop-shadow(0 0 14px #267fff8c);align-items:center;gap:9px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.mig-call-side-wave-v750 i{background:linear-gradient(#48a4ff,#155cff);border-radius:6px;width:5px;min-height:10px;display:block}.mig-call-name-v750{letter-spacing:-.03em;color:#fff;text-shadow:0 10px 24px #00000042;margin-top:22px;font-size:42px;font-weight:850}.mig-call-status-v750{color:#aab9d3;min-height:30px;text-shadow:none;margin-top:10px;font-size:21px;font-weight:500}.mig-call-bottom-v750{z-index:5;flex-direction:column;align-items:center;width:100%;margin-top:auto;display:flex;position:relative}.mig-call-actions-v750{justify-content:center;align-items:flex-start;gap:30px;margin-top:18px}.mig-call-control-v750{color:#c6d3e8;flex-direction:column;align-items:center;gap:11px;min-width:82px;font-size:15px;font-weight:500;display:flex}.mig-call-btn-v750{-webkit-backdrop-filter:blur(12px);background:#ffffff1a;width:70px;height:70px;box-shadow:inset 0 0 0 1px #ffffff1f,0 16px 32px #00000042}.mig-call-btn-v750 svg{stroke-width:2.05px;width:32px;height:32px}.mig-call-btn-v750.hangup{background:radial-gradient(circle at 50% 28%,#ff7075,#ff3148 78%);width:86px;height:86px;margin-top:-8px;box-shadow:0 0 0 2px #ffffff3d,0 18px 42px #ff2b4859}.mig-call-btn-v750.accept{background:linear-gradient(#35d36c,#1fb458)}.mig-call-btn-v750.secondary.active{color:#8ea1bd;background:#ffffff0e}.mig-call-waveform-v750{opacity:.98;justify-content:center;align-items:center;gap:5px;width:min(520px,100%);height:92px;margin-top:32px;display:flex;-webkit-mask-image:linear-gradient(90deg,#0000,#000 13% 87%,#0000);mask-image:linear-gradient(90deg,#0000,#000 13% 87%,#0000)}.mig-call-waveform-v750 i{opacity:.92;background:linear-gradient(#5babff 0%,#1b6fff 55%,#2672ff47 100%);border-radius:6px;width:4px;box-shadow:0 0 14px #1968ff6b}.mig-call-more-v750{z-index:10;color:#f4f7ff;-webkit-backdrop-filter:blur(18px);background:#102037f5;border:1px solid #b2cbef57;border-radius:24px;width:330px;position:absolute;bottom:180px;right:-270px;overflow:hidden;box-shadow:0 26px 80px #0000006b,inset 0 1px #ffffff14}.mig-call-more-v750:before{content:"";background:#102037f5;border-bottom:1px solid #b2cbef57;border-left:1px solid #b2cbef57;width:22px;height:22px;position:absolute;bottom:29px;left:-12px;transform:rotate(45deg)}.mig-call-more-v750 button{width:100%;height:58px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff12;align-items:center;gap:18px;padding:0 18px 0 22px;font-size:16px;display:flex;position:relative}.mig-call-more-v750 button:hover{background:#ffffff0f}.mig-call-more-v750 button svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;opacity:.95;width:24px;height:24px}.mig-call-more-v750 button span{flex:1}.mig-call-more-v750 button em{background:#ffffff2e;border-radius:999px;width:38px;height:22px;position:relative;box-shadow:inset 0 0 0 1px #ffffff14}.mig-call-more-v750 button em:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:left .15s;position:absolute;top:3px;left:3px}.mig-call-more-v750 button em.on{background:linear-gradient(90deg,#0f6fff,#56a4ff)}.mig-call-more-v750 button em.on:after{left:19px}@media (width<=980px){.mig-call-more-v750{bottom:128px;right:18px}.mig-call-more-v750:before{display:none}.mig-call-screen-v750{width:min(640px,100vw - 20px)}}@media (width<=640px){.mig-call-screen-v750{border-radius:0;width:100%;min-height:100%;padding:0 18px 28px}.mig-call-quality-v750{height:38px;padding:0 16px;font-size:14px;top:72px}.mig-call-center-v750{padding-top:64px}.mig-call-avatar-zone-v750{height:218px}.mig-call-avatar-ring-v750{width:204px;height:204px}.mig-call-avatar-v750{width:180px;height:180px}.mig-call-side-wave-v750{display:none}.mig-call-name-v750{font-size:34px}.mig-call-status-v750{font-size:18px}.mig-call-actions-v750{justify-content:space-between;gap:10px}.mig-call-control-v750{min-width:60px;font-size:12px}.mig-call-btn-v750{width:58px;height:58px}.mig-call-btn-v750.hangup{width:70px;height:70px}.mig-call-more-v750{width:auto;bottom:132px;left:14px;right:14px}.mig-call-waveform-v750{height:70px;margin-top:22px}}.mig-call-screen-v750{color:#fff!important;background:radial-gradient(circle at 50% 30%,#1669ff57,#0000 35%),radial-gradient(circle at 50% 86%,#004ebe2e,#0000 34%),linear-gradient(#0e1f38f5 0%,#060e1dfb 100%)!important;border:1px solid #9db8e18f!important;border-radius:34px!important;width:min(665px,100vw - 40px)!important;min-height:min(92vh,775px)!important;padding:0 34px 28px!important;overflow:visible!important;box-shadow:0 34px 105px #0000009e,inset 0 1px #ffffff1a,inset 0 -1px #ffffff0a!important}.mig-call-screen-v750:before{content:""!important;border-radius:inherit!important;z-index:-1!important;pointer-events:none!important;background:radial-gradient(circle at 50% 37%,#197cff38,#0000 26%),radial-gradient(circle at 50% 37%,#0000 0 28%,#126cff1f 28.5%,#0000 29.5% 38%,#126cff12 38.5%,#0000 39.5%),linear-gradient(#ffffff0e,#0000 22%,#0000003d)!important;position:absolute!important;inset:0!important}.mig-call-screen-v750:after{content:""!important;border-radius:inherit!important;z-index:-1!important;pointer-events:none!important;background:linear-gradient(90deg,#ffffff09,#0000 16% 84%,#ffffff06)!important;position:absolute!important;inset:0!important}.mig-call-topbar-v750{height:64px!important;padding:0!important}.mig-call-top-btn-v750{background:#ffffff0e!important;border-radius:14px!important;width:42px!important;height:42px!important;box-shadow:inset 0 0 0 1px #ffffff1a,0 8px 20px #00000029!important}.mig-call-min-btn-v750,.mig-call-close-btn-v750{color:#fffffff5!important;background:0 0!important;border-radius:10px!important;width:34px!important;height:34px!important}.mig-call-quality-v750{background:#1c2f4cc2!important;border:1px solid #a6c1e838!important;border-radius:999px!important;height:45px!important;padding:0 23px!important;font-size:17px!important;font-weight:500!important;top:68px!important;box-shadow:0 14px 30px #00000040,inset 0 1px #ffffff13!important}.mig-call-quality-v750 b{font-weight:600!important}.mig-call-quality-v750 span{gap:5px!important}.mig-call-quality-v750 i{background:#24e06b!important;width:5px!important;box-shadow:0 0 12px #24e06b6b!important}.mig-call-avatar-zone-v750{height:285px!important;overflow:visible!important}.mig-call-avatar-ring-v750{background:linear-gradient(135deg,#22a2ff 0%,#2868ff 58%,#1b4fcf 100%)!important;border-radius:50%!important;width:254px!important;height:254px!important;padding:6px!important;position:relative!important;box-shadow:0 0 0 1px #87bcff59,0 0 0 12px #1c70ff21,0 0 48px #007eff9e,0 22px 65px #00000057!important}.mig-call-avatar-ring-v750:before,.mig-call-avatar-ring-v750:after{content:""!important;pointer-events:none!important;border:1px solid #1871ff2e!important;border-radius:50%!important;position:absolute!important;inset:-24px!important}.mig-call-avatar-v750{background:linear-gradient(145deg,#123360,#07152b)!important;border-radius:50%!important;width:228px!important;height:228px!important;box-shadow:inset 0 0 0 2px #ffffff1a!important}.mig-call-avatar-v750 img{filter:saturate(1.08)contrast(1.04)!important}.mig-call-avatar-v750 b{color:#fffffff0!important;font-size:78px!important}.mig-call-side-wave-v750{opacity:.98!important;filter:drop-shadow(0 0 13px #247effb3)!important;z-index:2!important;background:0 0!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:154px!important;height:88px!important;display:flex!important;overflow:hidden!important}.mig-call-side-wave-v750.left{right:calc(50% + 152px)!important}.mig-call-side-wave-v750.right{left:calc(50% + 152px)!important}.mig-call-side-wave-v750 i{background:linear-gradient(#5eb3ff 0%,#2479ff 58%,#1155e7 100%)!important;border-radius:99px!important;flex:none!important;width:5px!important;min-height:9px!important;max-height:70px!important;display:block!important;box-shadow:0 0 14px #2378ffb8!important}.mig-call-status-v750{color:#aebcda!important;margin-top:11px!important;font-size:21px!important;font-weight:500!important}.mig-call-bottom-v750{margin-top:auto!important;padding-bottom:2px!important}.mig-call-control-v750{color:#cbd7ef!important;gap:10px!important;min-width:82px!important;font-size:15px!important}.mig-call-btn-v750{background:#ffffff1d!important;border:1px solid #ffffff1f!important;border-radius:50%!important;width:68px!important;height:68px!important;box-shadow:inset 0 1px #ffffff14,0 15px 32px #00000047!important}.mig-call-btn-v750.hangup{background:radial-gradient(circle at 50% 25%,#ff757d 0%,#ff354e 74%)!important;border:1px solid #ffffff47!important;width:84px!important;height:84px!important;margin-top:-8px!important;box-shadow:0 0 0 2px #ffffff24,0 19px 46px #ff2f4961,inset 0 1px #ffffff2e!important}.mig-call-waveform-v750{opacity:.98!important;background:0 0!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:min(545px,100%)!important;height:94px!important;margin-top:27px!important;display:flex!important;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)!important}.mig-call-waveform-v750 i{opacity:.96!important;background:linear-gradient(#63bcff 0%,#237dff 55%,#1c5eff 100%)!important;border-radius:999px!important;width:4px!important;min-height:5px!important;box-shadow:0 0 13px #2577ff99,0 0 3px #69b4ffbf!important}.mig-call-more-v750{-webkit-backdrop-filter:blur(20px)saturate(1.1)!important;background:#132238f0!important;border:1px solid #a8c1e261!important;border-radius:24px!important;width:345px!important;bottom:164px!important;right:-270px!important;box-shadow:0 28px 85px #00000080,inset 0 1px #ffffff14!important}.mig-call-more-v750:before{background:#132238f0!important;border-color:#a8c1e261!important}.mig-call-more-v750 button{color:#f5f8ff!important;height:58px!important;font-size:16px!important}@media (width<=980px){.mig-call-more-v750{bottom:136px!important;right:18px!important}.mig-call-side-wave-v750.left{right:calc(50% + 145px)!important}.mig-call-side-wave-v750.right{left:calc(50% + 145px)!important}}@media (width<=640px){.mig-call-screen-v750{border-radius:0!important;width:100%!important;min-height:100%!important;padding:0 18px 24px!important}.mig-call-avatar-zone-v750{height:230px!important}.mig-call-avatar-ring-v750{width:206px!important;height:206px!important}.mig-call-avatar-v750{width:182px!important;height:182px!important}.mig-call-side-wave-v750{display:none!important}.mig-call-name-v750{font-size:34px!important}.mig-call-actions-v750{gap:9px!important}.mig-call-control-v750{min-width:60px!important;font-size:12px!important}.mig-call-btn-v750{width:58px!important;height:58px!important}.mig-call-btn-v750.hangup{width:70px!important;height:70px!important}}.mig-call-screen-v750{background:radial-gradient(circle at 50% 30%,#196af547,#0000 34%),radial-gradient(circle at 50% 88%,#0052cd26,#0000 32%),linear-gradient(#0f2038eb,#050d1df6)!important;border:1px solid #aac3e86b!important;border-radius:30px!important;width:min(592px,100vw - 44px)!important;min-height:min(86vh,690px)!important;padding:0 30px 24px!important;box-shadow:0 28px 92px #0009,inset 0 1px #ffffff17!important}.mig-call-min-btn-v750,.mig-call-close-btn-v750{width:32px!important;height:32px!important}.mig-call-quality-v750 span{height:20px!important}.mig-call-quality-v750 i{width:4px!important}.mig-call-avatar-ring-v750:before{border-color:#2480ff25!important;inset:-19px!important}.mig-call-side-wave-v750{filter:drop-shadow(0 0 15px #247effd1)!important;gap:5px!important;width:150px!important;height:90px!important;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)!important}.mig-call-side-wave-v750 i{border-radius:999px!important;width:4px!important;min-height:12px!important}.mig-call-status-v750{min-height:26px!important;margin-top:8px!important;font-size:19px!important}.mig-call-btn-v750.hangup{width:78px!important;height:78px!important;margin-top:-7px!important}.mig-call-waveform-v750{align-items:center!important;gap:3px!important;width:min(500px,100%)!important;height:88px!important;margin-top:24px!important;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)!important}.mig-call-waveform-v750 i{width:4px!important;min-height:8px!important;box-shadow:0 0 16px #247fffa3,0 0 4px #82caffc7!important}@media (width<=980px){.mig-call-screen-v750{width:min(590px,100vw - 24px)!important}.mig-call-more-v750{bottom:124px!important;right:14px!important}.mig-call-side-wave-v750.left{right:calc(50% + 140px)!important}.mig-call-side-wave-v750.right{left:calc(50% + 140px)!important}}@media (width<=640px){.mig-call-screen-v750{border-radius:0!important;width:100%!important;min-height:100%!important}.mig-call-avatar-ring-v750{width:210px!important;height:210px!important}.mig-call-avatar-v750{width:186px!important;height:186px!important}}.mig-call-screen-v750{-webkit-backdrop-filter:blur(22px)saturate(1.18)!important;backdrop-filter:blur(22px)saturate(1.18)!important;background:radial-gradient(circle at 50% 31%,#1266e63d,#0000 37%),radial-gradient(circle at 50% 82%,#0c48b021,#0000 34%),linear-gradient(#11223ade,#040c1bf4)!important;border:1px solid #a9c3e85c!important;border-radius:28px!important;width:min(535px,100vw - 56px)!important;min-height:min(84vh,675px)!important;padding:0 28px 22px!important;box-shadow:0 24px 82px #00000094,inset 0 1px #ffffff13!important}.mig-call-topbar-v750{align-items:center!important;height:52px!important}.mig-call-top-btn-v750{border-radius:12px!important;width:36px!important;height:36px!important}.mig-call-quality-v750{background:#162944a3!important;border-color:#97b7e43d!important;border-radius:20px!important;height:38px!important;padding:0 18px!important;font-size:14px!important;top:58px!important;box-shadow:0 12px 26px #00000038,inset 0 1px #ffffff14!important}.mig-call-quality-v750 i{border-radius:999px!important;width:4px!important}.mig-call-avatar-ring-v750{width:224px!important;height:224px!important;padding:4px!important;box-shadow:0 0 0 1px #76b4ff47,0 0 0 7px #1a79ff17,0 0 0 27px #1d70ff0a,0 0 44px #007eff70,0 18px 44px #0000004f!important}.mig-call-avatar-ring-v750:before{border:1px solid #237cff1c!important;inset:-18px!important;box-shadow:0 0 35px #1269ff2e!important}.mig-call-avatar-ring-v750:after{box-shadow:none!important;border:1px solid #237cff0e!important;inset:-41px!important}.mig-call-side-wave-v750 i{background:linear-gradient(#65b8ff,#257dff 55%,#1357d8)!important;border-radius:999px!important;width:4px!important;min-height:14px!important;box-shadow:0 0 14px #257effbd,0 0 4px #a2d8ff9e!important}.mig-call-name-v750{letter-spacing:-.9px!important;margin-top:10px!important;font-size:34px!important;line-height:1.02!important}.mig-call-actions-v750{align-items:flex-start!important;gap:19px!important;margin-top:12px!important}.mig-call-btn-v750{width:58px!important;height:58px!important;box-shadow:inset 0 1px #ffffff1f,0 12px 24px #0000003d!important}.mig-call-waveform-v750{justify-content:center!important;align-items:center!important;gap:3px!important;width:min(455px,100%)!important;height:86px!important;margin-top:20px!important;-webkit-mask-image:linear-gradient(90deg,#0000,#000 9% 91%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 9% 91%,#0000)!important}.mig-call-waveform-v750 i{background:linear-gradient(#82d4ff 0%,#358cff 48%,#1f5dff 100%)!important;border-radius:999px!important;width:4px!important;min-height:7px!important;box-shadow:0 0 18px #2683ffa8,0 0 5px #95d7ffd9!important}.mig-call-more-v750{-webkit-backdrop-filter:blur(24px)saturate(1.18)!important;backdrop-filter:blur(24px)saturate(1.18)!important;background:#112239d1!important;border-radius:21px!important;width:318px!important;bottom:132px!important;right:-232px!important}@media (width<=980px){.mig-call-screen-v750{width:min(535px,100vw - 24px)!important}.mig-call-more-v750{bottom:118px!important;right:12px!important}.mig-call-side-wave-v750.left{right:calc(50% + 118px)!important}.mig-call-side-wave-v750.right{left:calc(50% + 118px)!important}}@media (width<=640px){.mig-call-screen-v750{border-radius:0!important;width:100%!important;min-height:100%!important}.mig-call-avatar-ring-v750{width:204px!important;height:204px!important}.mig-call-avatar-v750{width:184px!important;height:184px!important}.mig-call-side-wave-v750{display:none!important}}.mig-call-layer-v750{-webkit-backdrop-filter:blur(14px)saturate(1.08)!important;background:#00050db3!important}.mig-call-screen-v750{-webkit-backdrop-filter:blur(26px)saturate(1.16)!important;background:radial-gradient(circle at 50% 30%,#196eee33,#0000 39%),radial-gradient(circle at 50% 76%,#0c47b01a,#0000 34%),linear-gradient(#11223ad1,#040c1bf0)!important;border:1px solid #a9c3e852!important;border-radius:26px!important;width:min(502px,100vw - 72px)!important;min-height:min(80vh,620px)!important;padding:0 26px 20px!important;box-shadow:0 22px 72px #00000094,inset 0 1px #fff1!important}.mig-call-screen-v750:before{background:radial-gradient(circle at 50% 38%,#126dff29,#0000 25%),radial-gradient(circle at 50% 38%,#0000 0 30%,#2281ff12 30.4%,#0000 31.1% 40%,#2281ff0a 40.4%,#0000 41%),linear-gradient(#ffffff09,#0000 24%,#0000002e)!important}.mig-call-topbar-v750{height:48px!important}.mig-call-top-btn-v750{background:#ffffff0d!important;border-radius:11px!important;width:33px!important;height:33px!important}.mig-call-top-btn-v750 svg{width:20px!important;height:20px!important}.mig-call-window-actions-v750{gap:10px!important}.mig-call-min-btn-v750,.mig-call-close-btn-v750{width:28px!important;height:28px!important;font-size:24px!important}.mig-call-close-btn-v750 svg{stroke-width:1.75px!important;width:24px!important;height:24px!important}.mig-call-quality-v750{background:#172a469e!important;border-color:#97b7e438!important;border-radius:999px!important;gap:9px!important;height:35px!important;padding:0 16px!important;font-size:13px!important;top:52px!important}.mig-call-quality-v750 span{gap:4px!important;height:18px!important}.mig-call-quality-v750 i{width:4px!important;box-shadow:0 0 9px #24e06b61!important}.mig-call-quality-v750 i:first-child{height:7px!important}.mig-call-quality-v750 i:nth-child(2){height:11px!important}.mig-call-quality-v750 i:nth-child(3){height:15px!important}.mig-call-quality-v750 i:nth-child(4){height:19px!important}.mig-call-avatar-zone-v750{height:216px!important}.mig-call-avatar-ring-v750{background:linear-gradient(135deg,#1e9cff 0%,#2b72ff 58%,#1e50cf 100%)!important;width:198px!important;height:198px!important;padding:4px!important;box-shadow:0 0 0 1px #74b2ff42,0 0 0 7px #2480ff14,0 0 0 23px #237cff09,0 0 35px #007eff61,0 16px 36px #00000047!important}.mig-call-avatar-ring-v750:before{border-color:#237cff1a!important;inset:-17px!important;box-shadow:0 0 24px #1269ff21!important}.mig-call-avatar-ring-v750:after{border-color:#237cff0b!important;inset:-36px!important}.mig-call-avatar-v750{width:178px!important;height:178px!important}.mig-call-side-wave-v750{opacity:.98!important;filter:drop-shadow(0 0 12px #247effc2)!important;gap:5px!important;width:108px!important;height:58px!important;top:50%!important;-webkit-mask-image:linear-gradient(90deg,#0000,#000 16% 84%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 16% 84%,#0000)!important}.mig-call-side-wave-v750.left{justify-content:flex-end!important;right:calc(50% + 112px)!important}.mig-call-side-wave-v750.right{justify-content:flex-start!important;left:calc(50% + 112px)!important}.mig-call-side-wave-v750 i{background:linear-gradient(#66b9ff,#237aff 60%,#1357d8)!important;border-radius:999px!important;width:4px!important;min-height:10px!important;max-height:50px!important;box-shadow:0 0 11px #257effb8,0 0 3px #a2d8ff8c!important}.mig-call-name-v750{letter-spacing:-.75px!important;margin-top:8px!important;font-size:30px!important;font-weight:820!important;line-height:1.02!important}.mig-call-status-v750{color:#cddaefd6!important;min-height:22px!important;margin-top:5px!important;font-size:16px!important}.mig-call-actions-v750{gap:24px!important;margin-top:12px!important}.mig-call-btn-v750{background:#ffffff1b!important;width:52px!important;height:52px!important}.mig-call-btn-v750 svg{width:24px!important;height:24px!important}.mig-call-btn-v750.hangup{width:68px!important;height:68px!important;margin-top:-8px!important;box-shadow:0 0 23px #ff3f5452,0 15px 29px #0000004a!important}.mig-call-btn-v750.hangup svg{width:31px!important;height:31px!important}.mig-call-bottom-v750{padding-bottom:0!important}.mig-call-waveform-v750{gap:3px!important;width:min(406px,100%)!important;height:64px!important;margin-top:18px!important;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)!important}.mig-call-waveform-v750 i{opacity:.88!important;background:linear-gradient(#8bd9ff 0%,#3a8fff 48%,#1f5dff 100%)!important;border-radius:999px!important;width:3px!important;min-height:5px!important;max-height:52px!important;box-shadow:0 0 12px #2683ff85,0 0 4px #95d7ffb3!important}.mig-call-more-v750{border-radius:20px!important;width:306px!important;bottom:122px!important;right:-222px!important}.mig-call-more-v750 button{height:51px!important;font-size:14px!important}@media (width<=980px){.mig-call-screen-v750{width:min(502px,100vw - 24px)!important}.mig-call-more-v750{bottom:112px!important;right:12px!important}.mig-call-side-wave-v750.left{right:calc(50% + 104px)!important}.mig-call-side-wave-v750.right{left:calc(50% + 104px)!important}}@media (width<=640px){.mig-call-screen-v750{border-radius:0!important;width:100%!important;min-height:100%!important}.mig-call-avatar-ring-v750{width:190px!important;height:190px!important}.mig-call-avatar-v750{width:170px!important;height:170px!important}.mig-call-side-wave-v750{display:none!important}}.mig-call-screen-v750{width:520px!important;min-height:610px!important;padding:0 38px 34px!important}.mig-call-quality-v750{height:34px!important;padding:0 16px!important;font-size:13px!important;top:54px!important}.mig-call-center-v750{padding-top:106px!important}.mig-call-avatar-zone-v750{height:248px!important;margin-bottom:10px!important;overflow:visible!important}.mig-call-side-wave-v750,.mig-call-waveform-v750{display:none!important}.mig-call-avatar-ring-v750.mig-call-voice-ring-v756{background:radial-gradient(circle,#2077ff2e 0 51%,#328bfff2 52% 58%,#1d5dff9e 59% 65%,#1452aa2e 66% 100%)!important;border-radius:50%!important;width:188px!important;height:188px!important;padding:7px!important;animation:none!important;position:relative!important;box-shadow:0 0 0 1px #72b1ff38,0 0 28px #1d70ff6b,0 0 72px #145cff2e!important}.mig-call-avatar-ring-v750.mig-call-voice-ring-v756:before,.mig-call-avatar-ring-v750.mig-call-voice-ring-v756:after{content:""!important;pointer-events:none!important;border:1px solid #2d7eff21!important;border-radius:50%!important;position:absolute!important;inset:-26px!important;box-shadow:0 0 30px #2369ff21!important}.mig-call-avatar-ring-v750.mig-call-voice-ring-v756:after{border-color:#2d7eff14!important;inset:-54px!important;box-shadow:0 0 48px #2369ff14!important}.mig-call-avatar-v750{z-index:4!important;width:166px!important;height:166px!important;position:relative!important}.mig-call-avatar-v750 b{font-size:56px!important}.mig-call-voice-dots-v756{z-index:3!important;pointer-events:none!important;position:absolute!important;inset:50%!important}.mig-call-voice-dots-v756 i{width:var(--s)!important;height:var(--s)!important;opacity:var(--o)!important;transform:rotate(var(--a)) translate(calc(113px + var(--p))) rotate(calc(-1 * var(--a)))!important;background:linear-gradient(#6dc2ff,#257dff 58%,#1954ff)!important;border-radius:999px!important;transition:width 80ms linear,height 80ms linear,opacity 80ms linear,transform 80ms linear!important;position:absolute!important;top:0!important;left:0!important;box-shadow:0 0 9px #267effbf,0 0 20px #267eff47!important}.mig-call-voice-ring-caption-v756{color:#9dbce994!important;text-align:center!important;opacity:.72!important;height:18px!important;margin-top:18px!important;font-size:11px!important;line-height:18px!important}.mig-call-name-v750{margin-top:2px!important;font-size:29px!important;line-height:1.06!important}.mig-call-status-v750{margin-top:8px!important;font-size:15px!important}.mig-call-bottom-v750{margin-top:22px!important}.mig-call-actions-v750{gap:24px!important}.mig-call-btn-v750{width:50px!important;height:50px!important}.mig-call-btn-v750.hangup{width:62px!important;height:62px!important}.mig-call-control-v750{gap:8px!important;min-width:62px!important;font-size:12px!important}.mig-call-more-v750{bottom:125px!important}@media (width<=640px){.mig-call-screen-v750{width:100%!important;min-height:100%!important;padding:0 18px 28px!important}.mig-call-avatar-ring-v750.mig-call-voice-ring-v756{width:176px!important;height:176px!important}.mig-call-avatar-v750{width:154px!important;height:154px!important}.mig-call-voice-dots-v756 i{transform:rotate(var(--a)) translate(calc(103px + var(--p))) rotate(calc(-1 * var(--a)))!important}}.mig-call-mini-v758{z-index:2147483500;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);cursor:pointer;color:#fff;background:linear-gradient(#14253edb,#081222eb);border:1px solid #7ea6dc59;border-radius:18px;align-items:center;gap:10px;min-width:260px;max-width:420px;padding:10px 12px;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 18px 52px #00000061,0 0 24px #2579ff29}.mig-call-mini-v758 b{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:800;overflow:hidden}.mig-call-mini-v758 em{color:#dae7ffb8;margin-right:auto;font-size:12px;font-style:normal}.mig-call-mini-v758 button{color:#fff;cursor:pointer;background:#ff4157;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.mig-call-mini-v758 svg{stroke:currentColor;fill:none;stroke-width:2.35px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.mig-call-mini-dot-v758{background:#23e877;border-radius:50%;width:9px;height:9px;box-shadow:0 0 14px #23e877bf}.mig-call-screen-v750{overflow:hidden!important}.mig-call-more-v750{z-index:25!important;width:300px!important;max-width:calc(100% - 48px)!important;bottom:120px!important;right:24px!important}.mig-call-more-v750:before{display:none!important}@media (width<=980px){.mig-call-more-v750{width:min(300px,100% - 36px)!important;bottom:112px!important;right:18px!important}}.mig-call-screen-v750:has(.mig-video-call-v760){border-radius:28px!important;width:min(760px,100vw - 36px)!important;min-height:600px!important;padding:0 18px 24px!important;overflow:visible!important}.mig-video-call-v760{z-index:2;width:100%;margin:18px 0 0;position:relative}.mig-video-call-top-v760{color:#dbe7ff;align-items:center;gap:34px;height:72px;padding:0 22px;display:flex}.mig-video-call-top-v760>div{flex-direction:column;gap:7px;min-width:180px;display:flex}.mig-video-call-top-v760>div+div{border-left:1px solid #d0e0ff3d;padding-left:28px}.mig-video-call-top-v760 span{color:#dfe8ffc2;font-size:14px}.mig-video-call-top-v760 b{color:#fff;align-items:center;gap:9px;font-size:16px;font-weight:500;display:flex}.mig-video-call-top-v760 i{background:#24e06b;border-radius:999px;width:5px;display:inline-block;box-shadow:0 0 9px #24e06b73}.mig-video-call-top-v760 i:first-child{height:9px}.mig-video-call-top-v760 i:nth-child(2){height:13px}.mig-video-call-top-v760 i:nth-child(3){height:17px}.mig-video-call-top-v760 i:nth-child(4){height:21px}.mig-video-call-top-v760 svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;color:#b9c8e7;width:22px;height:22px}.mig-video-stage-v760{background:radial-gradient(circle at 50% 30%,#2874dc2e,#060d1af0);border-radius:16px;height:420px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff12}.mig-video-remote-v760{object-fit:cover;background:#071225;width:100%;height:100%;display:block}.mig-video-placeholder-v760{background:radial-gradient(circle at 50% 38%,#1c5ebe47,#060d1af2);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.mig-video-placeholder-v760 img{object-fit:cover;filter:brightness(.75);width:100%;height:100%}.mig-video-placeholder-v760 b{color:#fff;background:#12345d;border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;font-size:58px;display:flex}.mig-video-peer-v760{text-shadow:0 2px 18px #000000b8;position:absolute;bottom:22px;left:26px}.mig-video-peer-v760 b{color:#fff;font-size:24px;font-weight:800;line-height:1.15;display:block}.mig-video-peer-v760 span{color:#fff;margin-top:8px;font-size:18px;display:block}.mig-video-self-v760{background:#071225;border:1px solid #d3e2ff57;border-radius:14px;width:180px;height:108px;position:absolute;bottom:20px;right:28px;overflow:hidden;box-shadow:0 14px 40px #0000005c}.mig-video-self-v760 video{object-fit:cover;width:100%;height:100%;display:block;transform:scaleX(-1)}.mig-video-self-v760 button{color:#fff;background:#080f1cb8;border:0;border-radius:50%;width:34px;height:34px;font-size:18px;position:absolute;bottom:8px;right:8px}.mig-video-bottom-v760{margin-top:18px!important;position:relative!important}.mig-call-screen-v750:has(.mig-video-call-v760) .mig-call-actions-v750{justify-content:center!important;gap:24px!important}.mig-call-screen-v750:has(.mig-video-call-v760) .mig-call-btn-v750{width:64px!important;height:64px!important}.mig-call-screen-v750:has(.mig-video-call-v760) .mig-call-btn-v750.hangup{width:78px!important;height:78px!important}.mig-call-screen-v750:has(.mig-video-call-v760) .mig-call-control-v750{min-width:78px!important}.mig-call-screen-v750:has(.mig-video-call-v760) .mig-call-more-v750{width:318px!important;bottom:122px!important;right:-290px!important}.mig-call-more-v750 button:last-child{border-bottom:0!important}@media (width<=980px){.mig-call-screen-v750:has(.mig-video-call-v760){width:min(740px,100vw - 20px)!important}.mig-call-screen-v750:has(.mig-video-call-v760) .mig-call-more-v750{width:min(318px,100% - 32px)!important;bottom:110px!important;right:16px!important}.mig-video-stage-v760{height:380px}.mig-video-self-v760{width:154px;height:92px}}@media (width<=640px){.mig-video-call-top-v760{gap:12px;height:auto;padding:18px 8px}.mig-video-call-top-v760>div+div{padding-left:12px}.mig-video-stage-v760{height:55vh}.mig-video-self-v760{width:130px;height:78px}.mig-call-screen-v750:has(.mig-video-call-v760){border-radius:0!important;width:100%!important;min-height:100%!important}}.mig-call-screen-v750:has(.mig-video-call-v760){overflow:hidden!important}.mig-video-call-top-v761{justify-content:flex-start!important;align-items:center!important;gap:22px!important;height:66px!important;padding:0 18px!important;display:flex!important}.mig-video-quality-v761{background:#12233aa8!important;border:1px solid #81a9e242!important;border-radius:999px!important;align-items:center!important;width:auto!important;min-width:0!important;height:34px!important;padding:0 16px!important;display:inline-flex!important;position:static!important;top:auto!important;left:auto!important;transform:none!important;box-shadow:inset 0 1px #ffffff14,0 10px 28px #0000002e!important}.mig-video-quality-v761 span{color:inherit!important;align-items:flex-end!important;gap:4px!important;margin:0 8px 0 0!important;display:flex!important}.mig-video-quality-v761 span i{background:#23e66e!important;border-radius:999px!important;width:5px!important;display:block!important;box-shadow:0 0 9px #23e66e8f!important}.mig-video-quality-v761 span i:first-child{height:9px!important}.mig-video-quality-v761 span i:nth-child(2){height:13px!important}.mig-video-quality-v761 span i:nth-child(3){height:17px!important}.mig-video-quality-v761 span i:nth-child(4){height:21px!important}.mig-video-quality-v761 b{color:#fff!important;white-space:nowrap!important;font-size:14px!important;font-weight:800!important}.mig-video-secure-v761{color:#e5eeffe6!important;border-left:1px solid #d0e0ff2e!important;align-items:center!important;gap:9px!important;padding-left:18px!important;font-size:15px!important;font-weight:800!important;display:flex!important}.mig-video-secure-v761 svg{fill:none!important;stroke:currentColor!important;stroke-width:1.8px!important;width:19px!important;height:19px!important}.mig-video-self-off-v761{background:radial-gradient(circle at 50% 45%,#1958b257,#060d1af5)!important;justify-content:center!important;align-items:center!important;display:flex!important}.mig-video-self-avatar-ring-v761{background:radial-gradient(circle,#2d7eff26,#1854c61a 60%,#0000 61%);border-radius:50%;place-items:center;width:76px;height:76px;display:grid;position:relative;box-shadow:0 0 0 1px #5a9cff2e,0 0 22px #2a7dff42}.mig-video-self-avatar-v761{z-index:4;color:#fff;background:#12345d;border-radius:50%;place-items:center;width:58px;height:58px;font-size:22px;font-weight:900;display:grid;position:relative;overflow:hidden;box-shadow:0 0 0 2px #3186ff8c,0 0 18px #2d7eff57}.mig-video-self-avatar-v761 img{object-fit:cover;width:100%;height:100%;display:block}.mig-video-self-avatar-ring-v761 .mig-call-voice-dots-v756 i{transform:rotate(var(--a)) translate(calc(45px + var(--p))) rotate(calc(-1 * var(--a)))!important}.mig-call-screen-v750:has(.mig-video-call-v760) .mig-call-more-v750{z-index:30!important;width:300px!important;max-width:calc(100% - 36px)!important;bottom:112px!important;right:18px!important}.mig-call-screen-v750:has(.mig-video-call-v760) .mig-call-more-v750:before{display:none!important}.mig-call-screen-v750:has(.mig-video-call-v760) .mig-call-more-v750 button{height:54px!important;font-size:15px!important}@media (width<=980px){.mig-call-screen-v750:has(.mig-video-call-v760) .mig-call-more-v750{width:min(300px,100% - 28px)!important;bottom:106px!important;right:14px!important}}.mig-video-quality-v761{white-space:nowrap!important;flex-direction:row!important;align-items:center!important;gap:9px!important;height:36px!important;padding:0 16px!important;line-height:1!important;display:flex!important}.mig-video-quality-v761 span{flex:none!important;align-items:flex-end!important;gap:4px!important;margin:0!important;display:flex!important}.mig-video-quality-v761 b{white-space:nowrap!important;font-size:14px!important;line-height:1!important;display:block!important}.mig-video-call-top-v761{align-items:center!important;gap:18px!important}.mig-video-secure-v761{white-space:nowrap!important}.mig-video-self-v760 button{cursor:pointer!important}.mig-call-quality-v750{white-space:nowrap!important;flex-direction:row!important;align-items:center!important;gap:10px!important;line-height:1!important;display:flex!important}.mig-call-quality-v750 b{white-space:nowrap!important;align-items:center!important;line-height:1!important;display:inline-flex!important}.mig-call-quality-v750 i.off{opacity:.22!important;filter:grayscale(.35)!important;box-shadow:none!important}.mig-call-quality-v750 i.on{opacity:1!important}.mig-video-quality-v761{border-radius:18px!important;height:34px!important;padding:0 13px!important;font-size:14px!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.mig-video-quality-v761 span{height:18px!important}.mig-video-secure-v761 span{white-space:nowrap!important}.mig-video-remote-avatar-v763{justify-content:center!important;align-items:center!important;display:flex!important;position:relative!important;overflow:hidden!important}.mig-video-remote-avatar-v763>img{object-fit:cover!important;z-index:2!important;border-radius:50%!important;width:178px!important;height:178px!important;position:relative!important;box-shadow:0 0 0 3px #227dff73,0 0 48px #2079ff47!important}.mig-video-remote-avatar-v763>b{z-index:2!important;background:#112f5bc2!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:178px!important;height:178px!important;font-size:72px!important;display:flex!important;position:relative!important}.mig-video-remote-avatar-v763 .mig-call-voice-dots-v756{z-index:1!important;width:230px!important;height:230px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.mig-video-call-top-v760>.mig-video-quality-v761{white-space:nowrap!important;flex-direction:row!important;flex:none!important;justify-content:flex-start!important;align-items:center!important;gap:9px!important;width:auto!important;min-width:0!important;max-width:none!important;display:inline-flex!important}.mig-video-quality-v761 span{flex:none!important;height:19px!important;margin:0!important;display:inline-flex!important}.mig-video-quality-v761 b{white-space:nowrap!important;text-overflow:clip!important;align-items:center!important;line-height:1!important;display:inline-flex!important;overflow:visible!important}.mig-video-remote-avatar-v763 .mig-call-voice-dots-v756{z-index:1!important;width:0!important;height:0!important;inset:50% auto auto 50%!important;transform:none!important}.mig-video-remote-avatar-v763 .mig-call-voice-dots-v756 i{transform:rotate(var(--a)) translate(calc(112px + var(--p))) rotate(calc(-1 * var(--a)))!important;top:0!important;left:0!important}.mig-video-self-avatar-ring-v761 .mig-call-voice-dots-v756{width:0!important;height:0!important;inset:50% auto auto 50%!important;transform:none!important}.mig-video-self-avatar-ring-v761 .mig-call-voice-dots-v756 i{transform:rotate(var(--a)) translate(calc(43px + var(--p))) rotate(calc(-1 * var(--a)))!important;top:0!important;left:0!important}.mig-video-call-top-v760 .mig-video-secure-v761{white-space:nowrap!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:9px!important;width:auto!important;min-width:0!important;line-height:1!important;display:inline-flex!important}.mig-video-call-top-v760 .mig-video-secure-v761 svg{flex:none!important;width:19px!important;height:19px!important;display:block!important}.mig-video-call-top-v760 .mig-video-secure-v761 span{white-space:nowrap!important;align-items:center!important;line-height:1!important;display:inline-flex!important}.mig-video-secure-v761.mig-video-secure-inline-v767{white-space:nowrap!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:9px!important;width:auto!important;min-width:0!important;max-width:none!important;line-height:1!important;display:inline-flex!important}.mig-video-secure-v761.mig-video-secure-inline-v767 svg{flex:none!important;width:18px!important;height:18px!important;margin:0!important}.mig-video-secure-v761.mig-video-secure-inline-v767 span{white-space:nowrap!important;align-items:center!important;line-height:1!important;display:inline-flex!important}.mig-video-remote-avatar-media-v767{z-index:2!important;background:#112f5bc2!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:178px!important;height:178px!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 0 0 3px #227dff73,0 0 48px #2079ff47!important}.mig-video-remote-avatar-media-v767 .profile-media-avatar-inner,.mig-video-remote-avatar-media-v767 img,.mig-video-remote-avatar-media-v767 video{object-fit:cover!important;border-radius:50%!important;width:100%!important;height:100%!important}.mig-call-avatar-media-v767{z-index:5!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;display:flex!important;position:relative!important;overflow:hidden!important}.mig-call-avatar-media-v767 .profile-media-avatar-inner,.mig-call-avatar-media-v767 img,.mig-call-avatar-media-v767 video{object-fit:cover!important;border-radius:50%!important;width:100%!important;height:100%!important}.mig-video-self-avatar-media-v767{border-radius:50%!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;display:flex!important;overflow:hidden!important}.mig-video-self-avatar-media-v767 .profile-media-avatar-inner,.mig-video-self-avatar-media-v767 img,.mig-video-self-avatar-media-v767 video{object-fit:cover!important;border-radius:50%!important;width:100%!important;height:100%!important}html,body,#root{overscroll-behavior:none;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;background:var(--tg-chat,#dcebf3);height:100%;min-height:100dvh}body{touch-action:manipulation}.boot{background:var(--tg-chat,#dcebf3);height:100dvh;color:var(--tg-text,#17212b);justify-content:center;align-items:center;display:flex}@supports (padding:max(0px)){.login-screen,.login{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}@media (width<=768px){:root{--mig-mobile-header:54px;--mig-mobile-composer:48px}html,body,#root{width:100vw;max-width:100vw;position:fixed;inset:0;overflow:hidden}.app-shell{background:var(--tg-chat,#dcebf3);width:100vw;height:100dvh;min-height:100dvh;display:block;position:relative;overflow:hidden}.divider,.right{display:none!important}.left{z-index:5;background:var(--tg-left,#fff);padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);border-right:0!important;width:100vw!important;min-width:0!important;max-width:none!important;height:100dvh!important;position:absolute!important;inset:0!important}.chat{z-index:10;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);background-attachment:fixed;width:100vw!important;min-width:0!important;height:100dvh!important;display:flex!important;position:absolute!important;inset:0!important}.chat.empty{display:none!important}.app-shell:has(.chat:not(.empty)) .left{pointer-events:none;visibility:hidden;transform:translate(-100%)}.chatlist-topbar{height:56px!important;padding:7px 10px!important;padding-top:calc(7px + env(safe-area-inset-top))!important;box-sizing:content-box!important;gap:8px!important}.chatlist-topbar .chatlist-menu-btn{width:40px!important;min-width:40px!important;height:40px!important}.top-search-wrap{flex:1!important;padding:0!important}.search{border-radius:20px!important;height:40px!important;font-size:16px!important}.my-chat-card{border-radius:18px!important;min-height:72px!important;margin:8px 10px!important}.folder-tabs{gap:8px!important;padding:4px 10px 8px!important}.folder-tabs button{height:32px!important;padding:0 13px!important;font-size:14px!important}.chat-list{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;height:auto!important;padding:0 0 calc(14px + env(safe-area-inset-bottom))!important;flex:1!important;overflow:auto!important}.chat-item{grid-template-rows:25px 22px!important;min-height:72px!important;padding:9px 12px 9px 74px!important}.chat-item:before{width:52px!important;height:52px!important;font-size:20px!important;top:10px!important;left:12px!important}.chat-title{font-size:16px!important;line-height:22px!important}.chat-preview{font-size:14px!important;line-height:20px!important}.chat-time{font-size:12px!important}.badges span{min-width:22px;height:22px;font-size:12px}.chat-header{height:var(--mig-mobile-header)!important;min-height:var(--mig-mobile-header)!important;padding-top:env(safe-area-inset-top)!important;box-sizing:content-box!important;z-index:20!important;padding-left:62px!important;padding-right:8px!important;position:sticky!important;top:0!important}.chat-header:before{width:42px!important;height:42px!important;left:12px!important}.chat-header:has(.back-topic){padding-left:96px!important}.chat-header:has(.back-topic):before{left:48px!important}.back-topic{left:7px!important;top:calc(10px + env(safe-area-inset-top))!important;color:#5d6b78!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;font-size:34px!important;display:flex!important}.chat-header b{font-size:16px!important;line-height:20px!important}.chat-header span{font-size:13px!important;line-height:17px!important}.header-actions button{width:38px!important;height:38px!important}.history{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1!important;min-height:0!important;padding:10px 8px 8px!important;overflow:auto!important}.history:before{margin-bottom:6px!important;font-size:12px!important}.bubble{border-radius:14px 14px 14px 5px!important;max-width:86vw!important;padding:8px 56px 18px 10px!important;font-size:15px!important;line-height:1.34!important}.bubble.mine{border-radius:14px 14px 5px!important}.telegram-photo-bubble,.telegram-video-bubble,.sticker-message-bubble{max-width:86vw!important}.composer,.composer.compact-composer{z-index:25!important;background:linear-gradient(#0000,#dcebf3b8,#dcebf3f5)!important;align-items:flex-end!important;gap:6px!important;min-height:42px!important;padding:4px 8px!important;position:sticky!important;bottom:0!important}.composer .input-shell,.composer.compact-composer .input-shell{background:var(--tg-bg,#fff)!important;border-radius:18px!important;min-height:36px!important;box-shadow:0 1px 2px #0f172a24!important}.composer textarea,.composer.compact-composer textarea,.composer.compact-composer .emoji-editor-input{border-radius:18px!important;min-height:36px!important;max-height:126px!important;padding:7px 13px!important;font-size:16px!important;line-height:22px!important}.composer button,.composer .composer-btn,.composer.compact-composer button.composer-btn{flex-basis:36px!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important}.composer button svg,.composer .composer-btn svg{width:21px!important;height:21px!important}.popup{width:auto!important;max-width:none!important;bottom:46px!important;left:8px!important;right:8px!important}.side-menu{top:calc(56px + env(safe-area-inset-top))!important;z-index:80!important;border-radius:16px!important;width:auto!important;max-width:340px!important;position:fixed!important;left:10px!important;right:10px!important}.chat-context-menu,.message-menu,.topic-context-menu{max-width:calc(100vw - 18px)!important}.modal,.dialog-modal,.profile-modal,.viewer-modal{max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 16px)!important}}@media (width<=768px) and (display-mode:standalone){.app-shell{background:var(--tg-chat,#dcebf3)}}@media (width<=420px){.header-actions{gap:0!important}.header-actions button{width:34px!important;height:34px!important}.chat-item{min-height:68px!important;padding-left:70px!important}.chat-item:before{width:50px!important;height:50px!important}.bubble{max-width:90vw!important}}@media (width<=768px){.composer,.composer.compact-composer{padding-bottom:4px!important;transform:translateY(0)!important}.composer.compact-composer,.select-composer-bar{margin-bottom:env(safe-area-inset-bottom,0px)!important}.composer.compact-composer:focus-within,.select-composer-bar:focus-within{margin-bottom:0!important}:root{--mig-keyboard-bottom:0px;--mig-visual-viewport-height:100dvh}:root.mig-mobile-keyboard-open .chat{height:var(--mig-visual-viewport-height)!important;min-height:var(--mig-visual-viewport-height)!important}:root.mig-mobile-keyboard-open .composer,:root.mig-mobile-keyboard-open .composer.compact-composer,:root.mig-mobile-keyboard-open .select-composer-bar{left:env(safe-area-inset-left,0px)!important;right:env(safe-area-inset-right,0px)!important;bottom:var(--mig-keyboard-bottom)!important;z-index:120!important;margin-bottom:0!important;position:fixed!important;transform:none!important}:root.mig-mobile-keyboard-open .history{padding-bottom:56px!important}:root.mig-mobile-keyboard-open .popup,:root.mig-mobile-keyboard-open .emoji-picker-v039,:root.mig-mobile-keyboard-open .sticker-picker,:root.mig-mobile-keyboard-open .mention-popup-v037{bottom:52px!important}:root{--mig-mobile-header:50px;--mig-mobile-transition:.24s cubic-bezier(.22,.61,.36,1)}.app-shell{isolation:isolate}.left{will-change:transform;transition:transform var(--mig-mobile-transition),visibility var(--mig-mobile-transition),opacity var(--mig-mobile-transition)!important}.chat{will-change:transform;box-shadow:-12px 0 28px #0f172a1f;transition:transform var(--mig-mobile-transition),opacity var(--mig-mobile-transition)!important}.chat.empty{opacity:0!important;pointer-events:none!important;visibility:hidden!important;display:flex!important;transform:translate(100%)!important}.app-shell:not(:has(.chat:not(.empty))) .left{opacity:1!important;pointer-events:auto!important;visibility:visible!important;transform:translate(0)!important}.app-shell:has(.chat:not(.empty)) .left{opacity:.15!important;pointer-events:none!important;visibility:visible!important;transform:translate(-32%)!important}.app-shell:has(.chat:not(.empty)) .chat{opacity:1!important;pointer-events:auto!important;visibility:visible!important;transform:translate(0)!important}.mig-mobile-swipe-back .chat{transform:translateX(var(--mig-mobile-swipe-x,0px))!important;transition:none!important}.mig-mobile-swipe-back .left{transform:translateX(calc(-32% + var(--mig-mobile-swipe-x,0px) * .32))!important;opacity:calc(.15 + var(--mig-mobile-swipe-progress,0) * .85)!important;transition:none!important}.chat-header{-webkit-backdrop-filter:blur(14px);height:var(--mig-mobile-header)!important;min-height:var(--mig-mobile-header)!important;padding-left:58px!important;padding-right:6px!important}.chat-header:before{width:40px!important;height:40px!important;left:11px!important;top:calc(5px + env(safe-area-inset-top))!important}.back-topic{touch-action:manipulation;top:calc(6px + env(safe-area-inset-top))!important;border-radius:21px!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important}.chat-header:has(.back-topic){padding-left:92px!important}.chat-header:has(.back-topic):before{left:48px!important}.chat-header b{font-size:15.5px!important;line-height:19px!important}.chat-header span{font-size:12.5px!important;line-height:16px!important}.header-actions button{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important}.history{scroll-behavior:auto!important;overscroll-behavior-y:contain!important;padding-top:8px!important}.composer,.composer.compact-composer{transition:bottom .12s linear,transform .12s linear,padding-bottom .12s linear!important}.composer .input-shell,.composer.compact-composer .input-shell{transition:min-height .12s,border-radius .12s!important}.chat-header{min-height:56px!important}.chat-list,.message-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-chat-enter{transition:transform .22s,opacity .22s}.mobile-swipe-back-ready{touch-action:pan-y}:root{--mig-mobile-swipe-x:0px;--mig-mobile-swipe-progress:0}.app-shell:after{content:"";z-index:35;pointer-events:none;opacity:0;background:linear-gradient(90deg,#0f172a14,#0000);width:24px;height:100%;transition:opacity .18s;position:absolute;top:0;left:0}.app-shell:has(.chat:not(.empty)):after{opacity:.22}.mig-mobile-swipe-back .app-shell:after{opacity:.42}.mig-mobile-swipe-back body{-webkit-user-select:none;user-select:none}.mig-mobile-swipe-back .chat{border-radius:18px 0 0 18px;overflow:hidden!important;box-shadow:-18px 0 34px #0f172a38!important}@supports not selector(:has(*)){.chat:not(.empty){transform:translate(0)!important}}}
