: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{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:80;background:#0f172a38;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.forward-picker{background:var(--tg-bg,#fff);width:360px;max-width:calc(100vw - 40px);max-height:min(560px,100vh - 60px);color:var(--tg-text,#17212b);border:1px solid var(--tg-border,#dfe5ec);border-radius:18px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 18px 48px #0f172a38}.forward-head{border-bottom:1px solid var(--tg-border,#dfe5ec);justify-content:space-between;align-items:center;height:48px;padding:0 14px 0 18px;display:flex}.forward-head b{font-size:17px;font-weight:650}.forward-head button{width:32px;height:32px;color:var(--tg-muted,#707b87);cursor:pointer;background:0 0;border:0;border-radius:50%;font-size:26px;line-height:1}.forward-head button:hover{background:var(--tg-hover,#eef3f8)}.forward-search{border:1px solid var(--tg-border,#dfe5ec);background:var(--tg-hover,#eef3f8);height:36px;color:var(--tg-text,#17212b);font:inherit;border-radius:18px;outline:none;margin:12px 14px 8px;padding:0 14px}.forward-search:focus{border-color:var(--tg-blue,#3390ec);background:var(--tg-bg,#fff)}.forward-list{padding:4px 8px 8px;overflow:auto}.forward-list button{width:100%;height:56px;color:var(--tg-text,#17212b);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:7px 9px;display:flex}.forward-list button:hover{background:var(--tg-hover,#eef3f8)}.forward-avatar{color:#fff;background:var(--tg-blue,#3390ec);border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-weight:700;display:flex}.forward-list button span:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.forward-list b{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:650;overflow:hidden}.forward-list em{color:var(--tg-muted,#707b87);white-space:nowrap;text-overflow:ellipsis;max-width:250px;font-size:12px;font-style:normal;overflow:hidden}.forward-footer{border-top:1px solid var(--tg-border,#dfe5ec);height:36px;color:var(--tg-muted,#707b87);justify-content:flex-end;align-items:center;padding:0 14px;font-size:12px;display:flex}.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.opening-chat{visibility:hidden!important;opacity:0!important;pointer-events:none!important;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:11px}.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)}}
