*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--tg-bg:#0e1621;--tg-panel:#17212b;--tg-header:#17212b;--tg-bubble-in:#182533;--tg-bubble-out:#2b5278;--tg-accent:#3390ec;--tg-text:#f5f5f5;--tg-text-muted:#708499;--tg-text-dim:#6d7883;--tg-divider:rgba(255,255,255,.06);--tg-unread:#3390ec;--tg-online:#4dcd5e;--tg-shadow:0 1px 2px rgba(0,0,0,.28);--tg-radius:12px;--tg-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--app-width:430px}html{-webkit-text-size-adjust:100%}body{font-family:var(--tg-font);background:#0a1018;color:var(--tg-text);height:100dvh;overflow:hidden;display:flex;justify-content:center}#root{width:100%;height:100dvh;display:flex;justify-content:center}.app{width:100%;max-width:var(--app-width);height:100dvh;background:var(--tg-bg);display:flex;flex-direction:column;position:relative;box-shadow:0 0 40px #00000073;overflow:hidden}.tg-header,.tg-pinned-bar,.tg-keyboard,.tg-compose{flex-shrink:0}.tg-header{background:var(--tg-header);padding:10px 12px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--tg-divider);position:sticky;top:0;z-index:10;min-height:56px}.tg-header--list{padding:12px 16px 10px;justify-content:space-between}.tg-header__menu{width:24px;height:24px;display:flex;flex-direction:column;justify-content:center;gap:4px;opacity:.85}.tg-header__menu span{display:block;height:2px;background:var(--tg-text);border-radius:1px}.tg-header__menu span:nth-child(1){width:18px}.tg-header__menu span:nth-child(2){width:14px}.tg-header__menu span:nth-child(3){width:18px}.tg-header__title{font-size:20px;font-weight:600;letter-spacing:-.02em}.tg-header__search{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--tg-text-muted)}.tg-header__back{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--tg-accent);text-decoration:none;margin-left:-4px;transition:background .15s;border:none;background:transparent;cursor:pointer}.tg-header__back:hover{background:#3390ec1f}.tg-header__back svg{width:22px;height:22px}.tg-header__chat{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.tg-header__avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:17px;color:#fff;flex-shrink:0}.tg-header__info{min-width:0}.tg-header__name{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-header__status{font-size:13px;color:var(--tg-online);margin-top:1px}.tg-search{padding:6px 12px 10px;background:var(--tg-panel);border-bottom:1px solid var(--tg-divider)}.tg-search__field{background:#ffffff0f;border-radius:10px;padding:9px 12px 9px 36px;position:relative;color:var(--tg-text-muted);font-size:15px}.tg-search__field svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;opacity:.55}.tg-chats{flex:1;overflow-y:auto;background:var(--tg-panel)}.tg-chat{display:flex;align-items:center;gap:12px;padding:10px 14px;text-decoration:none;color:inherit;border-bottom:1px solid var(--tg-divider);transition:background .12s}.tg-chat:hover,.tg-chat:active{background:#ffffff0a}.tg-chat--pinned{background:#3390ec0f}.tg-chat__avatar{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:20px;color:#fff;flex-shrink:0}.tg-chat__body{flex:1;min-width:0}.tg-chat__row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.tg-chat__name{font-size:16px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-chat__time{font-size:13px;color:var(--tg-text-dim);flex-shrink:0}.tg-chat__preview{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:3px}.tg-chat__text{font-size:15px;color:var(--tg-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-chat__badge{min-width:22px;height:22px;padding:0 6px;background:var(--tg-unread);color:#fff;border-radius:11px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tg-chat__pin{color:var(--tg-accent);margin-right:4px;flex-shrink:0;vertical-align:middle}.tg-section-label{padding:8px 16px 4px;font-size:13px;font-weight:600;color:var(--tg-accent);text-transform:uppercase;letter-spacing:.04em;background:var(--tg-panel)}.tg-messages{flex:1;overflow-y:auto;padding:12px 12px 8px;display:flex;flex-direction:column;gap:6px;background:radial-gradient(ellipse at 20% 0%,rgba(51,144,236,.04) 0%,transparent 55%),var(--tg-bg)}.tg-date{align-self:center;background:#00000047;color:var(--tg-text-muted);font-size:13px;padding:4px 12px;border-radius:12px;margin:8px 0 4px}.tg-msg{max-width:82%;display:flex;flex-direction:column}.tg-msg--in{align-self:flex-start}.tg-msg--out{align-self:flex-end}.tg-msg__bubble{padding:8px 12px 6px;border-radius:var(--tg-radius);box-shadow:var(--tg-shadow);line-height:1.45;font-size:15px}.tg-msg--in .tg-msg__bubble{background:var(--tg-bubble-in);border-bottom-left-radius:4px}.tg-msg--out .tg-msg__bubble{background:var(--tg-bubble-out);border-bottom-right-radius:4px}.tg-msg__bubble p{margin-bottom:6px}.tg-msg__bubble p:last-child{margin-bottom:0}.tg-msg__bubble strong{color:#fff;font-weight:600}.tg-msg__bubble a{color:var(--tg-accent);text-decoration:none}.tg-msg__bubble a:hover{text-decoration:underline}.tg-msg__time{font-size:11px;color:var(--tg-text-dim);align-self:flex-end;margin-top:2px;padding-right:2px}.tg-msg--out .tg-msg__time{text-align:right}.tg-messages--feed{background-color:#0e1621;background-image:url(/wallpaper.svg);background-repeat:repeat;background-size:240px 240px;padding-bottom:16px}.tg-messages{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.tg-messages::-webkit-scrollbar{width:6px;height:6px}.tg-messages::-webkit-scrollbar-track{background:transparent}.tg-messages::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:3px;transition:background .15s}.tg-messages::-webkit-scrollbar-thumb:hover{background:#ffffff52}.tg-messages::-webkit-scrollbar-corner{background:transparent}.tg-chat-list{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.14) transparent}.tg-chat-list::-webkit-scrollbar{width:6px}.tg-chat-list::-webkit-scrollbar-track{background:transparent}.tg-chat-list::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:3px}.tg-chat-list::-webkit-scrollbar-thumb:hover{background:#ffffff47}.tg-pinned-bar{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#17212b;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0;cursor:default}.tg-pinned-bar__thumb{width:36px;height:36px;border-radius:4px;object-fit:cover;flex-shrink:0}.tg-pinned-bar__thumb--empty{background:linear-gradient(135deg,#2b5278,#3d6a97);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}.tg-pinned-bar__body{flex:1;min-width:0}.tg-pinned-bar__label{font-size:12px;font-weight:500;color:var(--tg-accent);line-height:1.2}.tg-pinned-bar__preview{font-size:14px;color:var(--tg-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.35;margin-top:1px}.tg-pinned-bar__close{flex-shrink:0;width:28px;height:28px;border:none;background:transparent;color:var(--tg-text-dim);font-size:22px;line-height:1;cursor:pointer;border-radius:50%;padding:0}.tg-pinned-bar__close:hover{background:#ffffff0f;color:var(--tg-text)}.tg-feed-empty{text-align:center;color:var(--tg-text-dim);font-size:14px;padding:24px 16px}.tg-channel-post{margin:0 8px 14px;align-self:stretch}.tg-channel-post__card{background:#1e2c3a;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000059}.tg-channel-post__img{width:100%;max-height:340px;object-fit:cover;display:block;vertical-align:top}.tg-channel-post__body{padding:10px 12px 8px}.tg-channel-post__text{font-size:15px;line-height:1.45;color:#f0f4f8;white-space:pre-wrap;word-break:break-word}.tg-channel-post__text a{color:#6ab2f2;text-decoration:none}.tg-channel-post__text a:hover{text-decoration:underline}.tg-channel-post__meta{margin-top:8px;display:flex;align-items:center;justify-content:flex-end;gap:10px;font-size:12px;color:#7b8a99}.tg-channel-post__meta--solo{padding:6px 12px 8px;margin-top:0}.tg-channel-post__views{display:inline-flex;align-items:center;gap:4px}.tg-channel-post__views svg{opacity:.85}.tg-keyboard{padding:8px 12px 12px;display:flex;flex-direction:column;gap:6px;background:var(--tg-bg);border-top:1px solid var(--tg-divider)}.tg-keyboard__btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 16px;background:var(--tg-panel);border:1px solid rgba(51,144,236,.35);border-radius:10px;color:var(--tg-accent)!important;text-decoration:none;font-size:15px;font-weight:500;transition:background .15s,border-color .15s}.tg-keyboard__btn:hover{background:#3390ec1a;border-color:var(--tg-accent)}.tg-keyboard__btn svg{width:20px;height:20px}.tg-keyboard__hint{text-align:center;font-size:12px;color:var(--tg-text-dim);padding-top:2px}.tg-compose{display:flex;align-items:center;gap:8px;padding:8px 10px 10px;background:var(--tg-panel);border-top:1px solid var(--tg-divider)}.tg-compose__attach,.tg-compose__mic{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--tg-text-muted);flex-shrink:0}.tg-compose__input{flex:1;background:#ffffff0f;border-radius:20px;padding:10px 16px;font-size:15px;color:var(--tg-text-muted)}.av-blue{background:linear-gradient(135deg,#3390ec,#5eb3f6)}.av-green{background:linear-gradient(135deg,#4dcd5e,#7ee787)}.av-purple{background:linear-gradient(135deg,#9b59b6,#c39bd3)}.av-pink{background:linear-gradient(135deg,#e84393,#fd79a8)}.av-teal{background:linear-gradient(135deg,#1abc9c,#76d7c4)}.av-orange{background:linear-gradient(135deg,#e67e22,#f5b041)}.seo-content{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (min-width:431px){body{padding:16px 0}#root{height:calc(100dvh - 32px)}.app{border-radius:16px;overflow:hidden;height:calc(100dvh - 32px)}}
