*,*: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);min-height:100dvh;display:flex;justify-content:center}#root{width:100%;display:flex;justify-content:center}.app{width:100%;max-width:var(--app-width);min-height:100dvh;background:var(--tg-bg);display:flex;flex-direction:column;position:relative;box-shadow:0 0 40px #00000073}.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:linear-gradient(180deg,#1a2a38 0%,var(--tg-bg) 120px);padding-bottom:16px}.tg-post{align-self:stretch;background:#fff;color:#0f172a;border-radius:12px;overflow:hidden;max-width:100%;margin:4px 0 10px;box-shadow:0 1px 2px #0000001f}.tg-post__channel{padding:10px 12px 0;font-size:15px;font-weight:600;color:#c45c26;line-height:1.3}.tg-post__img{width:100%;max-height:520px;object-fit:cover;display:block}.tg-post__body{padding:10px 12px 8px}.tg-post__text{font-size:15px;line-height:1.42;color:#111827}.tg-post__text a{color:#0b7dda;text-decoration:none}.tg-post__text a:hover{text-decoration:underline}.tg-post__meta{margin-top:8px;color:#64748b;font-size:12px;display:flex;gap:10px;justify-content:flex-end}.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)}.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}.app{border-radius:16px;overflow:hidden;min-height:calc(100dvh - 32px)}}
