.auth{position:relative;min-height:100%;overflow:hidden;background:#0b0c10}.auth-glow{pointer-events:none;position:absolute;inset:0;background:radial-gradient(ellipse 90% 55% at 12% -10%,rgba(61,139,255,.26),transparent 55%),radial-gradient(ellipse 70% 45% at 95% 8%,rgba(43,111,214,.22),transparent 50%),radial-gradient(ellipse 50% 36% at 18% 18%,rgba(30,144,255,.16),transparent 60%)}.auth-col{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:min(420px,calc(100% - 48px));margin:0 auto;padding:28px 0 40px;min-height:100%}.auth-brand{display:flex;align-items:center;justify-content:center;gap:10px}.auth-brand-mark{position:relative;display:grid;place-items:center;width:52px;height:52px}.auth-brand-mark:before{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle,rgba(61,139,255,.35),transparent 68%)}.auth-brand-mark img{position:relative;width:40px;height:32px}.auth-brand-name{font-size:28px;font-weight:700;letter-spacing:-.5px}.auth-head{margin:48px 0 28px;text-align:center;animation:auth-in .28s ease}.auth-head h1{margin:0;font-size:28px;font-weight:600;line-height:34px;letter-spacing:-.3px;white-space:pre-line}.auth-head p{margin:10px 0 0;color:#8a909c;font-size:15px;line-height:20px}.auth-field{display:flex;align-items:center;width:100%;min-height:56px;margin-top:10px;padding:4px 8px 4px 18px;border-radius:28px;background:#1a1c22}.auth-field:focus-within{background:#22252d}.auth-field.is-center input{text-align:center}.auth-field:first-of-type{margin-top:0}.auth-field input{flex:1;min-width:0;height:48px;border:0;outline:none;background:transparent;color:#f5f6f8;font-size:16px}.auth-field input::placeholder{color:#5c6370}.auth-field-side{display:grid;place-items:center;width:40px;height:40px;color:#3dcf8e}.auth-eye{display:grid;place-items:center;width:40px;height:40px;border:0;background:transparent;color:#8a909c;cursor:pointer}.auth-hint{width:100%;margin:6px 0 0;padding:0 8px;color:#8a909c;font-size:13px}.auth-hint.is-ok{color:#3dcf8e}.auth-hint.is-bad,.auth-msg.is-bad{color:#ff5c6a}.auth-msg{width:100%;margin:14px 0 0;text-align:center;font-size:14px}.auth-msg.is-info{color:#3d8bff}.auth-cta{display:grid;place-items:center;width:100%;height:54px;margin-top:28px;border:0;border-radius:28px;background:#2a2d36;color:#8a909c;font-size:17px;font-weight:600;cursor:not-allowed}.auth-cta.is-ready{background:#3d8bff;color:#fff;cursor:pointer}.auth-cta.is-ready:hover{background:#4a94ff}.auth-cta:disabled.is-ready{cursor:progress}.auth-switch{margin-top:16px;border:0;background:transparent;color:#8a909c;font-size:14px;cursor:pointer}.auth-switch:hover{color:#f5f6f8}.auth-legal{margin:14px 0 0;color:#5c6370;font-size:12px;line-height:16px;text-align:center}.auth-legal a,.auth-terms a{color:#3d8bff;text-decoration:underline}.auth-terms{display:flex;align-items:flex-start;gap:10px;width:100%;margin-top:14px;color:#5c6370;font-size:12px;line-height:16px}.auth-remember{display:flex;align-items:center;gap:10px;width:100%;margin:4px 0 2px;color:#8a909c;font-size:14px;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}.auth-remember.is-on{color:#c8cdd6}.auth-remember .auth-check{margin-top:0}.auth-terms p{margin:0}.auth-check input{position:absolute;opacity:0;pointer-events:none}.auth-check{position:relative;flex:0 0 auto;display:grid;place-items:center;width:22px;height:22px;margin-top:2px;border:1.5px solid #8a909c;border-radius:6px;color:#fff;cursor:pointer}.auth-check.is-on{border-color:#3d8bff;background:#3d8bff}.auth-spinner{width:22px;height:22px;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:auth-spin .7s linear infinite}.auth-spinner-sm{width:18px;height:18px;border-color:#8a909c4d;border-top-color:#8a909c}@keyframes auth-spin{to{transform:rotate(360deg)}}@keyframes auth-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(min-width:720px){.auth-col{padding-top:56px}}.auth-qr-entry{margin-top:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:46px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0a;color:#e8ecf4;font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease}.auth-qr-entry:hover{background:#3d8bff1f;border-color:#3d8bff59}.auth-qr-panel{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:8px;animation:auth-in .28s ease}.auth-qr-frame{width:236px;height:236px;border-radius:20px;background:#fff;display:grid;place-items:center;box-shadow:0 12px 40px #00000059}.auth-qr-frame.is-loading{background:#ffffff14}.auth-qr-frame .auth-spinner{border-color:#fff3;border-top-color:#3d8bff}.auth-qr-img{display:block;width:220px;height:220px;border-radius:12px}.auth-qr-steps{margin:0;padding:0 8px 0 22px;color:#9aa3b5;font-size:13px;line-height:1.45;width:100%}.auth-qr-steps li+li{margin-top:4px}.start-comm{position:absolute;inset:0;z-index:40;display:flex;flex-direction:column;background:var(--surface, #12141a);color:var(--text, #f5f6f8);border-radius:inherit;overflow:hidden;animation:start-comm-in .22s ease-out}@keyframes start-comm-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.start-comm-head{display:flex;align-items:center;gap:4px;flex-shrink:0;min-height:52px;padding:4px 8px 4px 4px;border-bottom:1px solid var(--line, rgba(255, 255, 255, .08))}.start-comm-head h2{margin:0;flex:1;font-size:17px;font-weight:650}.start-comm-head-spacer{width:44px}.start-comm-back{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer}.start-comm-back:hover{background:#ffffff0f}.start-comm-note{margin:8px 12px 0;padding:8px 12px;border-radius:10px;background:#3d8bff1f;color:#9ec8ff;font-size:13px}.start-comm-scroll{flex:1;min-height:0;padding:8px 0 24px}.start-comm-actions{display:flex;flex-direction:column}.start-comm-row{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;border:0;background:transparent;color:inherit;font:inherit;font-size:16px;text-align:left;cursor:pointer}.start-comm-row:hover{background:#ffffff0a}.start-comm-row:disabled{opacity:.5;cursor:default}.start-comm-row-ico{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#3d8bff24;color:var(--blue, #3d8bff);flex:0 0 auto}.start-comm-form{display:flex;flex-direction:column;gap:12px;padding:8px 16px 0}.start-comm-lead{margin:0 0 4px;color:var(--muted, #8a93a7);font-size:14px}.start-comm-field{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:var(--elevated, #1a1f2a);color:var(--muted, #8a93a7)}.start-comm-field input{flex:1;border:0;background:transparent;color:var(--text, #f5f6f8);font:inherit;font-size:15px;outline:none}.start-comm-input-block{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted, #8a93a7)}.start-comm-input-block input,.start-comm-input-block textarea{border:0;border-radius:12px;padding:12px 14px;background:var(--elevated, #1a1f2a);color:var(--text, #f5f6f8);font:inherit;font-size:15px;outline:none;resize:vertical}.start-comm-link-row{display:flex;align-items:center;gap:0;border-radius:12px;background:var(--elevated, #1a1f2a);overflow:hidden}.start-comm-link-row em{flex:0 0 auto;padding:12px 0 12px 12px;font-style:normal;font-size:13px;color:var(--muted, #8a93a7)}.start-comm-link-row input{flex:1;border:0;border-radius:0;background:transparent;padding-left:0}.start-comm-input-block small.is-ok{color:#4caf7a}.start-comm-input-block small.is-bad{color:#ff8e8e}.start-comm-primary:disabled{opacity:.45;cursor:default}.start-comm-hint{margin:0;color:var(--muted, #8a93a7);font-size:13px}.start-comm-head-action{border:0;background:transparent;color:var(--blue, #3d8bff);font:inherit;font-size:15px;font-weight:650;padding:8px 10px;cursor:pointer;flex:0 0 auto}.start-comm-head-action:disabled{color:var(--muted, #8a93a7);cursor:default}.start-comm-lead-center{text-align:center;line-height:1.35;padding:0 12px}.start-comm-channel{display:flex;flex-direction:column;align-items:center;gap:14px;padding:8px 20px 96px}.start-comm-avatar-lg,.start-comm-avatar-sm{display:grid;place-items:center;border:0;border-radius:50%;background:var(--elevated, #1a1f2a);color:var(--muted, #8a93a7);cursor:pointer;overflow:hidden;flex:0 0 auto;padding:0}.start-comm-avatar-lg{width:120px;height:120px;margin:8px 0 6px}.start-comm-avatar-sm{width:72px;height:72px;color:var(--blue, #3d8bff)}.start-comm-avatar-lg img,.start-comm-avatar-sm img{width:100%;height:100%;object-fit:cover}.start-comm-pill-input{width:100%;height:52px;border:0;border-radius:26px;padding:0 20px;background:var(--elevated, #1a1f2a);color:var(--text, #f5f6f8);font:inherit;font-size:16px;outline:none}.start-comm-pill-link{width:100%;height:52px;border-radius:26px;padding:0 16px 0 20px}.start-comm-pill-link em,.start-comm-pill-link input{padding:0;font-size:15px;font-weight:500}.start-comm-link-hint{align-self:stretch;margin:-4px 0 0;padding:0 8px;font-size:13px;color:var(--muted, #8a93a7)}.start-comm-link-hint.is-ok{color:#2bb673}.start-comm-link-hint.is-bad{color:#e05a5a}.start-comm-link-spin{width:18px;height:18px;border:2px solid rgba(61,139,255,.25);border-top-color:var(--blue, #3d8bff);border-radius:50%;animation:start-comm-spin .7s linear infinite;flex:0 0 auto}.start-comm-link-spin.is-light{border-color:#ffffff40;border-top-color:#fff}@keyframes start-comm-spin{to{transform:rotate(360deg)}}.start-comm-bio-box{position:relative;width:100%;min-height:120px;border-radius:22px;background:var(--elevated, #1a1f2a);padding:14px 20px 28px}.start-comm-bio-box textarea{width:100%;min-height:72px;border:0;background:transparent;color:var(--text, #f5f6f8);font:inherit;font-size:16px;outline:none;resize:vertical}.start-comm-bio-box span{position:absolute;right:16px;bottom:10px;font-size:13px;color:var(--muted, #8a93a7);opacity:.75}.start-comm-fab{position:absolute;right:20px;bottom:20px;z-index:2;display:grid;place-items:center;width:58px;height:58px;border:0;border-radius:50%;background:var(--elevated, #1a1f2a);color:var(--muted, #8a93a7);cursor:pointer;box-shadow:0 6px 18px #00000047}.start-comm-fab.is-ready{background:var(--blue, #3d8bff);color:#fff}.start-comm-fab:disabled{cursor:default}.start-comm-group-details{padding-bottom:24px}.start-comm-group-top{display:flex;align-items:flex-start;gap:14px}.start-comm-group-fields{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.start-comm-group-fields input,.start-comm-group-fields textarea{width:100%;border:0;border-radius:12px;padding:12px 14px;background:var(--elevated, #1a1f2a);color:var(--text, #f5f6f8);font:inherit;font-size:15px;outline:none;resize:vertical}.start-comm-section-label{margin:10px 0 4px;padding:0 4px;font-size:13px;font-weight:650;color:var(--muted, #8a93a7)}.start-comm-privacy{display:flex;flex-direction:column}.start-comm-privacy-row{display:flex;align-items:center;gap:12px;width:100%;padding:12px 4px;border:0;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.start-comm-privacy-row span:first-child{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.start-comm-privacy-row strong{font-size:16px;font-weight:550}.start-comm-privacy-row em{font-style:normal;font-size:13px;color:var(--muted, #8a93a7)}.start-comm-privacy-dot{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--elevated, #1a1f2a);color:#fff;flex:0 0 auto}.start-comm-privacy-dot.is-on{background:var(--blue, #3d8bff)}.start-comm-people{display:flex;flex-direction:column;gap:2px}.start-comm-person{display:flex;align-items:center;gap:12px;width:100%;padding:8px 4px;border:0;border-radius:12px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.start-comm-person:hover,.start-comm-person.is-on{background:#3d8bff1a}.start-comm-person span{min-width:0;display:flex;flex-direction:column;gap:1px}.start-comm-person strong{font-size:15px;font-weight:600}.start-comm-person em{font-style:normal;font-size:13px;color:var(--muted, #8a93a7)}.start-comm-chips{display:flex;flex-wrap:wrap;gap:6px}.start-comm-chip{border:0;border-radius:999px;padding:6px 10px;background:#3d8bff29;color:var(--blue, #3d8bff);font:inherit;font-size:13px;cursor:pointer}html[data-theme=light] .start-comm{background:#f4f5f7;color:#1a1d24}html[data-theme=light] .start-comm-field,html[data-theme=light] .start-comm-input-block input,html[data-theme=light] .start-comm-input-block textarea,html[data-theme=light] .start-comm-link-row,html[data-theme=light] .start-comm-avatar-lg,html[data-theme=light] .start-comm-avatar-sm,html[data-theme=light] .start-comm-pill-input,html[data-theme=light] .start-comm-bio-box,html[data-theme=light] .start-comm-group-fields input,html[data-theme=light] .start-comm-group-fields textarea,html[data-theme=light] .start-comm-privacy-dot,html[data-theme=light] .start-comm-fab:not(.is-ready){background:#fff}html[data-theme=light] .start-comm-field input,html[data-theme=light] .start-comm-input-block input,html[data-theme=light] .start-comm-input-block textarea,html[data-theme=light] .start-comm-pill-input,html[data-theme=light] .start-comm-bio-box textarea,html[data-theme=light] .start-comm-group-fields input,html[data-theme=light] .start-comm-group-fields textarea{color:#1a1d24}html[data-theme=light] .start-comm-privacy-row{border-bottom-color:#0000000f}html[data-theme=light] .start-comm-row:hover{background:#0000000a}.channel-comments{position:absolute;inset:0;z-index:40;display:flex;flex-direction:column;background:var(--bg, #0b0c10);color:var(--text, #f5f6f8);border-radius:inherit;overflow:hidden;animation:channel-comments-in .22s ease-out}.chat-thread:has(>.channel-comments)>:not(.channel-comments){visibility:hidden!important;pointer-events:none!important}.channel-comments:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:#0000001f}.channel-comments>*{position:relative;z-index:1}@keyframes channel-comments-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.channel-comments-head{display:flex;align-items:center;gap:4px;flex-shrink:0;min-height:48px;margin:10px 10px 0;padding:4px 12px 4px 4px;border:1px solid rgba(255,255,255,.1);border-radius:26px 26px 0 0;background:#161a2247;backdrop-filter:blur(28px) saturate(1.35);-webkit-backdrop-filter:blur(28px) saturate(1.35);box-shadow:0 8px 28px #0000002e,inset 0 1px #ffffff0f;z-index:2}.channel-comments-head h2{margin:0;font-size:18px;font-weight:600}.channel-comments-back{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer}.channel-comments-back:hover{background:#ffffff0f}.channel-comments-pin{display:flex;align-items:stretch;gap:10px;flex-shrink:0;width:auto;margin:0 10px;padding:0 16px 10px;border:1px solid rgba(255,255,255,.1);border-top:0;border-radius:0 0 26px 26px;background:#161a2247;backdrop-filter:blur(28px) saturate(1.35);-webkit-backdrop-filter:blur(28px) saturate(1.35);box-shadow:0 8px 24px #00000029,inset 0 1px #ffffff0d;color:inherit;text-align:left;cursor:pointer;font:inherit;z-index:2}.channel-comments-pin-bar{width:2px;border-radius:1px;background:var(--blue, #3d8bff);flex:0 0 auto;align-self:stretch;min-height:34px}.channel-comments-pin-body{min-width:0;display:flex;flex-direction:column;gap:2px}.channel-comments-pin-body strong{color:var(--blue, #3d8bff);font-size:13px;font-weight:600}.channel-comments-pin-row{display:flex;align-items:center;gap:6px;min-width:0;font-size:14px;color:var(--text, #f5f6f8)}.channel-comments-pin-row>span:last-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0}.channel-comments-pin-thumb{width:18px!important;height:18px!important;border-radius:3px;object-fit:cover;flex:0 0 auto}.channel-comments-pin-album-badge{flex:0 0 auto;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#3d8bffe6;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.channel-comments-post.is-album-post{align-self:stretch;width:100%;max-width:min(420px,100%);padding:0;background:transparent!important;border:0!important}.channel-comments-post.is-album-post .photo-album{width:100%;max-width:100%}.channel-comments-post.is-album-post .photo-album.has-bubble{background:var(--bubble-in, #1c212b);border-color:var(--bubble-in, #1c212b)}.channel-comments-post.is-album-post .photo-album:not(.has-bubble) .photo-album-media{border-color:var(--bubble-in, #1c212b);background:var(--bubble-in, #1c212b)}html[data-theme=light] .channel-comments-post.is-album-post .photo-album.has-bubble{background:#fff;border-color:#e5e7eb}html[data-theme=light] .channel-comments-post.is-album-post .photo-album:not(.has-bubble) .photo-album-media{border-color:#e5e7eb;background:#fff}.channel-comments-scroll{flex:1;min-height:0;padding:12px 12px 20px;display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}.channel-comments .chat-composer-wrap{z-index:6;overflow:visible}.channel-comments-post{align-self:flex-start;max-width:min(420px,94%);padding:10px 12px 8px;border-radius:16px;background:var(--bubble-in, #1c212b)!important;position:relative;box-shadow:0 2px 14px #00000038;border:0!important}.channel-comments-post.msg.is-channel-post.is-photo,.channel-comments-post.msg.is-channel-post.is-photo.is-photo-card,.channel-comments-post.msg.is-channel-post.is-photo-caption{background:var(--bubble-in, #1c212b)!important;overflow:hidden}.channel-comments-post.is-photo-card,.channel-comments-post.is-photo-caption{padding:0;overflow:hidden;max-width:min(280px,94%)}.channel-comments-post.is-photo-caption{max-width:min(320px,94%)}.channel-comments-post.is-naked{padding:0;background:transparent!important;box-shadow:none;max-width:none}.channel-comments-post .msg-image-btn,.channel-comments-post.msg.is-channel-post.is-photo .msg-image-btn,.channel-comments-post.msg.is-channel-post.is-photo.is-photo-card .msg-image-btn{display:block;width:100%;border:0!important;padding:0;background:var(--bubble-in, #1c212b)!important;cursor:zoom-in;position:relative;border-radius:0!important}.channel-comments-post-img,.channel-comments-post .msg-photo-full,.channel-comments-post .auth-media-host.msg-photo-full{display:block;width:100%;max-height:min(70vh,440px);border-radius:0;object-fit:cover;background:var(--bubble-in, #1c212b)}.channel-comments-post:not(.is-photo-card):not(.is-photo-caption) .channel-comments-post-img,.channel-comments-post:not(.is-photo-card):not(.is-photo-caption) .msg-photo-full{border-radius:10px;margin-bottom:8px;max-height:280px}.channel-comments-post.is-photo-caption .channel-comments-post-text,.channel-comments-post.is-photo-caption .msg-reactions,.channel-comments-post.is-photo-caption .channel-comments-post-meta{padding-left:12px;padding-right:12px;background:var(--bubble-in, #1c212b)}.channel-comments-post.is-photo-caption .channel-comments-post-text{padding-top:8px}.channel-comments-post.is-photo-card .msg-reactions,.channel-comments-post.is-photo-card .channel-comments-post-meta{padding:8px 12px 10px;background:var(--bubble-in, #1c212b)}.channel-comments-post-text{font-size:15px;line-height:1.35;white-space:pre-wrap;word-break:break-word}.channel-comments-post.msg .msg-reactions,.channel-comments-post.msg.is-photo .msg-reactions,.channel-comments-post.msg.is-channel-post.is-photo .msg-reactions,.channel-comments-post.msg.is-photo-caption .msg-reactions{margin-top:8px;margin-bottom:0}.channel-comments-post-text+.msg-reactions{margin-top:10px}.channel-comments-post.is-photo-caption .channel-comments-post-text+.msg-reactions{margin-top:10px;padding-top:0}.channel-comments-post-meta,.channel-comments-post .msg-meta{margin-top:6px;display:flex;align-items:center;justify-content:flex-end;gap:2px;font-size:12px;color:var(--muted, #8a93a7)}.channel-comments-post-meta .msg-views,.channel-comments-post .msg-meta .msg-views{display:inline-flex;align-items:center;gap:3px}.channel-comments-post .channel-post-marks{margin:0 0 10px;max-width:none}.channel-comments-post .channel-post-marks.is-on-photo{margin:0}.channel-comments-post .channel-post-buttons{margin-top:8px;padding:0}.channel-comments-post.is-naked .channel-post-buttons,.channel-comments-post.is-photo-card .channel-post-buttons{padding:0 6px 6px}.channel-comments-start{align-self:center;margin:8px 0 4px;padding:4px 12px;border-radius:10px;background:#22262feb;color:var(--muted, #8a93a7);font-size:12px}.channel-comments-hint{margin:24px auto;color:var(--muted, #8a93a7);font-size:14px}.channel-comment{display:flex;align-items:flex-start;gap:8px;max-width:min(480px,100%)}.channel-comment.is-mine{align-self:flex-end;flex-direction:row-reverse}.channel-comment.is-highlight .channel-comment-bubble{animation:channel-comment-flash 1.6s ease-out}@keyframes channel-comment-flash{0%{background-color:#549cff61}to{background-color:var(--bubble-in, #1c212b)}}.channel-comment.is-mine.is-highlight .channel-comment-bubble{animation-name:channel-comment-flash-mine}@keyframes channel-comment-flash-mine{0%{background-color:#549cff6b}to{background-color:var(--bubble-out, #2b5278)}}html[data-theme=light] .channel-comment.is-highlight .channel-comment-bubble{animation-name:channel-comment-flash-light}@keyframes channel-comment-flash-light{0%{background-color:#2f78dc47}to{background-color:var(--bubble-in, #ffffff)}}html[data-theme=light] .channel-comment.is-mine.is-highlight .channel-comment-bubble{animation-name:channel-comment-flash-mine-light}@keyframes channel-comment-flash-mine-light{0%{background-color:#2f78dc52}to{background-color:var(--bubble-out, #d7ebff)}}.channel-comment-ava{flex:0 0 auto;margin-top:2px}.channel-comment-bubble{min-width:0;padding:8px 10px 6px;border-radius:14px;background:var(--bubble-in, #1c212b);color:var(--msg-in-fg, #f4f5f7)}.channel-comment.is-mine .channel-comment-bubble{background:var(--bubble-out, #2b5278);color:var(--msg-out-fg, #ffffff)}.channel-comment-name{font-size:13px;font-weight:600;color:#7eb6ff;margin-bottom:2px}.channel-comment.is-mine .channel-comment-name{color:#fffffff2}.channel-comment-quote{display:flex;flex-direction:column;gap:1px;margin:4px 0 6px;padding:5px 8px;border-left:2px solid #7eb6ff;border-radius:6px;background:#00000047;font-size:13px}.channel-comment-quote strong{color:#9ec8ff;font-size:12px;font-weight:600}.channel-comment-quote span{color:#ffffffd1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-comment.is-mine .channel-comment-quote{border-left-color:#ffffffd9;background:#00000024}.channel-comment.is-mine .channel-comment-quote strong{color:#fffffff2}.channel-comment.is-mine .channel-comment-quote span{color:#fffc}.channel-comment-text{font-size:15px;line-height:1.35;white-space:pre-wrap;word-break:break-word;color:inherit}.channel-comment-text .msg-text{color:inherit}.channel-comment-meta{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:4px;font-size:11px;color:#ffffff8c}.channel-comment.is-mine .channel-comment-meta{color:#ffffffb8}.channel-comment-reply-btn{border:0;background:transparent;color:#9ec8ff;font:inherit;font-size:11px;font-weight:600;cursor:pointer;padding:0}.channel-comment.is-mine .channel-comment-reply-btn{color:#ffffffeb}.channel-comment-img,.channel-comment-gif{display:block;max-width:min(240px,70vw);max-height:240px;border-radius:10px;margin:4px 0;object-fit:cover}.channel-comment-sticker{display:block;width:120px;height:120px;object-fit:contain;margin:2px 0;background:transparent}.channel-comments-error{padding:8px 14px;margin:0 10px;border-radius:12px;background:#dc505026;color:#ff8e8e;font-size:13px;position:relative;z-index:2}.channel-comment-menu-backdrop{position:absolute;inset:0;z-index:50;background:#00000073;display:grid;place-items:end center;padding:16px}.channel-comment-menu{width:min(360px,100%);padding:8px;border-radius:14px;background:#1c212b;border:1px solid var(--line, rgba(255, 255, 255, .1));margin-bottom:env(safe-area-inset-bottom,0px)}.channel-comment-menu button{display:block;width:100%;padding:12px 14px;border:0;border-radius:10px;background:transparent;color:var(--text, #f5f6f8);text-align:left;font-size:15px;cursor:pointer}.channel-comment-menu button:hover{background:#ffffff0f}.channel-comment-menu button.is-danger{color:#ff6b6b}html[data-theme=light] .channel-comments{background:var(--bg, #e8ebf0);color:#1a1d24}html[data-theme=light] .channel-comments:before{background:#ffffff38}html[data-theme=light] .channel-comments-head,html[data-theme=light] .channel-comments-pin{background:#ffffff8c;border-color:#00000014;box-shadow:0 8px 24px #00000014,inset 0 1px #ffffffb3}html[data-theme=light] .channel-comments-post,html[data-theme=light] .channel-comments-post.msg.is-channel-post,html[data-theme=light] .channel-comments-post.msg.is-channel-post.is-photo,html[data-theme=light] .channel-comments-post.msg.is-channel-post.is-photo.is-photo-card,html[data-theme=light] .channel-comments-post.msg.is-channel-post.is-photo-caption,html[data-theme=light] .channel-comment-bubble,html[data-theme=light] .channel-comments-post .msg-image-btn,html[data-theme=light] .channel-comments-post.is-photo-caption .channel-comments-post-text,html[data-theme=light] .channel-comments-post.is-photo-caption .msg-reactions,html[data-theme=light] .channel-comments-post.is-photo-caption .channel-comments-post-meta,html[data-theme=light] .channel-comments-post.is-photo-card .msg-reactions,html[data-theme=light] .channel-comments-post.is-photo-card .channel-comments-post-meta,html[data-theme=light] .channel-comments-post-img,html[data-theme=light] .channel-comments-post .auth-media-host.msg-photo-full{background:#fff!important}html[data-theme=light] .channel-comments-post.is-naked{background:transparent!important;box-shadow:none}html[data-theme=light] .channel-comments-post-meta{color:#8a93a7}html[data-theme=light] .channel-comment.is-mine .channel-comment-bubble{background:#d7e8ff;color:#1a1d24}html[data-theme=light] .channel-comment.is-mine .channel-comment-name{color:#2b6fd6}html[data-theme=light] .channel-comment.is-mine .channel-comment-quote{border-left-color:#3d8bff;background:#0000000f}html[data-theme=light] .channel-comment.is-mine .channel-comment-quote strong{color:#2b6fd6}html[data-theme=light] .channel-comment.is-mine .channel-comment-quote span{color:#1a1d24b8}html[data-theme=light] .channel-comment.is-mine .channel-comment-meta{color:#1a1d2480}html[data-theme=light] .channel-comment.is-mine .channel-comment-reply-btn{color:#2b6fd6}html[data-theme=light] .channel-comment-quote{background:#0000000f;border-left-color:#3d8bff}html[data-theme=light] .channel-comment-quote strong{color:#2b6fd6}html[data-theme=light] .channel-comment-quote span{color:#1a1d24b3}html[data-theme=light] .channel-comment-name{color:#2b6fd6}html[data-theme=light] .channel-comment-meta{color:#1a1d2480}html[data-theme=light] .channel-comment-reply-btn{color:#2b6fd6}html[data-theme=light] .channel-comments-start{background:#ffffffe6}html[data-theme=light] .channel-comment-menu{background:#fff}.biz-hub,.biz-pane{display:flex;flex-direction:column;gap:12px;padding-bottom:28px}.biz-hero{position:relative;overflow:hidden;border-radius:18px;padding:18px 16px 16px;background:radial-gradient(120% 90% at 100% 0%,rgba(61,139,255,.28),transparent 55%),linear-gradient(145deg,#1a2333,#12161f 55%,#0f131a);border:1px solid rgba(255,255,255,.06)}.biz-hero-top{display:flex;gap:14px;align-items:flex-start}.biz-hero-mark{flex:0 0 auto;width:52px;height:52px;border-radius:16px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#4d9bff,#2b6fd6);box-shadow:0 8px 20px #2b6fd659}.biz-hero-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.biz-hero-copy strong{font-size:18px;font-weight:700;letter-spacing:-.02em;color:#fff}.biz-hero-copy span{font-size:13px;line-height:1.4;color:#ffffffad}.biz-hero-status{margin-top:14px;display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#ffffff14;color:#ffffffd1;font-size:12px;font-weight:600}.biz-hero-status i{width:8px;height:8px;border-radius:50%;background:#9aa3b5}.biz-hero-status.is-open{background:#34c75929;color:#7dff9a}.biz-hero-status.is-open i{background:#34c759;box-shadow:0 0 0 3px #34c75940}.biz-hero-status.is-off i{background:#8b93a7}.biz-card{margin-bottom:0}.biz-nav-group{overflow:hidden}.biz-nav-row{display:flex;align-items:center;gap:12px;width:100%;padding:13px 14px;border:0;border-bottom:1px solid var(--line);background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit;transition:background .15s ease}.biz-nav-group .biz-nav-row:last-child{border-bottom:0}.biz-nav-row:hover{background:#ffffff08}.biz-nav-ico{flex:0 0 auto;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:#fff}.biz-nav-ico.tone-blue{background:linear-gradient(145deg,#5aa8ff,#2f78e8)}.biz-nav-ico.tone-green{background:linear-gradient(145deg,#5bd67a,#2fad52)}.biz-nav-ico.tone-amber{background:linear-gradient(145deg,#ffc14d,#e89a1a)}.biz-nav-ico.tone-violet{background:linear-gradient(145deg,#a78bfa,#7c5ce0)}.biz-nav-ico.tone-teal{background:linear-gradient(145deg,#4fd1c5,#2aa39a)}.biz-nav-ico.tone-rose{background:linear-gradient(145deg,#ff7a9a,#e24b6f)}.biz-nav-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.biz-nav-title{font-size:15px;font-weight:600;color:var(--text)}.biz-nav-sub{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.biz-nav-badge{flex:0 0 auto;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700;background:#ffffff14;color:var(--muted)}.biz-nav-badge.is-on,.biz-nav-badge.is-open{background:#34c75929;color:#4cd964}.biz-nav-badge.is-off,.biz-nav-badge.is-closed{background:#ffffff0f;color:var(--muted)}.biz-nav-chev{flex:0 0 auto;color:var(--muted);opacity:.7}.biz-premium-cta{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:1px solid rgba(245,158,11,.28);border-radius:16px;background:linear-gradient(135deg,#f59e0b29,#f59e0b0a);color:inherit;text-align:left;cursor:pointer;font:inherit}.biz-premium-cta svg:first-child{color:#f59e0b;flex:0 0 auto}.biz-premium-cta span{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.biz-premium-cta strong{font-size:15px;color:var(--text)}.biz-premium-cta em{font-style:normal;font-size:12px;color:var(--muted)}.biz-premium-cta svg:last-child{color:var(--muted)}.biz-empty-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 20px;border-radius:18px;background:var(--elevated);text-align:center;color:var(--muted)}.biz-empty-card strong{color:var(--text);font-size:16px}.biz-empty-card span{font-size:13px;line-height:1.4;max-width:280px}.biz-empty-card.is-compact{padding:18px 16px;align-items:flex-start;text-align:left}.biz-pane-hint{margin:0 2px;font-size:13px;line-height:1.4;color:var(--muted)}.biz-form-card{display:flex;flex-direction:column;gap:14px;padding:14px 16px 16px;border-radius:16px;background:var(--elevated)}.biz-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}.biz-field input,.biz-field textarea{width:100%;border:0;border-radius:12px;padding:12px 14px;background:var(--surface);color:var(--text);font:inherit;font-size:15px;resize:vertical;box-shadow:inset 0 0 0 1px #ffffff0a}.biz-field input{height:44px}.biz-field input:focus,.biz-field textarea:focus{outline:none;box-shadow:inset 0 0 0 1px #3d8bff8c}.biz-day-card{margin-bottom:0}.biz-day-times{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:4px 16px 14px}.biz-day-times label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--muted)}.biz-day-times input{height:40px;border:0;border-radius:10px;padding:0 10px;background:var(--surface);color:var(--text);font:inherit;font-size:15px;color-scheme:dark}html[data-theme=light] .biz-day-times input{color-scheme:light;background:#f2f3f5}.biz-list{display:flex;flex-direction:column;gap:8px}.biz-list-item{display:flex;align-items:stretch;gap:2px;border-radius:14px;background:var(--elevated);overflow:hidden;border:1px solid rgba(255,255,255,.04)}.biz-list-main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:14px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit}.biz-list-main:hover{background:#ffffff08}.biz-list-main strong{font-size:15px;color:var(--blue, #3d8bff);display:flex;align-items:center;gap:10px}.biz-list-main span{font-size:13px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.biz-list-del{flex:0 0 auto;width:48px;border:0;background:transparent;color:var(--danger, #ff5c6a);cursor:pointer;display:grid;place-items:center}.biz-list-del:hover{background:#ff5c6a1a}.biz-list-del:disabled{opacity:.4;cursor:default}.biz-label-dot{width:12px;height:12px;border-radius:50%;flex:0 0 auto}.biz-actions{display:flex;gap:10px}.biz-actions>button{flex:1}.biz-save-btn{width:100%;height:48px;border:0;border-radius:14px;background:var(--blue, #3d8bff);color:#fff;font:inherit;font-size:15px;font-weight:700;cursor:pointer}.biz-save-btn:disabled{opacity:.45;cursor:default}.biz-save-btn.is-secondary{background:var(--elevated);color:var(--text);box-shadow:inset 0 0 0 1px var(--line)}.biz-color-label{margin:0;font-size:13px;color:var(--muted)}.biz-color-row{display:flex;flex-wrap:wrap;gap:8px}.biz-color-swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0}.biz-color-swatch.is-on{border-color:var(--text);box-shadow:0 0 0 2px var(--surface)}html[data-theme=light] .biz-hero{background:radial-gradient(120% 90% at 100% 0%,rgba(61,139,255,.22),transparent 55%),linear-gradient(145deg,#edf4ff,#e8eef8,#f4f6fa);border-color:#d9e3f2}html[data-theme=light] .biz-hero-copy strong{color:#152033}html[data-theme=light] .biz-hero-copy span{color:#5b6780}html[data-theme=light] .biz-hero-status{background:#1520330f;color:#445066}html[data-theme=light] .biz-nav-row:hover{background:#1a1d2408}html[data-theme=light] .biz-field input,html[data-theme=light] .biz-field textarea{background:#fff;box-shadow:inset 0 0 0 1px #e3e6ec}html[data-theme=light] .biz-list-item{border-color:#e8ebf0}html[data-theme=light] .biz-save-btn.is-secondary{background:#fff}.settings-panel{position:absolute;inset:0;z-index:30;display:flex;flex-direction:column;background:var(--surface);color:var(--text)}.settings-panel .media-skeleton{background:linear-gradient(90deg,#ffffff0a,#ffffff17,#ffffff0a);background-size:200% 100%;animation:settings-skel-shimmer 1.1s ease-in-out infinite}@keyframes settings-skel-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.settings-head{display:flex;align-items:center;gap:8px;min-height:56px;padding:8px 12px;border-bottom:1px solid var(--line);background:var(--surface)}.settings-head h1{margin:0;font-size:18px;font-weight:700;flex:1;min-width:0}.settings-head-spacer{width:40px;flex:0 0 auto}.settings-head-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.settings-head-btn{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:var(--blue);cursor:pointer}.settings-head-save{border:0;background:transparent;color:var(--blue);font-size:15px;font-weight:600;padding:8px 6px;cursor:pointer}.settings-head-save:disabled{opacity:.5;cursor:default}.settings-back{border:0;background:transparent;color:var(--text);padding:6px;cursor:pointer;display:grid;place-items:center}.settings-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:8px 12px 0;padding:10px 14px;border-radius:10px;background:#3d8bff29;color:#cfe3ff;font-size:13px;text-align:center;animation:settings-note-in .2s ease}@keyframes settings-note-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.settings-scroll{flex:1;min-height:0;overflow:auto;padding:12px 12px 80px}.settings-profile{display:flex;align-items:center;gap:12px;width:100%;padding:12px;margin-bottom:12px;border:0;border-radius:14px;background:var(--elevated);color:inherit;text-align:left;cursor:pointer}.settings-profile strong{display:block;font-size:16px}.settings-profile span{color:var(--muted);font-size:13px}.settings-ava,.settings-ava-sm{width:52px;height:52px;border-radius:50%;object-fit:cover;background:var(--elevated);flex:0 0 auto}.settings-ava-sm{width:40px;height:40px}.settings-ava-fallback{display:grid;place-items:center;font-weight:700;color:#fff;background:#2b6fd6}.settings-group{margin-bottom:12px;border-radius:14px;overflow:hidden;background:var(--elevated)}.set-row{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:0;border-bottom:1px solid var(--line);background:transparent;color:inherit;text-align:left;cursor:pointer;font-size:16px}.set-row-ico{flex:0 0 auto;width:24px;height:24px;display:grid;place-items:center;color:var(--text)}.set-row-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.set-row-sub{font-size:12px;line-height:1.3;color:var(--muted)}.set-row-ico.has-accent,.set-row-title.has-accent{color:var(--set-accent, var(--blue))}.set-row-title.is-twins{font-weight:600;background:linear-gradient(90deg,#e2bb5e,#dba527);-webkit-background-clip:text;background-clip:text;color:transparent}.settings-group .set-row:last-child{border-bottom:0}.set-row:disabled{cursor:default;opacity:.85}.set-row.is-danger{color:var(--danger);font-weight:600}.set-row.is-danger .set-row-sub{color:#ff5c6abf;font-weight:400}.set-row.is-danger .set-row-text{flex:1}.settings-profile-edit{display:flex;flex-direction:column;gap:14px;padding-bottom:24px}.settings-profile-ava-block{display:flex;flex-direction:column;align-items:center;gap:10px;padding:8px 0 4px}.settings-profile-ava-wrap{position:relative;width:104px;height:104px}.settings-profile-ava{width:104px;height:104px;border-radius:50%;object-fit:cover;display:block}.settings-profile-ava.is-fallback,.settings-ava.is-fallback{display:grid;place-items:center;background:linear-gradient(145deg,#2b6fd6,#1a3a52);font-size:36px;font-weight:700;color:#fff}.settings-ava.is-fallback{font-size:18px}.settings-profile-cam{position:absolute;right:0;bottom:0;width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 8px #00000059}.settings-profile-cam svg{display:block}.settings-logout-block{width:100%;margin-top:4px;padding:16px;border:0;border-radius:18px;background:var(--elevated);color:var(--text);font-size:16px;font-weight:500;cursor:pointer}.settings-sheet-backdrop{position:absolute;inset:0;z-index:40;display:grid;place-items:end center;background:#00000073;padding:12px}.settings-sheet{width:min(440px,100%);border-radius:18px 18px 14px 14px;background:var(--elevated);padding:8px 0 16px;box-shadow:0 -8px 32px #00000059}.settings-sheet h3{margin:0;padding:14px 24px;font-size:17px;font-weight:600;text-align:center}.settings-sheet-opt{display:block;width:100%;padding:14px 16px;border:0;background:transparent;color:var(--text);font-size:17px;font-weight:500;text-align:center;cursor:pointer}.settings-sheet-opt.is-on{color:var(--blue);font-weight:600}.settings-delete-dialog{width:min(400px,100%);margin:auto;border-radius:18px;background:var(--elevated);padding:20px;box-shadow:0 12px 40px #0006}.settings-delete-dialog h3{margin:0 0 8px;font-size:18px}.settings-delete-dialog p{margin:0 0 14px;color:var(--muted);font-size:14px;line-height:1.4}.settings-delete-dialog input{width:100%;height:44px;margin-bottom:14px;padding:0 14px;border:0;border-radius:12px;background:var(--elevated);color:var(--text);font-size:16px}.settings-delete-actions{display:flex;gap:10px;justify-content:flex-end}.settings-danger-btn{border:0;border-radius:12px;padding:10px 16px;background:#ff5c6a2e;color:var(--danger);font-weight:600;cursor:pointer}.settings-danger-btn:disabled{opacity:.5;cursor:default}.set-row.is-active{background:#3d8bff1a}.set-row-title{flex:1;min-width:0}.set-row-value{color:var(--muted);font-size:13px}.set-check{color:var(--blue);font-weight:700}.set-toggle{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:13px 16px;border:0;border-bottom:1px solid var(--line);background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit}.set-toggle:last-child,.set-choice:last-child{border-bottom:0}.set-toggle:disabled{opacity:.55;cursor:default}.set-toggle-text,.set-choice-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.set-toggle-title,.set-choice-title{font-size:15px;font-weight:500;line-height:1.3;color:var(--text)}.set-toggle-sub,.set-choice-sub{font-size:12px;line-height:1.35;color:var(--muted)}.set-switch{position:relative;flex:0 0 auto;width:46px;height:28px;border-radius:999px;background:#ffffff1f;transition:background .2s ease;box-shadow:inset 0 0 0 1px #ffffff0f}.set-toggle.is-on .set-switch{background:var(--blue, #3d8bff);box-shadow:none}.set-switch-knob{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000047;transition:transform .2s cubic-bezier(.2,.8,.2,1)}.set-toggle.is-on .set-switch-knob{transform:translate(18px)}.set-choice{display:flex;align-items:center;gap:12px;width:100%;padding:13px 16px;border:0;border-bottom:1px solid var(--line);background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit;transition:background .15s ease}.set-choice:hover{background:#ffffff08}.set-choice.is-on{background:#3d8bff14}.set-radio{flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.28);box-sizing:border-box;position:relative;transition:border-color .15s ease,background .15s ease}.set-radio.is-on{border-color:var(--blue, #3d8bff)}.set-radio.is-on:after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--blue, #3d8bff)}.settings-section{margin:18px 6px 8px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.settings-section:first-child{margin-top:4px}.settings-walls{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.settings-wall{position:relative;aspect-ratio:3 / 4;border:2px solid transparent;border-radius:12px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a1d24;cursor:pointer;overflow:hidden}.settings-wall.is-active{border-color:var(--blue)}.settings-wall span{position:absolute;left:0;right:0;bottom:0;padding:6px 4px;background:linear-gradient(transparent,#000000bf);color:#fff;font-size:11px;font-weight:600;text-align:center}.settings-wall-preview{position:relative;border-radius:14px;overflow:hidden;min-height:160px;background:#1a1d24}.settings-wall-preview-img{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center}.settings-form{padding:12px 14px 16px;display:flex;flex-direction:column;gap:12px}.settings-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--muted);font-weight:600}.settings-form input,.settings-form textarea{border:1px solid var(--line);border-radius:10px;background:var(--elevated);color:var(--text);padding:10px 12px;font:inherit;font-size:15px;font-weight:400}.settings-form textarea.settings-bio{display:block;width:100%;min-height:88px;max-height:88px;resize:none;overflow:hidden;line-height:1.4;box-sizing:border-box}.settings-primary,.settings-secondary{border:0;border-radius:12px;padding:12px 14px;font-size:15px;font-weight:600;cursor:pointer}.settings-primary{background:var(--blue);color:#fff}.settings-primary:disabled{opacity:.6;cursor:default}.settings-secondary{background:var(--elevated);color:var(--text);margin-top:8px}.settings-pay-box{display:flex;flex-direction:column;gap:10px;padding:12px 14px;margin-bottom:8px;border-radius:12px;background:var(--elevated)}.settings-pay-row{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--muted)}.settings-pay-row button{border:0;background:transparent;color:var(--blue, #3d8bff);font:inherit;font-size:15px;font-weight:600;text-align:left;cursor:pointer;padding:0}.settings-file-pick{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}.settings-file-pick input[type=file]{font-size:14px;color:var(--text)}.settings-receipt-preview{width:100%;max-height:200px;object-fit:contain;border-radius:12px;background:#000}.settings-twins{display:flex;flex-direction:column;gap:8px}.settings-list-skel{display:flex;flex-direction:column;gap:10px;padding:4px 0 12px}.settings-list-skel-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;background:var(--elevated)}.settings-list-skel-icon{flex:0 0 auto;width:40px;height:40px;border-radius:50%;min-height:0}.settings-list-skel-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.settings-list-skel-line{height:12px;border-radius:6px;min-height:0;width:100%}.settings-list-skel-line.short{width:48%;height:10px}.settings-pack-skel{display:flex;flex-direction:column;background:transparent}.settings-pack-skel-row{display:flex;align-items:center;gap:12px;min-height:52px;padding:14px 16px;border-bottom:1px solid var(--line)}.settings-pack-skel-row:last-child{border-bottom:0}.settings-pack-skel-title{flex:1;height:14px;border-radius:7px;min-height:0;max-width:55%}.settings-pack-skel-price{flex:0 0 auto;width:52px;height:14px;border-radius:7px;min-height:0}.settings-pack-skel-chev{flex:0 0 auto;width:14px;height:14px;border-radius:4px;min-height:0;opacity:.55}.settings-pay-skel{display:flex;flex-direction:column;gap:12px;padding:12px 14px;margin-bottom:8px;border-radius:12px;background:var(--elevated)}.settings-pay-skel-row{display:flex;flex-direction:column;gap:6px}.settings-pay-skel-label{width:72px;height:10px;border-radius:5px;min-height:0}.settings-pay-skel-value{width:70%;height:15px;border-radius:6px;min-height:0}.settings-pay-skel-hint{width:100%;height:11px;border-radius:5px;min-height:0;margin-top:2px}.settings-pay-skel-hint.short{width:62%}.settings-form-skel{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 12px}.settings-form-skel-ava{width:96px;height:96px;border-radius:50%;min-height:0}.settings-form-skel-btn{width:100%;height:44px;border-radius:12px;min-height:0;margin-top:8px}.settings-frames{display:flex;flex-direction:column;gap:12px}.settings-frame-hero{display:flex;flex-direction:column;align-items:center;gap:8px;margin:0 0 4px;padding:22px 16px 16px;border-radius:20px;background:linear-gradient(165deg,rgba(61,139,255,.14),rgba(255,255,255,.03) 55%,transparent);border:1px solid rgba(255,255,255,.06)}.settings-frame-hero-title{font-size:16px;font-weight:700}.settings-frame-hero-sub{font-size:13px;color:var(--muted)}.settings-frame-balance{margin:4px 0 0;text-align:center}.settings-frame-ava-stack{position:relative;flex:0 0 auto}.settings-frame-hero-ava{width:118px;height:118px}.settings-frame-card-ava{width:88px;height:88px;margin:4px auto 0}.settings-frame-ava-photo,.settings-frame-ava-overlay,.settings-frame-ava-stack .auth-media-host.settings-frame-ava-photo,.settings-frame-ava-stack .auth-media-host.settings-frame-ava-overlay{position:absolute;border-radius:50%;overflow:hidden}.settings-frame-ava-photo,.settings-frame-ava-stack .auth-media-host.settings-frame-ava-photo{inset:11%;width:78%;height:78%;object-fit:cover;background:var(--elevated)}.settings-frame-ava-photo.is-fallback{display:grid;place-items:center;font-weight:700;font-size:28px;color:#fff;background:#3d8bff}.settings-frame-ava-overlay,.settings-frame-ava-stack .auth-media-host.settings-frame-ava-overlay{inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none;z-index:1;background:transparent}.settings-frame-ava-stack .auth-media-host.settings-frame-ava-overlay>.auth-media-img,.settings-frame-ava-stack .auth-media-host.settings-frame-ava-overlay>.auth-media-fill{object-fit:contain}.settings-frames-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.settings-frame-card{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:12px;background:var(--elevated);cursor:pointer;border:1px solid transparent;text-align:center}.settings-frame-card.is-installed{outline:2px solid var(--blue)}.settings-frame-card.is-preview{border-color:#3d8bff8c;background:#3d8bff1a}.settings-frame-img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:10px;background:#0003;min-height:0}.settings-frame-img.is-empty{display:block}.settings-frame-skel{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:12px;background:var(--elevated)}.settings-frame-skel-img{width:100%;aspect-ratio:1;border-radius:10px;min-height:0}.settings-frame-skel-line{height:12px;border-radius:6px;min-height:0}.settings-frame-skel-line.short{width:55%;height:10px}.settings-frame-skel-btn{height:36px;border-radius:10px;min-height:0}.settings-frame-meta{display:flex;flex-direction:column;gap:2px;min-height:40px}.settings-frame-meta strong{font-size:13px;font-weight:600}.settings-frame-meta span{font-size:12px;color:var(--muted)}.set-row.is-selected .set-row-title{color:var(--blue)}.settings-qr{display:flex;flex-direction:column;gap:12px}.settings-qr .settings-primary,.settings-qr .settings-secondary{margin-top:0;width:100%}.settings-qr-box{border-radius:14px;background:var(--elevated);padding:24px 16px;text-align:center}.settings-qr-img{display:block;width:220px;height:220px;margin:0 auto 14px;border-radius:12px;background:#fff}.settings-qr-box strong{display:block;font-size:20px;margin-bottom:8px}.settings-qr-box p{margin:0;color:var(--muted);font-size:13px;word-break:break-all}.set-device-revoke,.set-unblock{margin-top:6px;border:0;border-radius:8px;padding:6px 10px;background:#3d8bff29;color:var(--blue);font-size:12px;font-weight:600;cursor:pointer}.set-unblock{margin-top:0;flex:0 0 auto}.settings-wall-preview-dim{position:absolute;inset:0;background:#000;pointer-events:none}.settings-wall-preview-msgs{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px;padding:16px;min-height:160px;justify-content:center}.settings-prev-in,.settings-prev-out{max-width:70%;padding:8px 10px;border-radius:14px;font-size:13px}.settings-prev-in{align-self:flex-start;background:var(--bubble-in, #ffffff);color:#1a1d24;box-shadow:0 1px 2px #0000001f}.settings-prev-out{align-self:flex-end;background:var(--bubble-out, #2b6fd6);color:#fff}.settings-empty,.settings-hint{margin:0;padding:14px;color:var(--muted);font-size:14px;line-height:1.4}.set-device,.set-blocked{display:flex;flex-direction:column;gap:2px;padding:12px 14px;border-bottom:1px solid var(--line)}.set-blocked{flex-direction:row;align-items:center;gap:10px}.set-device strong,.set-blocked strong{font-size:14px}.set-device span,.set-blocked span{color:var(--muted);font-size:12px}.settings-about{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:8px 0 24px;text-align:left}.settings-about-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:26px 22px;margin-bottom:18px;border-radius:22px;background:linear-gradient(180deg,#1a2333,#141820);border:1px solid rgba(255,255,255,.06)}html[data-theme=light] .settings-about-hero{background:linear-gradient(180deg,#e8eef8,#f3f5f8);border-color:#0000000d}.settings-about-brand{margin:8px 0 0;font-size:42px;font-weight:800;letter-spacing:-.06em;line-height:1;background:linear-gradient(120deg,#fff 10%,#9ec4ff,#3d8bff);-webkit-background-clip:text;background-clip:text;color:transparent}.settings-about-tagline{margin:0;color:var(--muted);font-size:14px;line-height:1.35;max-width:260px}.settings-about-ver{margin-top:8px;display:inline-block;padding:6px 12px;border-radius:10px;font-size:13px;font-weight:600;color:#3d8bff;background:#3d8bff29}html[data-theme=light] .settings-about-ver{background:#3d8bff1f}.settings-section-label{margin:4px 4px 8px;font-size:13px;font-weight:600;color:var(--muted)}.settings-stack{display:flex;flex-direction:column;gap:4px}.settings-support-card{display:flex;align-items:center;gap:14px;width:100%;padding:14px;border:none;border-radius:18px;background:var(--elevated);color:var(--text);text-align:left;cursor:pointer;font:inherit}.settings-support-card:disabled{opacity:.75}a.settings-vk-card{text-decoration:none;color:inherit;box-sizing:border-box}a.settings-vk-card:hover{filter:brightness(1.06)}.settings-vk-ico{flex:0 0 auto;width:48px;height:48px;border-radius:14px;overflow:hidden;display:grid;place-items:center;background:#1976d224}.settings-vk-ico img{display:block;width:40px;height:40px;border-radius:10px}.settings-support-ava{position:relative;width:56px;height:56px;flex-shrink:0;border-radius:50%;background:#1a2736;display:grid;place-items:center;color:#5b9dff}.settings-support-name{display:inline-flex;align-items:center;gap:5px;font-size:17px;font-weight:600}.settings-support-verified{flex-shrink:0}.settings-support-badge{position:absolute;right:-2px;bottom:-2px;width:22px;height:22px;border-radius:50%;background:#3d8bff;box-shadow:0 0 0 2px var(--surface)}.settings-support-badge:before{content:"";position:absolute;inset:0;margin:auto;width:0;height:0;border-style:solid;border-width:4px 0 4px 7px;border-color:transparent transparent transparent #fff;transform:translate(1px)}.settings-support-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.settings-support-meta strong{font-size:17px;font-weight:600}.settings-support-handle{color:#3d8bff;font-size:14px;font-weight:500}.settings-support-hint{color:var(--muted);font-size:13px}.settings-form .settings-section-label{margin-top:18px}.settings-logout-fab{position:absolute;left:12px;right:12px;bottom:12px;display:none}html[data-theme=light] .settings-panel{--bg: #f2f3f5;--surface: #ffffff;--bar: #ffffff;--elevated: #e8eaef;--text: #1a1d24;--muted: #6b7385;--line: #e3e6ec}html[data-theme=light] .settings-group{background:#fff;box-shadow:0 1px 2px #1018280a;border:1px solid #e8ebf0}html[data-theme=light] .set-switch{background:#d5d9e2;box-shadow:none}html[data-theme=light] .set-toggle.is-on .set-switch{background:var(--blue, #3d8bff)}html[data-theme=light] .set-choice:hover{background:#1a1d2408}html[data-theme=light] .set-choice.is-on{background:#3d8bff14}html[data-theme=light] .set-radio{border-color:#c5cad6}.settings-premium-active{display:flex;gap:14px;align-items:flex-start;padding:4px 0 8px;color:#f59e0b}.settings-premium-active strong{display:block;color:var(--text);font-size:16px;margin-bottom:4px}.settings-premium-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.settings-premium-features li{display:flex;flex-direction:column;gap:2px}.settings-premium-features strong{font-size:14px;font-weight:600;color:var(--text)}.settings-premium-features span{font-size:13px;color:var(--muted);line-height:1.35}.settings-premium-gift-picked{display:flex;align-items:center;gap:12px;padding:8px 0}.settings-premium-gift-picked strong{display:block;font-size:15px}.settings-premium-gift-picked span{color:var(--muted);font-size:13px}.shop-page{display:flex;flex-direction:column;gap:0;padding-bottom:28px}.shop-stack{display:flex;flex-direction:column;gap:16px}.shop-hero{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:28px 20px 24px;border-radius:22px;isolation:isolate}.shop-hero-glow{position:absolute;inset:-40% -20% auto;height:140%;z-index:0;pointer-events:none;opacity:.9}.shop-hero-premium{background:radial-gradient(120% 90% at 50% -10%,rgba(226,187,94,.28),transparent 55%),linear-gradient(165deg,#1c1914,#12110f 48%,#0e0d0c);border:1px solid rgba(226,187,94,.22);color:#f6e2a0}.shop-hero-premium .shop-hero-glow{background:radial-gradient(circle at 50% 20%,rgba(219,165,39,.35),transparent 62%)}.shop-hero-premium.is-active{border-color:#f6e2a059}.shop-hero-twins{background:radial-gradient(120% 90% at 50% -10%,rgba(52,199,89,.18),transparent 55%),linear-gradient(165deg,#121a14,#0e1210,#0c0e0d);border:1px solid rgba(226,187,94,.2);color:#e2bb5e}.shop-hero-twins .shop-hero-glow{background:radial-gradient(circle at 50% 20%,rgba(226,187,94,.28),transparent 62%)}.shop-hero-mark,.shop-hero-kicker,.shop-hero-title,.shop-hero-sub{position:relative;z-index:1}.shop-hero-mark{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;margin-bottom:4px;background:#ffffff0f;box-shadow:inset 0 0 0 1px #ffffff14}.shop-hero-premium .shop-hero-mark{color:#f6e2a0;background:linear-gradient(160deg,#f6e2a033,#dba52714)}.shop-hero-kicker{margin:0;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.75}.shop-hero-title{margin:0;font-size:28px;font-weight:800;letter-spacing:-.03em;line-height:1.15;background:linear-gradient(105deg,#f6e2a0,#e2bb5e 45%,#dba527);-webkit-background-clip:text;background-clip:text;color:transparent}.shop-hero-balance{display:flex;align-items:baseline;justify-content:center;gap:8px;flex-wrap:wrap}.shop-hero-balance span{font-size:16px;font-weight:600;letter-spacing:0;background:none;-webkit-background-clip:unset;background-clip:unset;color:#f6e2a0b8}.shop-hero-sub{margin:2px 0 0;max-width:28ch;font-size:14px;line-height:1.4;color:#ffffff94;font-weight:400}.shop-features{display:flex;flex-direction:column;gap:2px;padding:4px 0}.shop-feature{display:flex;gap:12px;align-items:flex-start;padding:12px 4px}.shop-feature-ico{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;color:#e2bb5e;background:#e2bb5e1f;line-height:0}.shop-feature-ico svg{display:block;width:18px;height:18px;flex-shrink:0}.shop-feature strong{display:block;font-size:14px;font-weight:650;color:var(--text)}.shop-feature>div>span{display:block;margin-top:2px;font-size:13px;line-height:1.35;color:var(--muted)}.shop-block{display:flex;flex-direction:column;gap:10px}.shop-block-label{margin:0;padding:0 2px;font-size:12px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.shop-plans{display:flex;flex-direction:column;gap:8px}.shop-plan{position:relative;display:flex;align-items:center;gap:12px;width:100%;padding:16px 14px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:var(--elevated);color:var(--text);text-align:left;cursor:pointer;transition:border-color .15s ease,transform .15s ease,background .15s ease}.shop-plan:hover{border-color:#e2bb5e59;background:color-mix(in srgb,var(--elevated) 88%,#e2bb5e 12%)}.shop-plan.is-featured{border-color:#e2bb5e66;background:linear-gradient(135deg,rgba(226,187,94,.12),transparent 55%),var(--elevated)}.shop-plan-badge{position:absolute;top:-8px;right:14px;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em;color:#1a1408;background:linear-gradient(90deg,#f6e2a0,#dba527)}.shop-plan-label{flex:1;min-width:0;font-size:15px;font-weight:650}.shop-plan-twins-amt{flex:1;min-width:0;display:inline-flex;align-items:center;gap:8px;font-size:17px;font-weight:750;letter-spacing:-.02em;background:linear-gradient(90deg,#e2bb5e,#dba527);-webkit-background-clip:text;background-clip:text;color:transparent}.shop-plan-twins-amt svg{flex:0 0 auto}.shop-plan-price{flex:0 0 auto;font-size:15px;font-weight:700;color:var(--text)}.shop-plan svg:last-child{flex:0 0 auto;opacity:.45}.shop-gift-cta{display:flex;align-items:center;gap:12px;width:100%;padding:14px;border:1px dashed rgba(226,187,94,.35);border-radius:16px;background:#e2bb5e0f;color:var(--text);text-align:left;cursor:pointer}.shop-gift-cta>svg:first-child{color:#e2bb5e}.shop-gift-cta span{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.shop-gift-cta strong{font-size:14px;font-weight:650}.shop-gift-cta em{font-style:normal;font-size:12px;color:var(--muted)}.shop-gift-cta>svg:last-child{opacity:.45}.shop-gift-panel{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:16px;background:var(--elevated);border:1px solid rgba(255,255,255,.06)}.shop-gift-picked{display:flex;align-items:center;gap:12px}.shop-gift-picked-text{flex:1;min-width:0}.shop-gift-picked-text strong{display:block;font-size:15px}.shop-gift-picked-text span{color:var(--muted);font-size:13px}.shop-text-btn{border:0;background:transparent;color:var(--blue, #3d8bff);font-size:13px;font-weight:600;cursor:pointer;padding:6px 4px}.shop-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}.shop-field input{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 14px;font-size:15px;color:var(--text);background:var(--elevated);outline:none}.shop-field input:focus{border-color:#e2bb5e73}.shop-hit-list{display:flex;flex-direction:column;gap:4px}.shop-hit{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;border:0;border-radius:12px;background:transparent;color:var(--text);cursor:pointer;text-align:left}.shop-hit:hover{background:#ffffff0d}.shop-hit strong{font-size:14px}.shop-hit span{font-size:12px;color:var(--muted)}.shop-banner{margin:0;padding:12px 14px;border-radius:14px;font-size:13px;line-height:1.4}.shop-banner-warn{color:#f0c674;background:#f0c6741a;border:1px solid rgba(240,198,116,.22)}.shop-empty{margin:0;padding:8px 2px;font-size:14px;color:var(--muted);line-height:1.4}.shop-back-link{align-self:flex-start;border:0;background:transparent;color:var(--muted);font-size:14px;font-weight:600;cursor:pointer;padding:4px 0}.shop-back-link:hover{color:var(--text)}.shop-pay-summary{display:flex;flex-direction:column;gap:4px;padding:18px 16px;border-radius:18px}.shop-pay-summary-premium{background:linear-gradient(135deg,rgba(226,187,94,.16),transparent 60%),var(--elevated);border:1px solid rgba(226,187,94,.28)}.shop-pay-summary-twins{background:linear-gradient(135deg,rgba(52,199,89,.1),transparent 55%),var(--elevated);border:1px solid rgba(226,187,94,.22)}.shop-pay-summary-kicker{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.shop-pay-summary strong{font-size:20px;font-weight:750;letter-spacing:-.02em;color:var(--text)}.shop-pay-summary em{font-style:normal;font-size:13px;color:var(--muted)}.shop-pay-box{display:flex;flex-direction:column;gap:12px;padding:14px 14px 16px;border-radius:16px;background:var(--elevated);border:1px solid rgba(255,255,255,.06)}.shop-pay-row{display:flex;flex-direction:column;gap:6px}.shop-pay-row>span{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.shop-pay-row button{border:0;border-radius:12px;padding:11px 12px;text-align:left;font-size:15px;font-weight:650;font-variant-numeric:tabular-nums;color:var(--text);background:#ffffff0a;cursor:pointer}.shop-pay-row button:hover{background:#3d8bff1f;color:var(--blue, #3d8bff)}.shop-pay-hint{margin:0;font-size:13px;line-height:1.4;color:var(--muted)}.shop-file{display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:16px;border:1px dashed rgba(255,255,255,.14);background:#ffffff05;color:var(--muted);font-size:13px;cursor:pointer}.shop-file input{font-size:13px;color:var(--text)}.shop-submit{width:100%;margin-top:4px;padding:14px 16px;border-radius:14px;font-size:16px}.shop-submit-premium{background:linear-gradient(90deg,#e2bb5e,#dba527);color:#1a1408}.shop-submit-twins{background:linear-gradient(90deg,#e2bb5e,#c9a227);color:#1a1408}.shop-submit-premium:disabled,.shop-submit-twins:disabled{opacity:.55}html[data-theme=light] .shop-hero-premium{background:radial-gradient(120% 90% at 50% -10%,rgba(226,187,94,.35),transparent 55%),linear-gradient(165deg,#2a2418,#1a1712)}html[data-theme=light] .shop-hero-twins{background:radial-gradient(120% 90% at 50% -10%,rgba(52,199,89,.2),transparent 55%),linear-gradient(165deg,#1a221c,#121612)}html[data-theme=light] .shop-plan{border-color:#1a1d2414}html[data-theme=light] .shop-plan:hover{background:color-mix(in srgb,var(--elevated) 90%,#e2bb5e 10%)}html[data-theme=light] .shop-field input,html[data-theme=light] .shop-pay-box,html[data-theme=light] .shop-gift-panel{border-color:#1a1d2414}html[data-theme=light] .shop-pay-row button{background:#1a1d240a}html[data-theme=light] .shop-file{border-color:#1a1d2424}.settings-storage-card{padding:14px 16px 16px}.settings-storage-total{margin:0 0 14px;font-size:28px;font-weight:700;letter-spacing:-.4px}.settings-storage-row{margin-bottom:10px}.settings-storage-row-top{display:flex;justify-content:space-between;font-size:13px;color:var(--muted);margin-bottom:4px}.settings-storage-bar{height:4px;border-radius:999px;background:var(--elevated);overflow:hidden}.settings-storage-bar i{display:block;height:100%;border-radius:inherit;background:var(--blue, #3d8bff)}.profile-layer{position:absolute;inset:0;z-index:40;display:flex;flex-direction:column;background:var(--bg, #0b0c10);color:var(--text, #f2f4f8);animation:profile-in .22s ease-out;border-radius:inherit;overflow:hidden}@keyframes profile-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.profile-sheet{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--bg, #0b0c10);border:0;border-radius:inherit;box-shadow:none}.profile-top{display:flex;align-items:center;gap:4px;height:48px;padding:0 4px;flex:0 0 auto;background:transparent;border:0}.profile-top-title{display:none}.profile-top-spacer{flex:1}.profile-top-spacer-sm{width:40px}.profile-icon-btn{width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:var(--text);display:grid;place-items:center;cursor:pointer}.profile-icon-btn:hover{background:#ffffff0f}.profile-more-wrap{position:relative}.profile-menu{position:absolute;right:0;top:42px;min-width:220px;padding:6px 0;border-radius:18px;background:var(--elevated, #1c212b);border:1px solid var(--line, rgba(255, 255, 255, .08));box-shadow:0 10px 28px #00000059;z-index:5}.profile-menu button{display:block;width:100%;text-align:left;border:0;background:transparent;color:var(--text);padding:11px 16px;font-size:14px;cursor:pointer}.profile-menu button:hover{background:#ffffff0f}.profile-menu button.is-danger{color:#ff6b6b}.profile-scroll{flex:1;min-height:0;overflow:auto;padding:0 16px 24px;overscroll-behavior:contain;display:flex;flex-direction:column;align-items:center}.profile-scroll>*{width:100%;max-width:520px}.profile-center-msg{flex:1;display:grid;place-items:center;color:var(--muted);padding:24px;text-align:center}.profile-loading-hint{margin:8px 0 0;font-size:13px;color:var(--muted)}.profile-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 0 14px}.profile-ava-btn{border:0;background:transparent;padding:0;cursor:zoom-in;margin-bottom:10px}.profile-ava-stack{position:relative;width:112px;height:112px;flex:0 0 auto}.profile-ava,.profile-ava-stack .auth-media-host.profile-ava{position:absolute;inset:11%;width:78%;height:78%;border-radius:50%;object-fit:cover;display:block;overflow:hidden;background:var(--elevated);box-sizing:border-box}.profile-ava.is-fallback{display:grid;place-items:center;font-size:34px;font-weight:700;color:#fff;background:linear-gradient(145deg,#2b6fd6,#1a3a52)}.profile-ava-frame,.profile-ava-stack .auth-media-host.profile-ava-frame{position:absolute!important;inset:0;width:100%;height:100%;pointer-events:none;z-index:2;overflow:visible;background:transparent;border-radius:0;line-height:0}.profile-ava-stack .auth-media-host.profile-ava-frame>.auth-media-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.profile-name{margin:0;padding:0 16px;box-sizing:border-box;width:100%;max-width:100%;font-size:22px;font-weight:700;letter-spacing:-.3px;display:flex;align-items:center;justify-content:center;min-width:0}.profile-name-line{display:inline-flex;align-items:center;gap:6px;max-width:100%;min-width:0}.profile-name-text{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-premium-badge,.profile-verified{display:inline-block;vertical-align:middle;flex:0 0 auto;flex-shrink:0}.profile-name .profile-verified,.profile-name-line .profile-verified{width:18px;height:18px}.profile-presence{margin:4px 0 0;font-size:13px;color:var(--muted)}.profile-presence.is-on{color:#3d8bff}.profile-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:16px;width:100%}.profile-chip{flex:1 1 0;min-width:68px;max-width:120px;padding:9px 10px;border:0;border-radius:14px;background:var(--elevated, #1c212b);color:var(--text);font-size:12px;font-weight:600;display:inline-flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer}.profile-chip:hover{filter:brightness(1.08)}.profile-chip:disabled{opacity:.55}.profile-card{width:100%;margin:0 0 10px;padding:12px 14px;border-radius:16px;background:var(--surface, #161a22);border:0;color:inherit;text-align:left}button.profile-card{cursor:pointer;display:flex;flex-direction:column;align-items:stretch;gap:0;font:inherit}button.profile-channel-card{gap:8px}.profile-channel-head{display:flex;align-items:center;gap:6px}.profile-channel-label{color:var(--blue, #2b6fd6);font-size:13px;font-weight:600}.profile-channel-badge{border-radius:8px;padding:2px 6px;background:color-mix(in srgb,var(--blue, #2b6fd6) 16%,transparent);color:var(--blue, #2b6fd6);font-size:11px;font-weight:500}.profile-channel-body{display:flex;align-items:flex-start;gap:8px}.profile-channel-ava,.profile-group-ava,.auth-media-host.profile-channel-ava,.auth-media-host.profile-group-ava{width:34px;height:34px;border-radius:50%;object-fit:cover;flex:0 0 auto;background:var(--elevated)}.profile-channel-ava.is-fallback,.profile-group-ava.is-fallback{display:grid;place-items:center;color:#fff;font-weight:700;font-size:13px;background:#2b6fd6}.profile-channel-meta{min-width:0;display:flex;flex-direction:column;gap:2px}.profile-channel-meta strong,.profile-group-meta strong,.profile-group-row strong{display:inline-flex;align-items:center;gap:5px;min-width:0;font-size:14px;font-weight:600}.profile-channel-meta .profile-verified{width:15px;height:15px;flex:0 0 auto}.profile-group-row div{min-width:0;display:flex;flex-direction:column;gap:2px}.profile-channel-desc,.profile-channel-meta span,.profile-group-row span{color:var(--muted);font-size:13px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-group-ava,.auth-media-host.profile-group-ava{width:44px;height:44px}.profile-card-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.profile-biz-status{font-size:13px;color:var(--muted)}.profile-biz-status.is-open{color:#34c759}.profile-card-text{margin:8px 0 0;font-size:14px;line-height:1.4}.profile-card-muted{margin:6px 0 0;font-size:13px;color:var(--muted)}.profile-biz-hours{margin-top:10px}.profile-biz-hours summary{cursor:pointer;font-size:13px;color:var(--blue, #3d8bff);font-weight:600;list-style:none}.profile-biz-hours summary::-webkit-details-marker{display:none}.profile-biz-hours ul{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.profile-biz-hours li{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--muted)}.profile-biz-hours li span:first-child{color:var(--text);min-width:28px}.profile-info-card{padding:4px 0;border-radius:18px;background:var(--elevated, #1c212b)}.profile-info-row{display:flex;flex-direction:column;gap:2px;padding:10px 16px;text-decoration:none;color:inherit;border-bottom:1px solid var(--line, rgba(255, 255, 255, .06))}.profile-info-row:last-child{border-bottom:0}.profile-info-row>strong{font-size:16px;font-weight:500;display:inline-flex;align-items:center;gap:6px;word-break:break-word;order:0}.profile-info-row>span{font-size:13px;color:var(--muted);order:1}.profile-info-row span{font-size:13px;color:var(--muted)}.profile-info-row strong{font-size:16px;font-weight:500;display:inline-flex;align-items:center;gap:6px;word-break:break-word}.profile-bio{white-space:pre-wrap}.profile-info-user{flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.profile-info-user>div{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-tabs{display:flex;gap:4px;overflow-x:auto;margin:14px 0 12px;scrollbar-width:none;width:100%;justify-content:center;flex:0 0 auto}.profile-tabs::-webkit-scrollbar{display:none}.profile-tab{flex:0 0 auto;border:0;background:transparent;color:var(--muted);padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;border-radius:14px;border-bottom:0}.profile-tab.is-on{color:var(--text);background:#1e3a5f}.profile-tab-body{width:100%}.profile-empty{text-align:center;color:var(--muted);font-size:14px;padding:20px 8px}.profile-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 8px;align-items:start}.profile-gifts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.profile-gifts-grid.is-shop{max-height:42vh;overflow:auto}.profile-gifts-skel{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.profile-gift-skel{aspect-ratio:1;border-radius:16px;background:var(--elevated, #1c212b);opacity:.55}.profile-send-gift-btn{display:block;margin:14px auto 0;border:0;border-radius:999px;padding:9px 18px;background:var(--blue, #3d8bff);color:#fff;font-size:14px;font-weight:650;cursor:pointer}.profile-gift-detail-backdrop{align-items:flex-end}.profile-gift-detail{width:min(420px,calc(100% - 20px));border-radius:22px;background:#1c1c1e;padding:8px 20px calc(18px + env(safe-area-inset-bottom,0px));text-align:center;margin:0 10px 10px;overflow:hidden}.profile-gift-detail-handle{width:36px;height:4px;border-radius:2px;background:#ffffff47;margin:6px auto 10px}.profile-gift-detail-art{width:168px;height:168px;margin:0 auto;display:grid;place-items:center}.profile-gift-detail-img,.auth-media-host.profile-gift-detail-img{width:100%;height:100%;object-fit:contain}.profile-gift-detail h3{margin:10px 0 6px;font-size:22px;font-weight:700;color:#fff}.profile-gift-detail-sub{margin:0 0 18px;color:#8e8e93;font-size:14px;line-height:1.35}.profile-gift-detail-card{text-align:left;border-radius:18px;background:#2a2a2e;padding:6px 14px;margin-bottom:14px}.profile-gift-detail-row{display:flex;align-items:center;gap:8px;padding:10px 0;color:#fff;font-size:15px}.profile-gift-detail-row>span:first-child{width:88px;flex:0 0 88px;color:#8e8e93}.profile-gift-detail-from{display:flex;align-items:center;gap:8px;min-width:0;flex:1;flex-wrap:wrap}.profile-gift-sender-ava,.auth-media-host.profile-gift-sender-ava{width:28px;height:28px;border-radius:50%;object-fit:cover;flex:0 0 auto;overflow:hidden;background:#3d8bff}.profile-gift-sender-ava.is-fallback{display:grid;place-items:center;font-size:12px;font-weight:700;color:#fff}.profile-gift-sender-name{border:0;background:transparent;color:#fff;font-size:15px;font-weight:500;padding:0;cursor:pointer;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-gift-sender-name:disabled{cursor:default}.profile-gift-detail-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:8px}.profile-gift-outline-chip{border:1px solid rgba(61,139,255,.85);border-radius:999px;background:transparent;color:#3d8bff;font-size:14px;font-weight:500;padding:7px 14px;cursor:pointer}.profile-gift-outline-chip.is-compact{font-size:12px;padding:5px 10px}.profile-gift-outline-chip:disabled,.profile-gift-ok:disabled{opacity:.55}.profile-gift-ok{width:100%;height:50px;border:0;border-radius:25px;background:#3d8bff;color:#fff;font-size:17px;font-weight:650;cursor:pointer;margin-top:8px}html[data-theme=light] .profile-gift-detail{background:#f2f3f5}html[data-theme=light] .profile-gift-detail h3,html[data-theme=light] .profile-gift-detail-row,html[data-theme=light] .profile-gift-sender-name{color:#1a1d24}html[data-theme=light] .profile-gift-detail-card{background:#fff}html[data-theme=light] .profile-gift-detail-sub,html[data-theme=light] .profile-gift-detail-row>span:first-child{color:#6b7385}.profile-post-cell,.profile-gift-cell{position:relative;aspect-ratio:1;border:0;padding:2px;border-radius:16px;overflow:hidden;background:var(--elevated);cursor:pointer}.profile-highlight-card{display:flex;flex-direction:column;gap:4px;border:0;padding:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer;min-width:0}.profile-highlight-media{position:relative;display:block;width:100%;aspect-ratio:.78;border:0;padding:0;border-radius:12px;overflow:hidden;background:var(--elevated, #1c212b);cursor:pointer}.profile-highlight-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 45%);pointer-events:none}.profile-highlight-media .profile-post-img,.profile-highlight-media .auth-media-host.profile-post-img,.profile-highlight-media .auth-media-host.profile-post-img>.auth-media-img{width:100%;height:100%;object-fit:cover;display:block}.profile-highlight-pin{position:absolute;top:6px;right:6px;z-index:1;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}.profile-highlight-count{position:absolute;left:8px;bottom:8px;z-index:1;color:#ffffffeb;font-size:10px;font-weight:600}.profile-highlight-count.is-views{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:999px;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.profile-highlight-title{font-size:12px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-highlight-date{font-size:10px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-empty-block{padding:8px 4px 20px}.profile-empty-hint{margin:-8px 12px 0;text-align:center;color:var(--muted);font-size:13px;line-height:1.4}.profile-archive-card{position:relative;display:flex;flex-direction:column;gap:4px;min-width:0}.profile-archive-more{position:absolute;top:4px;right:4px;z-index:2;display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:50%;background:#00000073;color:#fff;cursor:pointer}.profile-archive-menu{position:absolute;top:34px;right:4px;z-index:3;display:flex;flex-direction:column;min-width:140px;padding:6px;border-radius:12px;background:#1c1f26;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 28px #0006}.profile-archive-menu button{border:0;background:transparent;color:#f4f5f7;text-align:left;padding:10px 12px;border-radius:8px;font:inherit;font-size:14px;cursor:pointer}.profile-archive-menu button:hover{background:#ffffff0f}.profile-archive-menu button.is-danger{color:#ff6b75}html[data-theme=light] .profile-archive-menu{background:#fff;border-color:#0f172a1a}html[data-theme=light] .profile-archive-menu button{color:#1a1d24}.highlight-viewer{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:#0000008c;color:#fff;box-sizing:border-box}.highlight-viewer-stage{position:relative;z-index:1;width:min(380px,calc(100vw - 48px));height:min(640px,calc(100vh - 80px));max-height:82vh;border-radius:14px;overflow:hidden;background:#0b0c10;box-shadow:0 18px 48px #00000073;display:grid;place-items:center}.highlight-viewer-img,.auth-media-host.highlight-viewer-img,.auth-media-host.highlight-viewer-img>.auth-media-img{width:100%;height:100%;object-fit:cover;display:block}.highlight-viewer-status{color:#ffffffb3;font-size:14px;padding:20px;text-align:center}.highlight-viewer-tap{position:absolute;top:0;bottom:0;width:40%;z-index:2;touch-action:none;-webkit-user-select:none;user-select:none}.highlight-viewer-tap.is-prev{left:0}.highlight-viewer-tap.is-next{right:0;width:60%}.highlight-viewer-top{position:absolute;top:0;left:0;right:0;z-index:4;padding:10px 10px 14px;background:linear-gradient(to bottom,rgba(0,0,0,.55),transparent);pointer-events:none}.highlight-viewer-bars{display:flex;gap:3px;margin-bottom:8px}.highlight-viewer-bar{flex:1;height:2px;border-radius:2px;background:#ffffff47;overflow:hidden}.highlight-viewer-bar>i{display:block;height:100%;background:#fff;width:0}.highlight-viewer-head{display:flex;align-items:center;gap:4px;pointer-events:auto}.highlight-viewer-titles{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.highlight-viewer-titles strong{font-size:13px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.highlight-viewer-titles span{font-size:11px;color:#ffffffb8}.highlight-viewer-icon{flex:0 0 auto;display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;background:#00000047;color:#fff;cursor:pointer}.highlight-viewer-icon.is-on{color:#7eb6ff}.highlight-viewer-icon.is-danger:hover{color:#ff8a93}.highlight-viewer-views{position:absolute;left:50%;bottom:12px;transform:translate(-50%);z-index:4;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:999px;padding:8px 12px;background:#00000080;color:#fff;font:inherit;font-size:13px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.highlight-views-sheet{position:absolute;inset:0;z-index:6;display:flex;align-items:flex-end;justify-content:center;background:#00000059;padding:0 12px;box-sizing:border-box}.highlight-views-panel{width:min(360px,100%);max-height:min(48vh,360px);border-radius:16px 16px 0 0;background:#1c1f26;color:#f4f5f7;padding:8px 0 calc(12px + env(safe-area-inset-bottom,0px));overflow:auto}.highlight-views-handle{width:36px;height:4px;margin:6px auto 10px;border-radius:2px;background:#ffffff47}.highlight-views-panel h3{margin:0;padding:0 20px 10px;font-size:16px;font-weight:650}.highlight-views-empty{margin:0;padding:28px 20px;text-align:center;color:#8b93a7;font-size:14px}.highlight-confirm-sheet{position:absolute;inset:0;z-index:8;display:flex;align-items:center;justify-content:center;padding:16px;background:#0000008c;box-sizing:border-box}.highlight-confirm-card{width:min(300px,100%);border-radius:16px;background:#1c1f26;color:#f4f5f7;padding:18px 16px 14px;box-shadow:0 12px 32px #0006}.highlight-confirm-card h3{margin:0 0 6px;font-size:16px;font-weight:650}.highlight-confirm-card p{margin:0 0 16px;font-size:13px;line-height:1.4;color:#a8b0c0}.highlight-confirm-actions{display:flex;gap:8px;justify-content:flex-end}.highlight-confirm-actions button{border:0;border-radius:10px;padding:9px 14px;font:inherit;font-size:13px;font-weight:600;cursor:pointer;background:#ffffff14;color:#f4f5f7}.highlight-confirm-actions button.is-danger{background:#e5484d;color:#fff}.highlight-confirm-actions button:disabled{opacity:.55;cursor:default}.highlight-views-list{list-style:none;margin:0;padding:0 0 8px}.highlight-views-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;border:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.highlight-views-row:hover{background:#ffffff0d}.highlight-views-row span{display:flex;flex-direction:column;gap:2px;min-width:0}.highlight-views-row strong{font-size:15px;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.highlight-views-row em{font-style:normal;color:#8b93a7;font-size:13px}.profile-gift-cell-inner{display:grid;place-items:center;width:100%;height:100%;border-radius:14px;border:2px solid #94a3b8;padding:10px;box-sizing:border-box;background:var(--elevated)}.profile-gift-cell.rarity-uncommon .profile-gift-cell-inner{border-color:#22c55e}.profile-gift-cell.rarity-rare .profile-gift-cell-inner{border-color:#3b82f6}.profile-gift-cell.rarity-epic .profile-gift-cell-inner{border-color:#a855f7}.profile-gift-cell.rarity-legendary .profile-gift-cell-inner{border-color:#f59e0b}.profile-post-img,.profile-gift-img,.auth-media-host.profile-gift-img{width:100%;height:100%;object-fit:contain;display:block}.profile-gift-cell.is-pinned{outline:none}.profile-gift-pin{position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:50%;background:var(--blue, #3d8bff);display:grid;place-items:center;font-size:11px;line-height:1;z-index:1}.profile-gift-hide-row{width:100%;border:0;background:transparent;padding:10px 4px;margin:0 0 4px;cursor:pointer;font-size:13px;color:#8e8e93;text-align:center}.profile-gift-hide-row em{font-style:normal;color:#3d8bff;font-weight:500}.profile-gift-detail-backdrop{z-index:60}.profile-gift-fallback.big{font-size:64px}.profile-gift-price{position:absolute;left:0;right:0;bottom:0;padding:4px;font-size:11px;font-weight:700;background:linear-gradient(transparent,#000000b3);color:#fff}.profile-gift-fallback{display:grid;place-items:center;height:100%;font-size:28px}.profile-links{list-style:none;margin:0;padding:0}.profile-links a{display:block;padding:10px 4px;color:#3d8bff;word-break:break-all;font-size:14px;border-bottom:1px solid var(--line, rgba(255, 255, 255, .06))}.profile-groups{display:flex;flex-direction:column;gap:8px}.profile-group-row{display:flex;align-items:center;gap:12px;width:100%;border:0;background:var(--elevated, #1c212b);border-radius:16px;padding:10px 12px;color:inherit;text-align:left;cursor:pointer;font:inherit}.profile-sheet-backdrop{position:absolute;inset:0;z-index:50;background:#00000073;display:flex;align-items:flex-end;justify-content:center}.profile-qr-backdrop{align-items:center;padding:16px}.profile-inner-dialog{width:min(400px,100%);background:var(--elevated, #1c212b);border-radius:18px 18px 0 0;padding:18px 16px calc(16px + env(safe-area-inset-bottom,0px))}.profile-inner-dialog.profile-qr-dialog{width:min(340px,100%);border-radius:20px;padding:20px 18px 14px;text-align:center}.profile-qr-dialog h3{margin:0 0 4px;font-size:18px;font-weight:700}.profile-qr-hint{margin:0 0 14px!important;color:var(--muted);font-size:13px}.profile-qr-card{display:flex;flex-direction:column;align-items:center;gap:4px;border-radius:18px;background:#fff;padding:20px 18px 18px;margin-bottom:12px;color:#111827}.profile-qr-ava,.auth-media-host.profile-qr-ava{width:56px;height:56px;border-radius:50%;object-fit:cover;margin-bottom:8px;background:#e5e7eb}.profile-qr-ava.is-fallback{display:grid;place-items:center;color:#fff;font-weight:700;background:#ff8a3d}.profile-qr-card strong{font-size:18px;font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-qr-card span{color:#6b7280;font-size:14px;margin-bottom:12px}.profile-qr-img{display:block;width:220px;height:220px;border-radius:14px;background:#fff}.profile-qr-primary,.profile-qr-close{width:100%;border:0;border-radius:12px;padding:12px 14px;font:inherit;font-size:15px;font-weight:600;cursor:pointer}.profile-qr-primary{background:var(--blue, #2b6fd6);color:#fff;margin-bottom:6px}.profile-qr-close{background:transparent;color:var(--blue, #2b6fd6)}.profile-inner-dialog.profile-gift-detail{width:min(420px,calc(100% - 20px));margin:0 10px 10px;border-radius:22px;padding:8px 20px calc(18px + env(safe-area-inset-bottom,0px));overflow:hidden;box-shadow:0 12px 40px #00000073}.profile-inner-dialog h3{margin:0 0 8px;font-size:18px}.profile-inner-dialog p{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.4}.profile-sheet-actions{display:flex;gap:8px;justify-content:flex-end}.profile-sheet-actions button{border:0;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:6px}.profile-sheet-actions button.is-danger{background:#c62828;color:#fff}.profile-gift-sheet{max-height:78vh;display:flex;flex-direction:column}.profile-gift-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.profile-gift-shop-backdrop{align-items:stretch;justify-content:center;padding:0;z-index:40}.profile-gift-shop{position:relative;display:flex;flex-direction:column;width:min(480px,100%);height:min(920px,100%);max-height:100%;margin:0 auto;background:#121214;color:#f2f3f5;box-shadow:0 0 0 1px #ffffff14;overflow:hidden}.profile-gift-shop-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px 4px;flex-shrink:0}.profile-gift-shop-balance{display:flex;flex-direction:column;align-items:flex-end;gap:2px;padding-right:8px}.profile-gift-shop-balance>span{font-size:11px;color:#8e8e93}.profile-gift-shop-balance-val{display:inline-flex;align-items:center;gap:4px;border:0;padding:0;background:transparent;color:#fff;font:inherit;font-size:15px;font-weight:650;cursor:pointer}.profile-gift-shop-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4px 20px 8px;flex-shrink:0}.profile-gift-shop-ava{margin-bottom:10px}.profile-gift-shop-title{margin:0 0 6px;font-size:20px;font-weight:700;color:#fff}.profile-gift-shop-lead{margin:0;max-width:36em;color:#8e8e93;font-size:14px;line-height:1.35}.profile-gift-shop-lead strong{color:#fff;font-weight:700}.profile-gift-shop-premium{display:flex;align-items:center;gap:12px;margin:4px 14px 10px;padding:12px 14px;border-radius:16px;background:linear-gradient(135deg,#2a3348,#1c1c1e);border:1px solid rgba(96,165,250,.28);flex-shrink:0}.profile-gift-shop-premium-copy{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.profile-gift-shop-premium-copy strong{font-size:15px;font-weight:700;color:#fff}.profile-gift-shop-premium-copy span{font-size:12px;color:#a1a1a6;line-height:1.3}.profile-gift-shop-premium-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:12px;padding:10px 12px;background:#2b6fd6;color:#fff;font:inherit;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.profile-premium-shop-mark{display:inline-flex;align-items:center;gap:4px;color:#fff;font-size:14px;font-weight:700}.profile-premium-shop-plans,.profile-premium-shop-skel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-premium-shop-skel-card{min-height:180px;border-radius:18px;background:#1c1c1e;border:1px solid rgba(255,255,255,.06)}.profile-premium-shop-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;min-width:0;padding:16px 10px 14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#1c1c1e;box-shadow:0 6px 18px #00000059;color:inherit;font:inherit;cursor:pointer;overflow:hidden;text-align:center}.profile-premium-shop-card:hover{border-color:#60a5fa73}.profile-premium-shop-ribbon{position:absolute;top:10px;right:-22px;width:88px;padding:3px 0;background:#e53935;color:#fff;font-size:10px;font-weight:800;transform:rotate(45deg);text-align:center;letter-spacing:.02em}.profile-premium-shop-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:linear-gradient(160deg,#3b82f6,#1d4ed8);color:#fff}.profile-premium-shop-label{font-size:14px;font-weight:700;color:#fff}.profile-premium-shop-price{display:block;width:100%;padding:9px 8px;border-radius:12px;background:#2b6fd6;color:#fff;font-size:13px;font-weight:700;box-sizing:border-box}.profile-premium-shop-days{font-size:12px;color:#8e8e93}.profile-premium-shop-pay{display:flex;flex-direction:column;gap:12px;max-width:420px;margin:0 auto}.profile-premium-shop-pay-sum{margin:0;color:#d1d1d6;font-size:14px;line-height:1.4}.profile-premium-shop-pay-sum strong{color:#fff}.profile-premium-shop-pay-box{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:16px;background:#1c1c1e;border:1px solid rgba(255,255,255,.08)}.profile-premium-shop-pay-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:0;border-radius:12px;padding:10px 12px;background:#121214;color:inherit;font:inherit;text-align:left;cursor:pointer}.profile-premium-shop-pay-row span{color:#8e8e93;font-size:12px}.profile-premium-shop-pay-row strong{color:#fff;font-size:13px;font-weight:650}.profile-premium-shop-field,.profile-premium-shop-file{display:flex;flex-direction:column;gap:6px;color:#a1a1a6;font-size:13px}.profile-premium-shop-field input{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:11px 12px;background:#1c1c1e;color:#fff;font:inherit}.profile-premium-shop-file{border:1px dashed rgba(255,255,255,.18);border-radius:12px;padding:12px;cursor:pointer}.profile-premium-shop-file input{margin-top:6px;color:#d1d1d6}.profile-premium-shop-receipt{display:block;width:100%;max-height:220px;object-fit:contain;border-radius:12px;background:#121214}@media(max-width:520px){.profile-premium-shop-plans,.profile-premium-shop-skel{grid-template-columns:1fr}.profile-premium-shop-card{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;text-align:left;gap:10px 12px;padding:14px}.profile-premium-shop-icon{width:52px;height:52px}.profile-premium-shop-label{flex:1;min-width:0}.profile-premium-shop-price{width:auto;min-width:110px}}html[data-theme=light] .profile-premium-shop-mark,html[data-theme=light] .profile-premium-shop-label,html[data-theme=light] .profile-premium-shop-pay-sum strong,html[data-theme=light] .profile-premium-shop-pay-row strong{color:#1a1d24}html[data-theme=light] .profile-premium-shop-card,html[data-theme=light] .profile-premium-shop-pay-box,html[data-theme=light] .profile-premium-shop-field input{background:#fff;border-color:#d7dbe3;color:#1a1d24}html[data-theme=light] .profile-premium-shop-pay-row{background:#f4f5f7}html[data-theme=light] .profile-premium-shop-field input{color:#1a1d24}.profile-gift-shop-filters{display:flex;gap:6px;padding:8px 14px 10px;overflow-x:auto;overflow-y:hidden;flex-shrink:0;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) transparent;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%)}.profile-gift-shop-filters::-webkit-scrollbar{height:4px}.profile-gift-shop-filters::-webkit-scrollbar-track{background:transparent}.profile-gift-shop-filters::-webkit-scrollbar-thumb{background:#ffffff47;border-radius:999px}.profile-gift-shop-chip{flex:0 0 auto;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:5px 10px;background:#1c1c1e;color:#a1a1a6;font:inherit;font-size:12px;font-weight:550;cursor:pointer;white-space:nowrap;scroll-snap-align:start;line-height:1.2}.profile-gift-shop-chip.is-on{background:#3a3a3c;border-color:#ffffff29;color:#fff;font-weight:650}.profile-gift-shop-body{flex:1;min-height:0;overflow:auto;padding:10px 14px calc(18px + env(safe-area-inset-bottom,0px));background:#0a0a0b;border-top:1px solid rgba(255,255,255,.06)}.profile-gift-shop-grid,.profile-gift-shop-skel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-gift-shop-skel-cell{aspect-ratio:.78;border-radius:18px;background:#1c1c1e;border:1px solid rgba(255,255,255,.06)}.profile-gift-shop-card{display:flex;flex-direction:column;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:9px 8px 10px;background:#1c1c1e;box-shadow:0 6px 18px #00000059;color:inherit;font:inherit;cursor:pointer;text-align:center;min-width:0;transition:border-color .15s ease,transform .15s ease}.profile-gift-shop-card:hover{border-color:#ffffff38;transform:translateY(-1px)}.profile-gift-shop-card.rarity-uncommon{border-color:#4ade806b;box-shadow:0 6px 18px #00000059,0 0 0 1px #4ade8014}.profile-gift-shop-card.rarity-rare{border-color:#60a5fa7a;box-shadow:0 6px 18px #00000059,0 0 0 1px #60a5fa1a}.profile-gift-shop-card.rarity-epic{border-color:#c084fc80;box-shadow:0 6px 18px #00000059,0 0 0 1px #c084fc1a}.profile-gift-shop-card.rarity-legendary{border-color:#fbbf248c;box-shadow:0 6px 18px #00000059,0 0 0 1px #fbbf241f}.profile-gift-shop-card.is-oos{opacity:.72}.profile-gift-shop-card:disabled{cursor:wait}.profile-gift-shop-card-art{position:relative;width:100%;aspect-ratio:1;border-radius:14px;background:linear-gradient(180deg,#2a2a2e,#161618);border:1px solid rgba(255,255,255,.06);display:grid;place-items:center;overflow:hidden}.profile-gift-shop-card-img,.auth-media-host.profile-gift-shop-card-img{width:100%;height:100%;object-fit:contain;padding:8px;box-sizing:border-box}.profile-gift-shop-oos{position:absolute;left:0;right:0;bottom:0;padding:5px 6px;background:#000000b8;color:#fff;font-size:10px;font-weight:650}.profile-gift-shop-busy{position:absolute;inset:0;display:grid;place-items:center;background:#00000059;color:#fff;font-size:18px}.profile-gift-shop-rarity{display:inline-block;max-width:100%;padding:3px 8px;border-radius:20px;background:#2f2f32;color:#d1d1d6;font-size:10px;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-gift-shop-card.rarity-uncommon .profile-gift-shop-rarity{background:#4ade8029;color:#86efac}.profile-gift-shop-card.rarity-rare .profile-gift-shop-rarity{background:#60a5fa29;color:#93c5fd}.profile-gift-shop-card.rarity-epic .profile-gift-shop-rarity{background:#c084fc29;color:#d8b4fe}.profile-gift-shop-card.rarity-legendary .profile-gift-shop-rarity{background:#fbbf2429;color:#fcd34d}.profile-gift-shop-price{display:inline-flex;align-items:center;gap:3px;padding:4px 8px;border-radius:20px;background:#323236;color:#fff;font-size:12px;font-weight:650}.profile-gift-shop-card-title{width:100%;font-size:11px;color:#b0b0b5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-gift-confirm-backdrop{position:absolute;inset:0;z-index:2;display:flex;align-items:flex-end;justify-content:center;background:#0000008c}.profile-gift-confirm{width:100%;max-height:92%;overflow:auto;border-radius:22px 22px 0 0;background:#1c1c1e;padding:8px 20px calc(18px + env(safe-area-inset-bottom,0px));box-sizing:border-box}.profile-gift-confirm-handle{width:36px;height:4px;margin:6px auto 10px;border-radius:2px;background:#ffffff47}.profile-gift-confirm h3{margin:0 0 12px;font-size:20px;font-weight:700;color:#fff}.profile-gift-confirm-preview{display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px;border-radius:22px;background:#121214;margin-bottom:14px}.profile-gift-confirm-line{margin:0;color:#8e8e93;font-size:13px;text-align:center;line-height:1.35}.profile-gift-confirm-art{width:120px;height:120px;border-radius:20px;background:#1a1a1d;display:grid;place-items:center;overflow:hidden}.profile-gift-confirm-img,.auth-media-host.profile-gift-confirm-img{width:100%;height:100%;object-fit:contain;padding:12px;box-sizing:border-box}.profile-gift-confirm-name{color:#fff;font-size:16px;font-weight:650;text-align:center}.profile-gift-confirm-meta{display:inline-flex;align-items:center;gap:4px;color:#8e8e93;font-size:13px;font-weight:550}.profile-gift-confirm-send,.profile-gift-confirm-cancel{width:100%;border:0;border-radius:14px;padding:14px 16px;font:inherit;font-size:15px;font-weight:700;cursor:pointer}.profile-gift-confirm-send{background:#2b6fd6;color:#fff;margin-bottom:8px}.profile-gift-confirm-send:disabled,.profile-gift-confirm-cancel:disabled{opacity:.65;cursor:wait}.profile-gift-confirm-cancel{background:transparent;color:#8e8e93}html[data-theme=light] .profile-gift-shop{background:#f2f3f5;color:#1a1d24;box-shadow:0 0 0 1px #0000000f}html[data-theme=light] .profile-gift-shop-title,html[data-theme=light] .profile-gift-shop-lead strong,html[data-theme=light] .profile-gift-shop-balance-val{color:#1a1d24}html[data-theme=light] .profile-gift-shop-premium{background:linear-gradient(135deg,#e8f0ff,#fff);border-color:#b7ccf5}html[data-theme=light] .profile-gift-shop-premium-copy strong{color:#1a1d24}html[data-theme=light] .profile-gift-shop-premium-copy span{color:#5c6578}html[data-theme=light] .profile-gift-shop-chip{background:#fff;border-color:#dfe3ea;color:#5c6578}html[data-theme=light] .profile-gift-shop-chip.is-on{background:#d6e4ff;border-color:#b7ccf5;color:#1a1d24}html[data-theme=light] .profile-gift-shop-filters{scrollbar-color:rgba(26,29,36,.28) transparent}html[data-theme=light] .profile-gift-shop-filters::-webkit-scrollbar-thumb{background:#1a1d2447}html[data-theme=light] .profile-gift-shop-body{background:#e8eaef;border-top-color:#d7dbe3}html[data-theme=light] .profile-gift-shop-card{background:#fff;border-color:#d7dbe3;box-shadow:0 4px 14px #1a1d2414}html[data-theme=light] .profile-gift-shop-card:hover{border-color:#b8c0ce}html[data-theme=light] .profile-gift-shop-card-art,html[data-theme=light] .profile-gift-confirm-art{background:linear-gradient(180deg,#f7f8fa,#eef0f4);border-color:#e3e6ec}html[data-theme=light] .profile-gift-shop-price{background:#e8eaed;color:#1a1d24}html[data-theme=light] .profile-gift-shop-card-title{color:#6b7385}html[data-theme=light] .profile-gift-confirm{background:#fff}html[data-theme=light] .profile-gift-confirm h3,html[data-theme=light] .profile-gift-confirm-name{color:#1a1d24}html[data-theme=light] .profile-gift-confirm-preview{background:#f4f5f7}@media(min-width:720px){.profile-gift-shop-backdrop{padding:24px;align-items:center}.profile-gift-shop{height:min(860px,calc(100% - 48px));border-radius:20px;overflow:hidden}.profile-gift-confirm{border-radius:22px;margin:0 12px 12px;max-width:calc(100% - 24px)}.profile-gift-confirm-backdrop{align-items:center;border-radius:20px}}html[data-theme=light] .profile-layer,html[data-theme=light] .profile-sheet{background:#f2f3f5;--bg: #f2f3f5;--surface: #ffffff;--elevated: #ffffff;--text: #1a1d24;--muted: #6b7385;--line: #e3e6ec}html[data-theme=light] .profile-tab.is-on{background:#d6e4ff;color:#1a1d24}html[data-theme=light] .profile-icon-btn:hover{background:#0000000d}.channel-profile .profile-scroll{flex:1;min-height:0;overflow:auto;padding:0 16px 28px}.channel-profile-avatar{width:96px!important;height:96px!important;font-size:36px!important}.channel-profile-error{margin:10px 0 0;color:#ff8e8e;font-size:13px;text-align:center}.channel-profile-hint{margin:24px 0 0;text-align:center;color:var(--muted, #8a93a7);font-size:14px}.channel-profile-join{margin-top:16px;border:0;border-radius:14px;padding:12px 28px;background:var(--blue, #3d8bff);color:#fff;font:inherit;font-size:15px;font-weight:650;cursor:pointer}.channel-profile-join:disabled{opacity:.55;cursor:default}.channel-about-card{margin-top:14px;padding:14px 16px;border-radius:18px;background:var(--elevated, #1c1f26)}.channel-about-block{display:flex;flex-direction:column;gap:4px}.channel-about-text{margin:0;font-size:16px;line-height:1.35;color:var(--text, #f2f4f8);text-align:left;word-break:break-word}.channel-about-label{font-size:13px;color:var(--muted, #8a93a7)}.channel-about-gap{height:16px}.channel-about-link-row{display:flex;align-items:center;gap:8px}.channel-about-link{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;padding:0}.channel-about-qr{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:var(--blue, #3d8bff);cursor:pointer;flex:0 0 auto}.channel-about-qr:hover{background:#3d8bff1f}.channel-profile-tabs-card{margin-top:14px;padding:12px 0 8px;border-radius:18px;background:var(--elevated, #1c1f26)}.channel-profile-tabs{display:flex;gap:4px;overflow-x:auto;padding:0 8px;scrollbar-width:none}.channel-profile-tabs::-webkit-scrollbar{display:none}.channel-profile-tab{flex:0 0 auto;border:0;background:transparent;color:var(--muted, #8a93a7);padding:8px 12px;font:inherit;font-size:13px;font-weight:550;cursor:pointer;border-radius:14px;white-space:nowrap}.channel-profile-tab.is-on{color:var(--text, #f2f4f8);font-weight:650;background:#ffffff0f}html[data-theme=light] .channel-profile-tab.is-on{background:#e8eef5}.channel-profile-tab-body{margin-top:10px;min-height:72px}.channel-media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:0 10px}.channel-media-cell{position:relative;aspect-ratio:1;border:0;padding:0;border-radius:10px;overflow:hidden;background:#ffffff0a;cursor:pointer}.channel-media-thumb{position:absolute;inset:0;width:100%;height:100%}.channel-media-thumb.auth-media-host>.auth-media-img,.channel-media-cell .auth-media-host>.auth-media-img,.channel-media-cell .auth-media-fill{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.channel-media-more{display:block;width:100%;margin-top:10px;border:0;background:transparent;color:var(--blue, #3d8bff);font:inherit;font-size:14px;font-weight:650;cursor:pointer;padding:4px 0 8px;text-align:center}.channel-links-list,.channel-polls-list{list-style:none;margin:0;padding:0 4px}.channel-links-list li,.channel-polls-list li{border-top:1px solid rgba(138,147,167,.18);padding:11px 12px}.channel-links-list li:first-child,.channel-polls-list li:first-child{border-top:0}.channel-links-list a{color:var(--blue, #3d8bff);font-size:14px;line-height:1.35;text-decoration:none;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.channel-polls-list strong{display:block;font-size:15px;font-weight:550;color:var(--text, #f2f4f8);margin-bottom:4px}.channel-polls-list em{font-style:normal;font-size:13px;color:var(--muted, #8a93a7)}.channel-similar-list{display:flex;flex-direction:column;padding:0 4px}.channel-similar-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:0;border-radius:0;border-top:1px solid rgba(138,147,167,.18);background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.channel-similar-row>.chat-avatar{width:44px!important;height:44px!important;min-width:44px;min-height:44px;flex:0 0 44px;align-self:center;border-radius:50%;overflow:hidden;position:relative}.channel-similar-row>.chat-avatar>.auth-media-img,.channel-similar-row>.chat-avatar>.auth-media-fill{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.channel-similar-row:first-child{border-top:0}.channel-similar-row:hover{background:#ffffff0a}.channel-similar-row span{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.channel-similar-row strong{display:flex;align-items:center;gap:5px;font-size:15px;font-weight:600;min-width:0;max-width:100%;overflow:hidden}.channel-similar-title{flex:1 1 0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-similar-row strong svg,.channel-similar-row strong .chat-verified-ico{flex:0 0 auto;flex-shrink:0}.channel-similar-row em{font-style:normal;font-size:13px;color:var(--muted, #8a93a7);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.channel-profile-scrim{position:absolute;inset:0;z-index:4;border:0;background:transparent;cursor:default}.channel-profile .profile-more-wrap{flex:1 1 0;min-width:68px;max-width:120px}.channel-profile .profile-more-wrap>.profile-chip{width:100%;max-width:none}.channel-profile .profile-menu{z-index:6}html[data-theme=light] .channel-about-card{background:#fff}html[data-theme=light] .channel-about-text{color:#1a1d24}html[data-theme=light] .channel-similar-row:hover{background:#0000000a}.channel-staff-card{margin-top:14px;border-radius:16px;background:var(--elevated, #1c1f26);overflow:hidden}.channel-staff-row{display:flex;align-items:center;gap:12px;width:100%;padding:14px;border:0;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.channel-staff-row:last-child{border-bottom:0}.channel-staff-row:hover{background:#ffffff0a}.channel-staff-row.is-action{margin-bottom:8px;border:0;border-radius:14px;background:var(--elevated, #1c1f26)}.channel-staff-ico{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#3d8bff1f;color:var(--blue, #3d8bff);flex:0 0 auto}.channel-staff-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.channel-staff-text strong{font-size:15px;font-weight:600}.channel-staff-text em{font-style:normal;font-size:13px;color:var(--muted, #8a93a7)}.channel-staff-trail{font-size:14px;color:var(--muted, #8a93a7)}.channel-staff-row>svg{color:var(--muted, #8a93a7);flex:0 0 auto;opacity:.7}.channel-pane{position:relative;display:flex;flex-direction:column;height:100%;min-height:0}.channel-pane-title{margin:0;flex:1;font-size:17px;font-weight:650}.channel-pane-body{padding:8px 16px 28px}.channel-pane-search{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;border-radius:14px;background:var(--elevated, #1a1f2a);color:var(--muted, #8a93a7)}.channel-pane-search input{flex:1;border:0;background:transparent;color:var(--text, #f5f6f8);font:inherit;font-size:15px;outline:none}.channel-group-members{margin:10px 12px 0;padding:4px 0 12px}.channel-member-row{display:flex;align-items:center;gap:12px;width:100%;padding:8px 4px;border:0;border-radius:12px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.channel-member-row-wrap{display:flex;align-items:center;gap:4px}.channel-member-row-wrap .channel-member-row{flex:1;min-width:0}.channel-member-kick{flex:0 0 auto;width:34px;height:34px;border:0;border-radius:10px;background:#ff5a5a1f;color:#ff8e8e;display:grid;place-items:center;cursor:pointer}.channel-member-kick:hover{background:#ff5a5a38}.channel-member-row:hover{background:#ffffff0a}.channel-member-row:disabled{opacity:.55}.channel-member-row span{min-width:0;display:flex;flex-direction:column;gap:2px}.channel-member-row strong{font-size:15px;font-weight:600}.channel-member-row em{font-style:normal;font-size:13px;color:var(--muted, #8a93a7)}.channel-invite-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 16px;border-radius:18px;background:var(--elevated, #1c1f26);text-align:center}.channel-invite-card strong{font-size:17px}.channel-invite-url{border:0;background:transparent;color:var(--blue, #3d8bff);font:inherit;font-size:14px;word-break:break-all;cursor:pointer;padding:0}.channel-invite-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.channel-invite-actions .start-comm-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px}.channel-invite-actions .is-danger-text{color:#ff8e8e}.channel-invite-section-label{margin:0 0 8px 4px;font-size:12px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--muted, #8a93a7)}.channel-invite-type-card{border-radius:18px;background:var(--elevated, #1c1f26);overflow:hidden}.channel-invite-type{display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px 16px;border:0;border-bottom:1px solid rgba(138,147,167,.16);background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.channel-invite-type span:last-child{display:flex;flex-direction:column;gap:3px;min-width:0}.channel-invite-type strong{font-size:15px;font-weight:600}.channel-invite-type em{font-style:normal;font-size:13px;color:var(--muted, #8a93a7);line-height:1.35}.channel-invite-radio{flex:0 0 20px;width:20px;height:20px;margin-top:1px;border-radius:50%;border:2px solid var(--muted, #8a93a7);box-sizing:border-box;position:relative}.channel-invite-type.is-on .channel-invite-radio{border-color:var(--blue, #3d8bff)}.channel-invite-type.is-on .channel-invite-radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--blue, #3d8bff)}.channel-invite-uname-row{margin:0!important;border-radius:0!important;border-bottom:0!important;padding:12px 16px!important;background:transparent!important}.channel-invite-hint{margin:10px 4px 0;font-size:13px;line-height:1.4;color:var(--muted, #8a93a7);text-align:left}.channel-invite-hint.is-ok{color:var(--muted, #8a93a7)}.channel-invite-hint.is-bad{color:#e05a5a}.channel-invite-join-card{margin-top:16px;border-radius:18px;background:var(--elevated, #1c1f26);overflow:hidden}.channel-invite-join-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 16px;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.channel-invite-join-row strong{font-size:15px;font-weight:600}.channel-invite-switch{flex:0 0 44px;width:44px;height:26px;border-radius:13px;background:#8a93a759;position:relative;transition:background .15s ease}.channel-invite-switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .15s ease}.channel-invite-switch.is-on{background:var(--blue, #3d8bff)}.channel-invite-switch.is-on:after{transform:translate(18px)}.channel-invite-save{color:var(--blue, #3d8bff)}.channel-invite-save:disabled{opacity:.35}.channel-edit-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;margin:8px 0 18px}.channel-edit-avatar-btn{position:relative;width:104px;height:104px;border:0;padding:0;background:transparent;cursor:pointer;overflow:visible}.channel-edit-avatar-btn:disabled{opacity:.7;cursor:default}.channel-edit-avatar-media{display:block;width:104px;height:104px;border-radius:50%;overflow:hidden;background:var(--elevated, #1c1f26);position:relative}.channel-edit-avatar,.channel-edit-avatar-media .auth-media-host{width:100%;height:100%;border-radius:50%;object-fit:cover}.channel-edit-avatar.is-fallback{display:grid;place-items:center;width:100%;height:100%;font-size:38px;font-weight:650;color:#fff;background:linear-gradient(145deg,#2b6fd6,#1a3a52)}.channel-edit-avatar-media .auth-media-host>.auth-media-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.channel-edit-avatar-cam{position:absolute;right:0;bottom:0;z-index:2;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--blue, #3d8bff);color:#fff;box-shadow:0 1px 4px #00000047;pointer-events:none}.channel-edit-avatar-hint{margin:0;font-size:13px;color:var(--muted, #8a93a7)}.channel-edit-field{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.channel-edit-field>span{display:flex;align-items:baseline;justify-content:space-between;padding:0 4px;font-size:13px;font-weight:600;color:var(--muted, #8a93a7)}.channel-edit-field>span em{font-style:normal;font-weight:500;font-size:12px;opacity:.85}.channel-edit-field-hint{display:block;margin:0;padding:0 4px;font-style:normal;font-size:12px;line-height:1.35;font-weight:500;color:var(--muted, #8a93a7)}.channel-edit-field input:disabled,.channel-edit-field input[readonly]{opacity:.72;cursor:not-allowed}.channel-edit-field input,.channel-edit-field textarea{width:100%;box-sizing:border-box;border:0;border-radius:16px;padding:14px 16px;background:var(--elevated, #1c1f26);color:var(--text, #f2f4f8);font:inherit;font-size:15px;resize:vertical}.channel-edit-field textarea{min-height:96px;line-height:1.4}.channel-edit-card{margin-top:14px;border-radius:16px;background:var(--elevated, #1c1f26);overflow:hidden}.channel-edit-row{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.channel-edit-row:disabled{opacity:.6}.channel-edit-row-ico{display:grid;place-items:center;width:28px;color:var(--blue, #3d8bff);flex:0 0 auto}.channel-edit-row-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.channel-edit-row-text strong{font-size:15px;font-weight:600}.channel-edit-row-text em{font-style:normal;font-size:13px;color:var(--muted, #8a93a7)}.channel-edit-row-trail{font-style:normal;font-size:14px;color:var(--muted, #8a93a7);flex:0 0 auto}.channel-edit-row>svg{color:var(--muted, #8a93a7);flex:0 0 auto}html[data-theme=light] .channel-edit-field input,html[data-theme=light] .channel-edit-field textarea,html[data-theme=light] .channel-edit-card,html[data-theme=light] .channel-edit-avatar-media{background:#fff}.channel-edit-row+.channel-edit-row{border-top:1px solid rgba(127,140,160,.14)}.channel-edit-row.is-danger,.channel-edit-row.is-danger .channel-edit-row-ico,.channel-edit-row.is-danger .channel-edit-row-text strong{color:#ff6b6b}.channel-edit-sheet-backdrop{position:absolute;inset:0;z-index:40;display:flex;align-items:flex-end;justify-content:center;background:#00000073;border:0;padding:0;cursor:pointer}.channel-edit-sheet{width:100%;max-height:min(78vh,560px);overflow:auto;border-radius:18px 18px 0 0;background:var(--surface, #151820);color:var(--text, #e8ecf4);padding:10px 0 20px;cursor:default;box-shadow:0 -8px 28px #00000047}.channel-edit-sheet-handle{width:36px;height:4px;margin:2px auto 12px;border-radius:2px;background:#8a93a773}.channel-edit-sheet-title{margin:0 20px 6px;font-size:17px;font-weight:700;text-align:center;line-height:1.35}.channel-edit-sheet-hint{margin:0 20px 16px;font-size:13px;line-height:1.4;color:var(--muted, #8a93a7);text-align:center}.channel-edit-sheet-action{display:block;width:100%;border:0;background:transparent;color:#ff6b6b;font:inherit;font-size:16px;font-weight:600;padding:14px 20px;text-align:center;cursor:pointer}.channel-edit-sheet-action:disabled{opacity:.55;cursor:default}.channel-edit-sheet-action.is-muted{color:var(--muted, #8a93a7)}.channel-edit-sheet-btn{display:grid;place-items:center;width:calc(100% - 32px);margin:0 16px 10px;height:50px;border:0;border-radius:12px;font:inherit;font-size:16px;font-weight:600;cursor:pointer}.channel-edit-sheet-btn.is-primary{background:var(--blue, #3d8bff);color:#fff}.channel-edit-sheet-btn.is-secondary{background:#8a93a738;color:var(--text, #e8ecf4)}.channel-edit-sheet-btn:disabled{opacity:.55;cursor:default}.channel-edit-transfer-list{display:flex;flex-direction:column}.channel-edit-transfer-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 20px;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.channel-edit-transfer-row:disabled{opacity:.55;cursor:default}.channel-edit-transfer-row span{display:flex;flex-direction:column;gap:2px;min-width:0}.channel-edit-transfer-row strong{font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-edit-transfer-row em{font-style:normal;font-size:13px;color:var(--muted, #8a93a7)}html[data-theme=light] .channel-edit-sheet{background:#fff}html[data-theme=light] .channel-edit-sheet-btn.is-secondary{background:#e8eaed}.channel-stats-periods{display:flex;gap:8px;margin-bottom:14px}.channel-stats-period{flex:1;border:0;border-radius:12px;padding:10px 8px;background:var(--elevated, #1a1f2a);color:var(--muted, #8a93a7);font:inherit;font-size:13px;font-weight:600;cursor:pointer}.channel-stats-period.is-on{background:#3d8bff2e;color:var(--blue, #3d8bff)}.channel-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.channel-stats-metric{display:flex;flex-direction:column;gap:2px;padding:14px;border-radius:14px;background:var(--elevated, #1c1f26)}.channel-stats-metric strong{font-size:22px;font-weight:700}.channel-stats-metric em{font-style:normal;font-size:13px;color:var(--muted, #8a93a7)}.channel-stats-metric span{font-size:12px;color:var(--muted, #8a93a7);opacity:.85}.channel-stats-engagement{margin:12px 0 0;font-size:13px;color:var(--muted, #8a93a7)}.channel-stats-h{margin:18px 0 8px;font-size:13px;font-weight:650;color:var(--muted, #8a93a7)}.channel-stats-bars{display:flex;align-items:flex-end;gap:3px;height:72px;padding:8px 4px;border-radius:12px;background:var(--elevated, #1c1f26)}.channel-stats-bars span{flex:1;min-width:0;border-radius:3px 3px 0 0;background:var(--blue, #3d8bff);opacity:.85}.channel-stats-bars.is-empty{display:grid;place-items:center;color:var(--muted, #8a93a7);font-size:13px}.channel-stats-posts{display:flex;flex-direction:column;gap:8px}.channel-stats-post{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:12px;background:var(--elevated, #1c1f26)}.channel-stats-post strong{font-size:14px;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-stats-post em{font-style:normal;font-size:12px;color:var(--muted, #8a93a7)}.start-comm-primary,.start-comm-secondary{border:0;border-radius:14px;padding:12px 16px;font:inherit;font-size:15px;font-weight:600;cursor:pointer}.start-comm-primary{background:var(--blue, #3d8bff);color:#fff}.start-comm-secondary{background:transparent;color:var(--blue, #3d8bff)}.start-comm-primary:disabled,.start-comm-secondary:disabled{opacity:.45;cursor:default}html[data-theme=light] .channel-staff-card,html[data-theme=light] .channel-staff-row.is-action,html[data-theme=light] .channel-invite-card,html[data-theme=light] .channel-invite-type-card,html[data-theme=light] .channel-invite-join-card,html[data-theme=light] .channel-stats-metric,html[data-theme=light] .channel-stats-bars,html[data-theme=light] .channel-stats-post,html[data-theme=light] .channel-pane-search,html[data-theme=light] .channel-stats-period{background:#fff}html[data-theme=light] .channel-invite-type,html[data-theme=light] .channel-staff-row{border-bottom-color:#0000000f}html[data-theme=light] .channel-pane-search input{color:#1a1d24}.mobile-tab-bar{position:absolute;left:0;right:0;bottom:0;z-index:55;pointer-events:none;padding:0 max(10px,env(safe-area-inset-left,0px)) calc(10px + env(safe-area-inset-bottom,0px)) max(10px,env(safe-area-inset-right,0px))}.mobile-tab-bar-pill{pointer-events:auto;display:flex;align-items:stretch;justify-content:space-evenly;gap:0;padding:7px 4px;border-radius:24px;background:#1c1e26eb;backdrop-filter:blur(20px) saturate(1.3);-webkit-backdrop-filter:blur(20px) saturate(1.3);box-shadow:0 8px 28px #00000059}html[data-theme=light] .mobile-tab-bar-pill{background:#fffffff5;border:1px solid rgba(15,23,42,.1);box-shadow:0 8px 24px #0f172a1f}.mobile-tab-item{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 2px;margin:0;border:0;border-radius:16px;background:transparent;color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .2s ease,transform .2s ease,background .2s ease}.mobile-tab-item.is-active{color:var(--text)}.mobile-tab-item.is-active .mobile-tab-ico-wrap{color:var(--blue, #3d8bff);transform:scale(1.06)}.mobile-tab-item.is-avatar-active{background:color-mix(in srgb,var(--blue, #3d8bff) 16%,transparent)}.mobile-tab-ico-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;transition:transform .2s ease,color .2s ease}.mobile-tab-ico-wrap .chat-avatar{width:24px!important;height:24px!important;font-size:10px!important}.mobile-tab-badge{position:absolute;top:-4px;right:-8px;min-width:16px;height:14px;padding:0 4px;border-radius:8px;background:var(--blue, #3d8bff);color:#fff;font-size:9px;font-weight:700;line-height:14px;text-align:center}.mobile-tab-label{font-size:10px;font-weight:500;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mobile-tab-item.is-active .mobile-tab-label{font-weight:600}.chat-list-shell.has-mobile-tabs>.chat-list,.chat-list-shell.has-mobile-tabs>.mobile-tab-pane{padding-bottom:calc(92px + env(safe-area-inset-bottom,0px))}.chat-list-shell.has-mobile-tabs>.settings-panel,.chat-list-shell.has-mobile-tabs>.profile-layer{padding-bottom:calc(92px + env(safe-area-inset-bottom,0px))}.mobile-tab-pane{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--surface)}.contacts-tab-head,.calls-tab-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:calc(10px + env(safe-area-inset-top,0px)) 16px 8px;flex-shrink:0}.contacts-tab-title,.calls-tab-title{margin:0;font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.contacts-tab-head-actions{position:relative}.contacts-tab-plus{width:34px;height:34px;border:0;border-radius:10px;background:var(--blue, #3d8bff);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.contacts-plus-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:220px;padding:6px;border-radius:14px;background:var(--elevated, #1c1e26);box-shadow:0 10px 28px #00000059;display:flex;flex-direction:column;gap:2px}html[data-theme=light] .contacts-plus-menu{background:#fff;box-shadow:0 10px 28px #0f172a24;border:1px solid rgba(15,23,42,.08)}.contacts-plus-menu button{display:flex;align-items:center;gap:12px;width:100%;padding:11px 12px;border:0;border-radius:10px;background:transparent;color:var(--text);font-size:15px;text-align:left;cursor:pointer}.contacts-plus-menu button:hover{background:color-mix(in srgb,var(--blue, #3d8bff) 12%,transparent)}.contacts-plus-menu button svg{color:var(--blue, #3d8bff);flex-shrink:0}.contacts-tab-search{position:relative;margin:4px 12px 10px;flex-shrink:0}.contacts-tab-search-ico{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.contacts-tab-search input{width:100%;box-sizing:border-box;height:42px;padding:0 40px;border:0;border-radius:14px;background:var(--elevated, rgba(255, 255, 255, .06));color:var(--text);font-size:15px;outline:none}html[data-theme=light] .contacts-tab-search input{background:#eef0f4}.contacts-tab-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:50%;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.contacts-tab-scroll{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.contacts-section-title{margin:8px 16px 4px;font-size:13px;font-weight:600;color:var(--muted);text-transform:none}.contacts-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.contacts-row:active{background:color-mix(in srgb,var(--blue, #3d8bff) 10%,transparent)}.contacts-row-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.contacts-row-name{font-size:16px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contacts-row-sub{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contacts-row-action{flex-shrink:0;padding:6px 12px;border-radius:999px;background:color-mix(in srgb,var(--blue, #3d8bff) 16%,transparent);color:var(--blue, #3d8bff);font-size:13px;font-weight:600}.contacts-empty{margin:24px 20px;text-align:center;color:var(--muted);font-size:15px}.calls-tab-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center}.calls-tab-empty-ico{width:72px;height:72px;border-radius:50%;background:var(--elevated, rgba(255, 255, 255, .06));color:var(--blue, #3d8bff);display:flex;align-items:center;justify-content:center;margin-bottom:18px}html[data-theme=light] .calls-tab-empty-ico{background:#eef0f4}.calls-tab-empty-title{margin:0;font-size:20px;font-weight:600;color:var(--text)}.calls-tab-empty-sub{margin:8px 0 0;max-width:280px;font-size:14px;line-height:1.4;color:var(--muted)}.calls-tab-scroll{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.calls-tab-head-left{display:flex;align-items:center;gap:8px;min-width:0}.calls-tab-back,.calls-tab-clear{width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.calls-tab-back:hover,.calls-tab-clear:hover{background:var(--elevated, rgba(255, 255, 255, .06));color:var(--text)}.calls-tab-clear:disabled{opacity:.45;cursor:default}.contacts-row-name.is-missed{color:#e14b6b}.calls-clear-dialog-ico{width:52px;height:52px;margin:0 auto 12px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,#e85d6a 16%,transparent);color:#e85d6a}html[data-theme=light] .calls-clear-dialog-ico{background:color-mix(in srgb,#d94856 12%,#fff);color:#d94856}.calls-row .contacts-row-action{width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.call-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:stretch;justify-content:center;color:#fff;overflow:hidden}.call-overlay-bg{position:absolute;inset:0;overflow:hidden;background:#0c0d12}.call-overlay-bg-img{position:absolute;inset:-16%;width:132%;height:132%;object-fit:cover;filter:blur(56px) saturate(1.05);transform:translateZ(0);will-change:transform}.call-overlay-bg-scrim{position:absolute;inset:0;background:linear-gradient(180deg,#0000006b,#00000094 45%,#000000e6)}.call-overlay-emojis{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.call-float-emoji{position:absolute;opacity:.42;filter:none;-webkit-user-select:none;user-select:none;will-change:transform,opacity;animation-name:call-emoji-float;animation-timing-function:ease-in-out;animation-iteration-count:infinite;transform:translateZ(0)}@keyframes call-emoji-float{0%,to{transform:translateZ(0);opacity:.28}50%{transform:translate3d(6px,-14px,0);opacity:.5}}@media(prefers-reduced-motion:reduce){.call-float-emoji{animation:none;opacity:.32}}.call-overlay-body{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:calc(48px + env(safe-area-inset-top,0px)) 28px calc(48px + env(safe-area-inset-bottom,0px));text-align:center}.call-overlay-avatar-wrap{position:relative;width:200px;height:200px;display:grid;place-items:center;margin-bottom:22px;margin-top:0}.call-avatar-blur{position:absolute;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.28) 0%,rgba(255,255,255,.1) 42%,transparent 70%);filter:none;opacity:.95;pointer-events:none}.call-overlay-avatar-wrap.is-ringing .call-avatar-blur{animation:call-soft-halo 1.8s ease-in-out infinite alternate}@keyframes call-soft-halo{0%{transform:scale(.96);opacity:.55}to{transform:scale(1.08);opacity:.78}}.call-overlay-avatar{position:relative;z-index:2;border-radius:50%!important;box-shadow:0 10px 32px #00000059}.call-overlay-name{margin:0;font-size:30px;font-weight:650;letter-spacing:-.02em;max-width:90vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.call-overlay-phase{margin:8px 0 0;font-size:16px;font-weight:500;color:#ffffffc7;letter-spacing:.02em}.call-overlay-error{margin:10px 0 0;color:#ff8a95;font-size:14px;max-width:320px}.call-overlay-actions{display:flex;align-items:flex-start;justify-content:center;gap:48px;width:min(420px,100%);margin-top:56px;margin-bottom:0}.call-btn-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;width:88px;flex-shrink:0}.call-btn-label{font-size:13px;line-height:1.2;font-weight:500;color:#ffffffc7;-webkit-user-select:none;user-select:none;text-align:center;white-space:nowrap}.call-btn{width:68px;height:68px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;-webkit-tap-highlight-color:transparent;flex-shrink:0;transition:transform .12s ease}.call-btn:active{transform:scale(.96)}.call-btn-end{width:72px;height:72px}.call-btn-ico{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;line-height:0}.call-btn-ico svg{display:block;width:26px;height:26px}.call-btn-accept{background:#34c759;box-shadow:0 10px 28px #34c7596b}.call-btn-reject{background:#ff3b30;box-shadow:0 10px 28px #ff3b3061}.call-btn-mute{background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.call-btn-mute.is-muted{background:#ff3b30;box-shadow:0 10px 28px #ff3b3061;color:#fff}@media(max-width:420px){.call-overlay-actions{gap:36px}}@media(prefers-reduced-motion:reduce){.call-overlay-avatar-wrap.is-ringing .call-avatar-blur{animation:none}}.group-topics-panel{display:flex;flex-direction:column;width:min(268px,38vw);min-width:200px;max-width:300px;height:100%;background:var(--bg-elevated, #1c1f26);border:1px solid var(--border-soft, rgba(255, 255, 255, .07));border-radius:18px;flex-shrink:0;overflow:hidden;box-shadow:0 8px 28px #0000002e;animation:group-topics-in .32s cubic-bezier(.22,1,.36,1)}@keyframes group-topics-in{0%{opacity:0;transform:translate(-12px) scale(.98)}to{opacity:1;transform:none}}@keyframes group-topics-row-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:none}}.group-topics-head{display:flex;align-items:center;gap:8px;height:48px;padding:0 16px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.05)}.group-topics-head strong{flex:1;font-size:14px;font-weight:650;letter-spacing:.01em;color:var(--text-secondary, #8b93a7)}.group-topics-scroll{flex:1;overflow:auto;padding:8px}.group-topics-hint{margin:16px 10px;font-size:13px;color:var(--text-secondary, #8b93a7)}.group-topics-row-wrap{position:relative;display:flex;align-items:stretch;border-radius:14px;animation:group-topics-row-in .34s cubic-bezier(.22,1,.36,1) both}.group-topics-row-wrap.is-selected{background:#3b9eff29;box-shadow:inset 0 0 0 1px #3b9eff38}.group-topics-row{display:flex;align-items:center;gap:10px;flex:1;min-width:0;padding:10px 6px 10px 10px;border:0;border-radius:14px;background:transparent;color:inherit;text-align:left;cursor:pointer;transition:background .22s ease,transform .22s ease}.group-topics-row:hover{background:#ffffff0b}.group-topics-row-wrap:not(.is-selected) .group-topics-row:hover{background:#ffffff0b}.group-topics-row:active{transform:scale(.985)}.group-topics-row.is-selected{background:transparent}.group-topics-emoji{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#ffffff0f;font-size:16px;flex-shrink:0;color:var(--text-secondary, #8b93a7);transition:background .22s ease,transform .22s ease}.group-topics-row-wrap.is-selected .group-topics-emoji{background:#3b9eff33;transform:scale(1.04)}.group-topics-emoji-text{line-height:1;font-size:17px}.group-topics-row-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.group-topics-row-text strong{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-topics-row-text em{font-style:normal;font-size:12px;color:var(--text-secondary, #8b93a7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-topics-badge{min-width:20px;padding:2px 6px;border-radius:10px;background:var(--accent, #3b9eff);color:#fff;font-size:11px;font-weight:700;text-align:center;flex-shrink:0;animation:group-topics-badge-in .25s ease}@keyframes group-topics-badge-in{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.group-topics-more-wrap{position:relative;display:flex;align-items:center;padding-right:4px;flex-shrink:0}.group-topics-more{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:var(--text-secondary, #8b93a7);cursor:pointer;opacity:.55;transition:opacity .15s ease,background .15s ease}.group-topics-row-wrap:hover .group-topics-more,.group-topics-more-wrap:focus-within .group-topics-more{opacity:1}.group-topics-more:hover{background:#ffffff14;color:inherit}.group-topics-menu{position:absolute;top:100%;right:4px;z-index:30;min-width:172px;padding:6px;border-radius:12px;background:#2f3545;border:1px solid rgba(255,255,255,.18);box-shadow:0 14px 40px #000000a6,0 0 0 1px #00000059;display:flex;flex-direction:column;gap:2px;color:#f2f4f8;opacity:1;isolation:isolate}.group-topics-menu.is-portal{position:fixed;top:0;right:auto;z-index:10050;background:#2f3545;backdrop-filter:none;-webkit-backdrop-filter:none;opacity:1!important}.group-topics-menu button{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:0;border-radius:9px;background:transparent;color:inherit;font-size:13px;font-weight:550;text-align:left;cursor:pointer}.group-topics-menu button:hover{background:#ffffff0f}.group-topics-menu button.is-danger{color:#ff6b6b}.group-topics-create{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 10px 12px;padding:11px 12px;border:0;border-radius:14px;background:#3b9eff1f;color:var(--accent, #3b9eff);font-size:14px;font-weight:600;cursor:pointer;flex-shrink:0;transition:background .2s ease,transform .2s ease}.group-topics-create:hover{background:#3b9eff2e}.group-topics-create:active{transform:scale(.98)}.group-topics-sheet-backdrop{position:fixed;inset:0;z-index:80;background:#00000073;display:grid;place-items:end center;padding:16px;animation:group-topics-backdrop-in .2s ease}@keyframes group-topics-backdrop-in{0%{opacity:0}to{opacity:1}}.group-topics-sheet{width:min(420px,100%);background:var(--bg-elevated, #1c1f26);border-radius:18px;padding:18px 16px 14px;box-shadow:0 12px 40px #00000059;animation:group-topics-sheet-in .28s cubic-bezier(.22,1,.36,1)}@keyframes group-topics-sheet-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.group-topics-sheet h3{margin:0;font-size:18px;font-weight:700}.group-topics-sheet>p{margin:6px 0 14px;font-size:13px;color:var(--text-secondary, #8b93a7)}.group-topics-sheet input{width:100%;box-sizing:border-box;border:0;border-radius:12px;padding:12px 14px;background:#ffffff0f;color:inherit;font-size:15px;outline:none}.group-topics-sheet-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.group-topics-sheet-actions button{border:0;border-radius:10px;padding:10px 14px;background:transparent;color:var(--text-secondary, #8b93a7);font-size:14px;font-weight:600;cursor:pointer}.group-topics-sheet-actions button.is-primary{background:var(--accent, #3b9eff);color:#fff}.group-topics-sheet-actions button.is-danger-fill{background:#e5484d;color:#fff}.group-topics-sheet-actions button:disabled{opacity:.5;cursor:default}html[data-theme=light] .group-topics-panel{background:#fff;border-color:#0000000f;box-shadow:0 8px 24px #0f172a14}html[data-theme=light] .group-topics-head{border-bottom-color:#0000000d}html[data-theme=light] .group-topics-row:hover,html[data-theme=light] .group-topics-row-wrap:not(.is-selected) .group-topics-row:hover{background:#0f172a0a}html[data-theme=light] .group-topics-row-wrap.is-selected{background:#3b9eff1f;box-shadow:inset 0 0 0 1px #3b9eff2e}html[data-theme=light] .group-topics-menu,html[data-theme=light] .group-topics-menu.is-portal{background:#fff;color:#1a1f2c;border-color:#0f172a1f;box-shadow:0 14px 36px #0f172a33,0 0 0 1px #0f172a0f}html[data-theme=light] .group-topics-menu button:hover{background:#0f172a0d}@media(max-width:860px){.group-topics-panel{width:min(320px,88vw);min-width:0;max-width:88vw;border-radius:0;animation:none}}.messenger{--bg: #0b0c10;--surface: #171a21;--bar: #12141a;--elevated: #22262f;--text: #f4f5f7;--muted: #8b93a7;--line: #2a2f3a;--blue: #3d8bff;--bubble-out: #1f4f9a;--bubble-in: #1c212b;--online: #2ee59d;--danger: #ff5c6a;--wall-dim: .52;position:relative;display:grid;grid-template-columns:minmax(280px,380px) 1fr;height:100%;min-height:100%;max-height:100%;background:var(--bg);color:var(--text);overflow:hidden;isolation:isolate}.messenger-wall{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.messenger-wall-bg{position:absolute;inset:0;background-color:#0b0c10;background-repeat:repeat;background-size:auto;background-position:0 0;transform:translateZ(0)}.messenger-wall-dim{position:absolute;inset:0;background:rgba(0,0,0,var(--wall-dim, .52))}.chat-list,.chat-thread{min-height:0;max-height:100%;overflow:hidden}.messenger-toast{position:fixed;top:16px;left:50%;z-index:50;transform:translate(-50%);display:flex;align-items:center;gap:10px;max-width:min(480px,calc(100% - 32px));padding:10px 12px 10px 16px;border-radius:12px;background:#3a1a1f;color:#ffd0d5;font-size:14px;box-shadow:0 8px 28px #00000059}.messenger-toast button{border:0;background:transparent;color:inherit;font-size:18px;cursor:pointer}.chat-list{display:flex;flex-direction:column;min-width:0;background:transparent}.chat-list-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 12px 8px 10px}.chat-list-me{display:flex;align-items:center;gap:10px;min-width:0;width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:4px 8px 4px 4px;border-radius:14px;cursor:pointer;font:inherit}.chat-list-me-block{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;flex:1}.chat-list-edit-profile{display:inline-flex;align-items:center;gap:4px;margin:1px 0 0 48px;padding:0;border:0;border-radius:0;background:transparent;color:var(--muted, #8b93a7);font:inherit;font-size:12px;font-weight:500;letter-spacing:-.1px;line-height:1.2;cursor:pointer}.chat-list-edit-profile:hover{background:transparent;color:var(--blue, #3d8bff)}.chat-list-edit-profile svg{flex:0 0 auto;width:12px;height:12px;opacity:.85}.chat-list-me:hover:not(:disabled){background:var(--elevated)}.chat-list-me:disabled{cursor:default}.chat-list-me-ava{flex:0 0 auto;width:36px;height:36px;border-radius:50%;overflow:hidden}.chat-list-me-ava[role=button]{cursor:pointer}.chat-list-me-avatar,.chat-list-me-avatar.chat-avatar{width:36px!important;height:36px!important;font-size:14px}.chat-list-me-fallback{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,#2b6fd6,#1a3a52);color:#fff;font-size:14px;font-weight:700}.chat-list-me-meta{min-width:0;display:flex;flex-direction:column;gap:1px}.chat-list-me-brand{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;letter-spacing:-.2px;color:var(--text)}.chat-list-me-brand img{display:block;opacity:.9}.chat-list-me-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;color:var(--muted);font-weight:500}.chat-list-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;letter-spacing:-.3px}.chat-list-brand img{display:block;flex:0 0 auto}.chat-list-logout{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer}.chat-list-logout:hover{background:var(--elevated);color:var(--text)}.chat-list-search{position:relative;padding:8px 16px 10px}.chat-list-search-ico{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.chat-list-search input{width:100%;height:40px;padding:0 14px 0 40px;border:0;border-radius:20px;background:var(--elevated);color:var(--text);font-size:15px;outline:none}.chat-list-search input::placeholder{color:var(--muted)}.chat-list-tabs{display:flex;gap:10px;padding:0 12px 10px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-x;border-bottom:1px solid var(--line);flex-shrink:0}.chat-list-tabs.is-dragging{cursor:grabbing}.chat-list-tabs::-webkit-scrollbar{display:none}.chat-tab{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:0;border-radius:999px;background:var(--elevated);color:var(--muted);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.chat-tab.is-active{background:#3d8bff33;color:#9ec5ff}.chat-tab-badge{min-width:18px;padding:0 5px;border-radius:999px;background:var(--blue);color:#fff;font-size:11px;line-height:18px;text-align:center}.chat-tab:not(.is-active) .chat-tab-badge{background:#ffffff1f;color:var(--text)}.chat-tab-add{width:36px;padding:7px 0;justify-content:center;color:var(--blue)}.chat-tab-add:disabled{opacity:.45;cursor:default}.chat-tab-folder{max-width:160px}.chat-tab-folder .chat-tab-badge{background:#ffffff1f}.chat-folder-note{margin:0 12px 8px;padding:8px 12px;border-radius:10px;background:#3d8bff29;color:#cfe3ff;font-size:13px;text-align:center}.chat-folder-input{width:100%;height:44px;margin:4px 0 0;padding:0 12px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#12151c;color:#f4f5f7;font:inherit;font-size:15px;box-sizing:border-box}.chat-folder-confirm{background:#3d8bff47!important;color:#9ec5ff!important}.chat-folder-pick{text-align:left}.chat-folder-pick-list{display:flex;flex-direction:column;gap:6px;max-height:min(40vh,280px);overflow:auto;margin-top:4px}.chat-folder-pick-item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#12151c;color:#f4f5f7;font:inherit;font-size:14px;font-weight:600;cursor:pointer;text-align:left}.chat-folder-pick-item.is-on{border-color:#3d8bff73;background:#3d8bff29;color:#9ec5ff}.chat-folder-pick-item:disabled{opacity:.6;cursor:default}.chat-list-scroll{flex:1;min-height:0;padding:4px 8px 12px}.chat-list-app-banner{flex-shrink:0;display:flex;align-items:stretch;gap:4px;margin:0 10px 10px;padding:2px;border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--blue, #3d8bff) 22%,#12141a),#1a1d24);border:1px solid color-mix(in srgb,var(--blue, #3d8bff) 28%,transparent);box-shadow:0 8px 24px #00000038}.chat-list-app-banner-main{flex:1;min-width:0;display:flex;align-items:center;gap:10px;padding:10px 10px 10px 12px;border-radius:14px;color:inherit;text-decoration:none}.chat-list-app-banner-main:hover{background:#ffffff0a}.chat-list-app-banner-ico{flex:0 0 auto;display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:color-mix(in srgb,var(--blue, #3d8bff) 22%,transparent);color:var(--blue, #3d8bff)}.chat-list-app-banner-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-list-app-banner-copy strong{font-size:13px;font-weight:700;color:var(--text, #f2f3f5);line-height:1.2}.chat-list-app-banner-copy>span{font-size:12px;color:var(--muted, #8e8e93);line-height:1.3}.chat-list-app-banner-cta{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:var(--blue, #3d8bff);color:#fff;font-size:12px;font-weight:700;white-space:nowrap}.chat-list-app-banner-close{flex:0 0 auto;align-self:flex-start;margin:6px 6px 0 0;width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted, #8e8e93);cursor:pointer}.chat-list-app-banner-close:hover{background:#ffffff0f;color:var(--text, #f2f3f5)}html[data-theme=light] .chat-list-app-banner{background:linear-gradient(135deg,color-mix(in srgb,var(--blue, #3d8bff) 14%,#fff),#fff);border-color:color-mix(in srgb,var(--blue, #3d8bff) 24%,#d7dbe3);box-shadow:0 6px 18px #1a1d2414}html[data-theme=light] .chat-list-app-banner-copy strong{color:#1a1d24}html[data-theme=light] .chat-list-app-banner-close:hover{background:#0000000d;color:#1a1d24}.chat-row{display:flex;gap:12px;width:100%;padding:10px 12px;border:0;border-radius:14px;background:transparent;color:inherit;text-align:left;cursor:pointer}.chat-row:hover{background:#ffffff08}.chat-row.is-active{background:#3d8bff24;border-radius:14px}.chat-row.is-leaving{animation:chat-row-leave .22s ease-in forwards;pointer-events:none}@keyframes chat-row-leave{0%{opacity:1;transform:translate(0);max-height:80px}to{opacity:0;transform:translate(-24px);max-height:0;padding-top:0;padding-bottom:0;margin:0}}.chat-thread-shell>.chat-thread{animation:chat-thread-in .28s cubic-bezier(.22,1,.36,1)}@keyframes chat-thread-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes chat-list-in{0%{opacity:.4;transform:translate(-8px)}to{opacity:1;transform:none}}.chat-thread-scroll{flex:1;min-height:0;padding:16px 16px 12px;display:flex;flex-direction:column;background:transparent;position:relative;z-index:1}.chat-thread-scroll-inner{display:flex;flex-direction:column;gap:6px;width:100%;margin-top:auto}.chat-thread-scroll-inner>.msg,.chat-thread-scroll-inner>.msg-row,.chat-thread-scroll-inner>.msg-date,.chat-thread-scroll-inner>.msg-system,.chat-thread-scroll-inner>.msg-gift,.chat-thread-scroll-inner>.chat-thread-hint{flex-shrink:0}.msg-row{display:flex;align-items:flex-end;gap:8px;width:100%;max-width:100%}.msg-row.is-out{justify-content:flex-end}.msg-row.is-in{justify-content:flex-start}.msg-row.has-group-ava{padding-left:0}.msg-row-ava{flex:0 0 32px;width:32px;height:32px;margin-bottom:2px}.msg-row .msg{max-width:min(78%,520px);align-self:flex-end}.msg-row.has-group-ava .msg{max-width:min(72%,480px)}.msg-sender-ava{width:32px!important;height:32px!important;font-size:13px;line-height:32px}.msg-date{position:sticky;top:4px;z-index:2;align-self:center;margin:10px 0 4px;padding:4px 12px;border-radius:10px;background:#22262feb;color:var(--muted);font-size:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px #0003}.chat-list-empty{margin:40px 16px;text-align:center;color:var(--muted);font-size:14px}.chat-row-avatar-wrap{position:relative;flex:0 0 auto}.chat-row-avatar,.chat-thread-avatar,.chat-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;background:var(--elevated);display:grid;place-items:center;flex:0 0 auto;overflow:hidden;color:#fff;font-weight:600}.chat-avatar.is-favorites{background:#3d8bff;color:#fff}.chat-avatar.is-service{background:#000}.chat-avatar.is-support{background:#1a2736;color:#5b9dff}.chat-avatar.is-verification{background:#1a2736;color:#3d8bff}.chat-avatar.is-sticker-bot{background:#241f12;color:#f5c84c}.chat-avatar.is-fallback{background:linear-gradient(145deg,#2b6fd6,#1a3a52);font-size:18px}.chat-verified-ico{display:inline-block;margin-left:5px;vertical-align:-2px;flex-shrink:0}.icon-verified{display:inline-block;flex-shrink:0;vertical-align:-2px}.chat-head-btn{display:grid;place-items:center;width:34px;height:34px;margin:0;border:0;border-radius:50%;background:transparent;color:#f4f5f7c7;cursor:pointer;flex:0 0 auto;transition:background .15s ease,color .15s ease}.chat-head-btn:hover{background:#ffffff1a;color:#fff}.chat-head-btn.is-on{background:#3d8bff38;color:#9ec5ff}.chat-thread-actions{margin-left:auto;display:flex;align-items:center;gap:8px;flex:0 0 auto;min-width:0}.chat-thread-actions-btns{display:inline-flex;align-items:center;gap:2px;padding:3px;border-radius:999px;background:#00000038;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0a}.chat-search-bar input{flex:1;height:36px;padding:0 12px;border:0;border-radius:18px;background:var(--elevated);color:var(--text);outline:none}.chat-search-count{color:var(--muted);font-size:12px;min-width:36px;text-align:center}.chat-search-bar button{width:32px;height:32px;border:0;border-radius:50%;background:transparent;color:var(--text);cursor:pointer}.chat-search-section-title{padding:12px 16px 4px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.chat-discover-section .chat-search-section-title{text-transform:none;letter-spacing:0;font-size:13px;font-weight:600;padding-top:16px}.chat-discover-row{display:flex;align-items:center;gap:4px;padding-right:10px}.chat-discover-main{flex:1;min-width:0}.chat-discover-join{flex:0 0 auto;width:34px;height:34px;border:0;border-radius:10px;background:var(--blue, #2b6fd6);color:#fff;display:grid;place-items:center;cursor:pointer;font:inherit;font-weight:700}.chat-discover-join:disabled{opacity:.85;cursor:default}.chat-discover-join.is-done{background:var(--blue, #2b6fd6)}.chat-discover-pending{flex:0 0 auto;padding:0 8px;color:var(--muted);font-size:13px}.bots-catalog{display:flex;flex-direction:column;gap:12px;padding:8px 12px 24px}.bots-catalog-hero{display:flex;align-items:flex-start;gap:12px;padding:14px 14px 13px;border-radius:16px;background:radial-gradient(120% 100% at 100% 0%,rgba(61,139,255,.28),transparent 55%),linear-gradient(145deg,#1a2434,#121820);border:1px solid rgba(255,255,255,.06)}.bots-catalog-hero-ico{flex:0 0 auto;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#5aa8ff,#2f78e8);box-shadow:0 8px 18px #2f78e84d}.bots-catalog-hero-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.bots-catalog-hero-copy strong{font-size:15px;font-weight:700;color:#fff;letter-spacing:-.01em}.bots-catalog-hero-copy span{font-size:12.5px;line-height:1.4;color:#ffffffa8}.bots-catalog-list{display:flex;flex-direction:column;gap:8px}.bots-card{display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:1px solid rgba(255,255,255,.05);border-radius:16px;background:var(--elevated);color:inherit;text-align:left;cursor:pointer;font:inherit;transition:background .15s ease,border-color .15s ease,transform .15s ease}.bots-card:hover{background:#ffffff0a;border-color:#3d8bff47}.bots-card.is-active{background:#3d8bff24;border-color:#3d8bff59}.bots-card.tone-support{box-shadow:inset 3px 0 #3d8bff}.bots-card.tone-verify{box-shadow:inset 3px 0 #34c759}.bots-card.tone-stickers{box-shadow:inset 3px 0 #f5c84c}.bots-card-avatar{flex:0 0 auto;width:48px!important;height:48px!important;border-radius:16px!important}.bots-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.bots-card-top{display:flex;align-items:center;gap:8px;min-width:0}.bots-card-title{flex:1;min-width:0;display:inline-flex;align-items:center;gap:5px;font-size:15px;font-weight:650;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bots-card-badge{flex:0 0 auto;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:650;letter-spacing:.01em;text-transform:none;background:#3d8bff29;color:#7eb6ff}.bots-card-badge.tone-support{color:#7eb6ff;background:#3d8bff29}.bots-card-badge.tone-verify{color:#34c759;background:#34c75929}.bots-card-badge.tone-stickers{color:#f5c84c;background:#f5c84c2e}.bots-card-tagline{margin:0;font-size:12.5px;line-height:1.35;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bots-card-meta{display:flex;align-items:center;gap:8px;margin-top:2px;font-size:12px;color:var(--muted)}.bots-card-meta>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bots-card-open,.bots-card-opened{margin-left:auto;flex:0 0 auto;font-weight:650;color:var(--blue, #3d8bff)}.bots-card-opened{color:var(--muted);font-weight:500}.bots-card-unread{margin-left:auto;flex:0 0 auto;min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:inline-grid;place-items:center;background:var(--blue, #3d8bff);color:#fff;font-size:11px;font-weight:700}html[data-theme=light] .bots-catalog-hero{background:radial-gradient(120% 100% at 100% 0%,rgba(61,139,255,.2),transparent 55%),linear-gradient(145deg,#edf4ff,#e8eef8 55%,#f5f7fb);border-color:#d7e2f2}html[data-theme=light] .bots-catalog-hero-copy strong{color:#152033}html[data-theme=light] .bots-catalog-hero-copy span{color:#5b6780}html[data-theme=light] .bots-card{background:#fff;border-color:#e6eaf0}html[data-theme=light] .bots-card:hover{background:#f7f9fc}html[data-theme=light] .bots-card.is-active{background:#3d8bff1a}.sticker-terms-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;background:#0000008c}.sticker-terms-card{width:min(420px,100%);max-height:min(80vh,560px);overflow:auto;padding:20px 18px 16px;border-radius:16px;background:var(--elevated, #1a1f28);color:var(--text, #fff);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 48px #00000059}.sticker-terms-card h3{margin:0 0 10px;font-size:17px;font-weight:700}.sticker-terms-card p{margin:0 0 10px;font-size:13.5px;line-height:1.45;color:var(--muted, rgba(255, 255, 255, .7))}.sticker-terms-card ul{margin:0 0 12px;padding-left:1.15em;font-size:13.5px;line-height:1.45;color:var(--muted, rgba(255, 255, 255, .7))}.sticker-terms-card li+li{margin-top:6px}.sticker-terms-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.sticker-terms-actions button{border:0;border-radius:10px;padding:10px 14px;font:inherit;font-weight:650;cursor:pointer}.sticker-terms-actions .is-ghost{background:transparent;color:var(--muted, rgba(255, 255, 255, .7))}.sticker-terms-actions .is-primary{background:var(--blue, #3d8bff);color:#fff}html[data-theme=light] .sticker-terms-card{background:#fff;color:#152033;border-color:#e6eaf0}html[data-theme=light] .sticker-terms-card p,html[data-theme=light] .sticker-terms-card ul{color:#5b6780}.msg.is-search-hit{outline:2px solid var(--blue);outline-offset:2px}.msg-bot-buttons{display:flex;flex-direction:column;gap:6px;margin-top:6px;max-width:min(320px,92%);align-self:flex-start}.msg.is-out .msg-bot-buttons{align-self:flex-end}.msg-bot-btn{width:100%;border:1px solid rgba(61,139,255,.45);border-radius:12px;background:var(--elevated, #1e232c);color:#3d8bff;font:inherit;font-size:14px;font-weight:600;padding:10px 14px;cursor:pointer;text-align:center}html[data-theme=light] .msg-bot-btn{background:#fff}.msg-bot-btn:hover{background:#3d8bff1a}.msg-react-bar{display:flex;gap:4px;margin-bottom:6px;padding:4px;border-radius:999px;background:#12141aeb;box-shadow:0 4px 16px #00000059;animation:react-bar-in .18s ease-out;transform-origin:center bottom}@keyframes react-bar-in{0%{opacity:0;transform:translateY(8px) scale(.92)}to{opacity:1;transform:none}}.msg-react-bar button{width:36px;height:36px;border:0;border-radius:50%;background:transparent;font-size:18px;cursor:pointer;animation:react-btn-in .28s cubic-bezier(.22,1.35,.36,1) both;transition:transform .12s ease,background .12s ease}@keyframes react-btn-in{0%{opacity:0;transform:translateY(10px) scale(.35)}to{opacity:1;transform:none}}.msg-react-bar button.is-mine,.msg-react-bar button:hover{background:#3d8bff33}.msg-react-bar button:active{transform:scale(1.18)}.msg-reactions{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.msg-reaction{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#00000047;color:var(--text);font-size:14px;cursor:pointer;transition:transform .14s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.msg-reaction-count{transition:color .18s ease}.msg-reaction.is-pop{animation:reaction-pop .3s cubic-bezier(.22,1.35,.36,1)}@keyframes reaction-pop{0%{opacity:0;transform:translateY(12px) scale(.4)}70%{transform:translateY(-2px) scale(1.08)}to{opacity:1;transform:none}}.msg-reaction:active{transform:scale(.92)}.msg-reaction.is-mine{border-color:#3d8bffb3;background:#fff;color:#1a1d24;box-shadow:0 0 0 1.5px #3d8bff59}.msg-reaction.is-mine .msg-reaction-count,.msg-reaction.is-mine span:not(.msg-reaction-emoji){color:#1a1d24;font-weight:700}.msg-reaction-emoji{line-height:1}.msg-reaction-count,.msg-reaction span{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums;font-weight:600}.msg.is-in .msg-reaction:not(.is-mine),.msg.is-channel-post .msg-reaction:not(.is-mine){background:#2c313c;border-color:transparent;color:#ffffffeb}.msg.is-in .msg-reaction:not(.is-mine) .msg-reaction-count,.msg.is-channel-post .msg-reaction:not(.is-mine) .msg-reaction-count,.msg.is-in .msg-reaction:not(.is-mine) span:not(.msg-reaction-emoji),.msg.is-channel-post .msg-reaction:not(.is-mine) span:not(.msg-reaction-emoji){color:#ffffffe0}.msg.is-in .msg-reaction.is-mine,.msg.is-channel-post .msg-reaction.is-mine{background:#fff;border-color:#3d8bffb3;color:#1a1d24;box-shadow:0 0 0 1.5px #3d8bff59}.msg.is-out .msg-reaction{background:#f2f3f5;border-color:transparent;color:#1a1d24;box-shadow:0 1px 2px #0000001f}.msg.is-out .msg-reaction-count,.msg.is-out .msg-reaction span{color:#1a1d24}.msg.is-out .msg-reaction.is-mine{background:#fff;border-color:#3d8bffa6;box-shadow:0 0 0 1.5px #3d8bff59}.wallpaper-sheet{width:min(440px,100%);padding:18px 16px 14px;border-radius:18px;background:var(--surface);border:1px solid var(--line)}.wallpaper-sheet h2{margin:0 0 12px;font-size:17px}.wallpaper-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-height:min(52vh,420px);overflow:auto}.wallpaper-swatch{position:relative;aspect-ratio:3 / 4;height:auto;border:2px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;color:#fff;padding:0;background-size:cover;background-position:center;background-color:#1a1d24}.wallpaper-swatch span{position:absolute;left:0;right:0;bottom:0;padding:6px 4px;background:linear-gradient(transparent,#000000c7);font-size:11px;font-weight:600;text-align:center;text-shadow:none}.wallpaper-swatch.is-active{border-color:var(--blue)}.chat-list-shell{position:relative;z-index:1;min-width:0;min-height:0;max-height:100%;overflow:hidden;display:flex;flex-direction:column;background:transparent;animation:chat-list-in .22s ease-out}.chat-thread-shell{position:relative;z-index:1;min-width:0;min-height:0;max-height:100%;overflow:hidden;display:flex;flex-direction:row;align-items:stretch;gap:0}.chat-thread-shell.has-topics{gap:10px;padding:0}.chat-thread-shell>.chat-thread{flex:1;min-width:0;min-height:0;height:100%}.chat-thread-shell.has-topics>.chat-thread{border-radius:18px;overflow:hidden}.chat-thread-shell.has-topics .chat-thread-scroll-inner{animation:chat-topic-messages-in .26s cubic-bezier(.22,1,.36,1)}.chat-thread-shell.has-topics .chat-thread-title,.chat-thread-shell.has-topics .chat-thread-sub{transition:color .18s ease,opacity .18s ease}@keyframes chat-topic-messages-in{0%{opacity:.25;transform:translateY(8px)}to{opacity:1;transform:none}}.chat-list-shell>.settings-panel,.chat-list-shell>.profile-layer,.chat-list-shell>.start-comm,.chat-thread-shell>.profile-layer,.chat-thread>.channel-comments{position:absolute;inset:0;z-index:40;border-radius:inherit}@media(min-width:861px){.messenger{padding:10px;column-gap:0}.chat-list-shell,.chat-thread-shell,.chat-thread{position:relative;z-index:1}.chat-list-shell{align-self:stretch;box-sizing:border-box;width:100%;height:100%;max-height:100%;margin:0;border-radius:24px;background:var(--surface);box-shadow:8px 0 28px #00000047,inset -1px 0 #ffffff0a;isolation:isolate}.chat-thread-shell{border-radius:24px;overflow:hidden;margin-left:10px}.chat-thread-shell>.profile-layer{border-radius:24px}.chat-list-shell>.chat-list{border:0;border-radius:0;background:transparent!important;height:100%}.chat-thread{background:transparent}html[data-theme=light] .chat-list-shell{background:#fff;box-shadow:6px 0 24px #0f172a14,0 0 0 1px #0f172a0f}}.chat-list-shell>.chat-list{flex:1;min-height:0}.chat-list-head-actions{display:flex;align-items:center;gap:2px;margin-left:auto;margin-top:2px;flex:0 0 auto}.msg.is-out{background:var(--bubble-out)}.msg.is-in,.msg.is-channel-post{background:var(--bubble-in)}.chat-row-pin-ico{display:inline-block;margin-right:4px;color:var(--muted);vertical-align:-1px}.chat-row-mute-ico{display:inline-block;margin-right:4px;color:var(--muted);vertical-align:-2px}.chat-row-mute-only{flex:0 0 auto;color:var(--muted);opacity:.7}.chat-row-online{position:absolute;right:1px;bottom:2px;width:12px;height:12px;border:2px solid var(--surface);border-radius:50%;background:var(--online)}.chat-row-preview.is-draft{color:#7eb6ff}.chat-row-body{flex:1;min-width:0;padding-top:2px}.chat-row-top,.chat-row-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-row-title{display:flex;align-items:center;flex:1;min-width:0;overflow:hidden;font-size:16px;font-weight:600;white-space:nowrap;line-height:1.25}.chat-row-title-text{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-height:1.3em}.chat-row-title .chat-premium-badge,.chat-row-title .chat-verified-ico,.chat-row-title .chat-biz-label,.chat-row-title .chat-streak-badge,.chat-row-title .chat-row-pin-ico,.chat-row-title .chat-channel-tag{flex:0 0 auto;flex-shrink:0}.chat-row-channel,.chat-channel-tag{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:6px;background:#3d8bff2e;color:#7eb6ff;font-size:11px;font-weight:600;vertical-align:middle}.chat-row-pin{display:inline-block;margin-right:4px;color:var(--muted);font-size:12px;transform:rotate(45deg)}.chat-premium-badge{display:inline-block;width:14px;height:14px;margin-left:5px;vertical-align:-2px}.chat-verified{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-left:4px;border-radius:50%;background:var(--blue);color:#fff;font-size:9px;font-weight:800;vertical-align:1px}.chat-streak-badge{display:inline-flex;align-items:center;gap:2px;margin-left:6px;padding:1px 6px;border-radius:999px;background:#ff782829;color:#ffb078;font-size:12px;font-weight:700;vertical-align:middle}.chat-streak-badge.is-frozen{background:#78b4ff29;color:#9ec8ff}.chat-row-preview.is-typing{color:var(--blue)}.chat-row-mention{flex:0 0 auto;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--blue);color:#fff}.chat-row-mention-ico{display:block;flex-shrink:0;opacity:.98}.chat-row-mention.is-muted{background:#5c6478}.chat-row-meta-badges{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;align-self:center}html[data-theme=light] .chat-row-mention{background:var(--blue, #3b9eff);color:#fff}html[data-theme=light] .chat-row-mention.is-muted{background:#9aa3b5}.chat-streak-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:0;border-radius:999px;background:#ff782829;color:#ffb078;font-size:13px;font-weight:700;cursor:pointer;border:1px solid rgba(255,140,60,.18)}.chat-streak-chip.is-frozen{background:#78b4ff29;color:#9ec8ff}.streak-sheet-backdrop{position:absolute;inset:0;z-index:40;display:grid;place-items:end center;padding:16px;background:#00000073}.streak-sheet{width:min(420px,100%);padding:22px 20px 18px;border-radius:18px;background:var(--surface);border:1px solid var(--line);text-align:center;box-shadow:0 18px 40px #00000073}.streak-sheet-icon{font-size:36px;line-height:1}.streak-sheet h2{margin:10px 0 4px;font-size:18px}.streak-sheet-count{margin:0;font-size:40px;font-weight:800;color:#ffb078}.streak-sheet-hint,.streak-sheet-restore{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.4}.streak-sheet-close{margin-top:16px;width:100%;padding:12px;border:0;border-radius:12px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer}.chat-channel-tag{margin-left:8px}.msg.is-channel-post{align-self:flex-start;max-width:min(560px,94%);margin-inline:0;border-radius:14px;background:var(--bubble-in)}.msg-views{display:inline-flex;align-items:center;gap:3px;opacity:.9}.chat-footer-action{display:grid;place-items:center;min-height:56px;margin:0 10px calc(10px + env(safe-area-inset-bottom,0px));padding:8px 12px;border:1px solid rgba(255,255,255,.07);border-radius:26px;background:#1c2028b8;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 10px 32px #00000047}.chat-footer-action button{border:0;background:transparent;color:var(--blue);font-size:17px;font-weight:600;cursor:pointer;padding:8px 12px}.chat-footer-action button:disabled{opacity:.6;cursor:progress}.chat-footer-pending{color:var(--muted);font-size:16px;font-weight:500}.chat-row-time{flex:0 0 auto;color:var(--muted);font-size:12px}.chat-row-preview{overflow:hidden;margin-top:4px;color:var(--muted);font-size:14px;white-space:nowrap;text-overflow:ellipsis}.chat-row-preview.is-missed-call{color:#e53935;font-weight:500}.chat-row-badge{flex:0 0 auto;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 7px;border-radius:10px;background:var(--blue);color:#fff;font-size:12px;font-weight:650;line-height:1;text-align:center}.chat-row-badge.is-muted{background:#5c6478}.chat-row-ticks{flex:0 0 auto;display:inline-flex;align-items:center;color:var(--muted);line-height:0}.chat-row-ticks.is-read{color:#5eb3f6}.chat-thread{--wall-dim: .52;position:relative;z-index:1;display:flex;flex-direction:column;min-width:0;isolation:isolate;background:transparent}.chat-thread-wall,.chat-thread-wall-bg,.chat-thread-wall-dim{display:none}.chat-thread-head,.chat-thread-scroll,.chat-composer-wrap,.chat-composer-lock,.chat-footer-action{position:relative;z-index:1}.chat-thread-empty{display:grid;place-items:center;flex:1;min-height:100%;height:100%;padding:24px;box-sizing:border-box;background:#0c0e1259}html[data-theme=light] .chat-thread-empty{background:#e8ebf0b8}.chat-thread-placeholder{display:flex;flex-direction:column;align-items:center;gap:0;max-width:min(340px,100%);padding:28px 32px 26px;text-align:center;color:#e8ecf4e0;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:#1012188c;backdrop-filter:blur(32px) saturate(1.4);-webkit-backdrop-filter:blur(32px) saturate(1.4);box-shadow:0 16px 48px #00000059,inset 0 1px #ffffff14}.chat-thread-placeholder img{opacity:.96;filter:drop-shadow(0 2px 10px rgba(0,0,0,.35))}.chat-thread-placeholder p{margin:16px 0 0;font-size:15px;line-height:1.45;font-weight:500;color:#c6cedceb;text-wrap:balance}html[data-theme=light] .chat-thread-placeholder{color:#1c2028e6;border-color:#00000014;background:#ffffff9e;box-shadow:0 16px 40px #0000001a,inset 0 1px #ffffffb3}html[data-theme=light] .chat-thread-placeholder p{color:#464e5ceb}.chat-thread-vk{display:flex;align-items:center;gap:10px;width:100%;margin-top:18px;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#1976d224;color:inherit;text-decoration:none;text-align:left;box-sizing:border-box;transition:background .15s ease,border-color .15s ease}.chat-thread-vk:hover{background:#1976d238;border-color:#3d8bff59}.chat-thread-vk>img{flex:0 0 auto;width:22px;height:22px;border-radius:6px;opacity:1;filter:none}.chat-thread-vk span{display:flex;flex-direction:column;gap:1px;min-width:0}.chat-thread-vk strong{font-size:13px;font-weight:650;color:#e8ecf4f2;letter-spacing:-.01em}.chat-thread-vk em{font-style:normal;font-size:12px;color:#a8b4c8d9}html[data-theme=light] .chat-thread-vk{border-color:#1976d22e;background:#1976d214}html[data-theme=light] .chat-thread-vk:hover{background:#1976d224;border-color:#1976d247}html[data-theme=light] .chat-thread-vk strong{color:#1c2430}html[data-theme=light] .chat-thread-vk em{color:#5c6578}.chat-thread-head{display:flex;align-items:center;gap:10px;flex-shrink:0;min-height:56px;margin:10px 10px 0;padding:8px 12px;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:#161a2247;backdrop-filter:blur(28px) saturate(1.35);-webkit-backdrop-filter:blur(28px) saturate(1.35);box-shadow:0 8px 28px #0000002e,inset 0 1px #ffffff0f;z-index:6}.chat-search-bar{display:flex;align-items:center;gap:6px;flex-shrink:0;margin:8px 10px 0;padding:8px 12px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#161a2247;backdrop-filter:blur(28px) saturate(1.35);-webkit-backdrop-filter:blur(28px) saturate(1.35);box-shadow:0 8px 24px #00000029,inset 0 1px #ffffff0d;z-index:6}.chat-ws-status{flex:0 0 auto;width:22px;height:22px;display:grid;place-items:center;padding:0;border-radius:50%;background:#ffb0202e;color:#e6b35a;font-size:14px;font-weight:700;line-height:1;white-space:nowrap}.media-skeleton{min-height:120px;background:linear-gradient(90deg,#ffffff0a,#ffffff17,#ffffff0a);background-size:200% 100%;animation:media-shimmer 1.1s ease-in-out infinite}.auth-media-host{position:relative;display:block;line-height:0;overflow:hidden}.auth-media-host.chat-avatar,.auth-media-host.chat-row-avatar,.auth-media-host.chat-thread-avatar{display:grid;place-items:center}.auth-media-host>.auth-media-img{display:block;max-width:100%;height:auto;border-radius:inherit;vertical-align:top}.auth-media-host>.auth-media-fill{position:absolute;inset:0;width:100%;height:100%;border-radius:inherit}.auth-media-host.chat-avatar>.auth-media-img,.auth-media-host.chat-row-avatar>.auth-media-img,.auth-media-host.chat-thread-avatar>.auth-media-img,.auth-media-host.settings-ava>.auth-media-img,.auth-media-host.settings-ava-sm>.auth-media-img,.auth-media-host.settings-profile-ava>.auth-media-img,.auth-media-host.settings-frame-ava-photo>.auth-media-img,.auth-media-host.settings-frame-ava-overlay>.auth-media-img,.auth-media-host.settings-frame-img>.auth-media-img,.auth-media-host.profile-ava>.auth-media-img,.auth-media-host.profile-ava-frame>.auth-media-img,.auth-media-host.profile-gift-detail-img>.auth-media-img,.auth-media-host.profile-gift-sender-ava>.auth-media-img,.auth-media-host.profile-gift-img>.auth-media-img,.auth-media-host.profile-gift-shop-card-img>.auth-media-img,.auth-media-host.profile-gift-confirm-img>.auth-media-img,.auth-media-host.msg-sticker>.auth-media-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.auth-media-host.msg-sticker>.auth-media-img,.auth-media-host.settings-frame-img>.auth-media-img,.auth-media-host.settings-frame-ava-overlay>.auth-media-img,.auth-media-host.profile-ava-frame>.auth-media-img,.auth-media-host.profile-gift-detail-img>.auth-media-img,.auth-media-host.profile-gift-img>.auth-media-img,.auth-media-host.profile-gift-shop-card-img>.auth-media-img,.auth-media-host.profile-gift-confirm-img>.auth-media-img{object-fit:contain}.auth-media-host>.auth-media-img.is-fading{opacity:.35}.auth-media-host.settings-frame-img>.auth-media-img,.auth-media-host.settings-frame-img>.auth-media-fill{object-fit:contain}.auth-media-host>.media-skeleton.auth-media-fill{min-height:0;border-radius:inherit}.auth-media-host.msg-photo-full,.auth-media-host.msg-image.msg-photo-full{overflow:visible;width:fit-content;max-width:min(520px,92vw);height:auto;aspect-ratio:auto;margin-bottom:0;border-radius:0;background:transparent}.auth-media-host.msg-photo-full.is-waiting,.msg-photo-full.media-skeleton,.msg-image-btn .msg-photo-full.is-waiting{width:min(280px,70vw);aspect-ratio:4 / 5;border-radius:12px;overflow:hidden;background:var(--elevated)}.auth-media-host.msg-photo-full>.auth-media-img{position:static!important;inset:auto!important;display:block!important;width:auto!important;height:auto!important;max-width:min(520px,92vw)!important;max-height:min(70vh,640px)!important;margin:0!important;border-radius:0!important;object-fit:contain!important;object-position:center center!important}.auth-media-host.msg-photo-full>.auth-media-fill{position:absolute;inset:0}.msg.is-channel-post .auth-media-host.msg-photo-full{max-width:min(560px,94vw)}.msg.is-channel-post .auth-media-host.msg-photo-full>.auth-media-img{max-width:min(560px,94vw)!important}.msg-image-btn.has-photo-full{overflow:hidden;line-height:normal;width:max-content;max-width:100%;height:auto}.msg-image.media-skeleton,.msg-image-btn .media-skeleton,.auth-media-host.msg-image.is-waiting:not(.msg-photo-full){width:min(420px,100%);aspect-ratio:4 / 5;border-radius:12px;min-height:0;background:var(--elevated)}.auth-media-host.msg-image:not(.msg-photo-full){max-width:min(420px,100%);width:fit-content;border-radius:12px;margin-bottom:4px;line-height:0}.auth-media-host.msg-image:not(.msg-photo-full)>.auth-media-img{display:block;max-width:100%;max-height:min(70vh,640px);width:auto;height:auto;object-fit:contain}.auth-media-host.lightbox-img{max-width:min(960px,100%);max-height:90vh;width:auto;height:auto;background:transparent;overflow:visible}.auth-media-host.lightbox-img>.auth-media-img{max-width:min(960px,100%);max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:12px}@keyframes media-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.chat-jump-badge{position:absolute;top:-6px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--blue);color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center}.chat-thread-sub.is-typing{color:var(--blue)}.chat-typing-with-avas{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:100%}.chat-typing-avas{display:inline-flex;align-items:center;flex:0 0 auto}.chat-typing-ava-wrap{display:inline-flex;width:16px;height:16px;margin-left:-6px;border-radius:50%;box-shadow:0 0 0 1.5px var(--bg-elevated, #171a21);overflow:hidden}.chat-typing-ava-wrap:first-child{margin-left:0}.chat-typing-ava-wrap .chat-avatar,.chat-typing-ava-wrap .chat-typing-ava{width:16px!important;height:16px!important;font-size:9px;line-height:16px}.chat-typing-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-row-preview.is-typing{display:inline-flex;align-items:center;gap:6px}.chat-row-typing-avas{flex:0 0 auto}.msg-reply-quote{display:flex;flex-direction:column;gap:2px;margin-bottom:6px;padding:6px 8px;border-left:3px solid var(--blue);border-radius:6px;background:#0000002e;font-size:13px}.msg-forwarded{display:flex;align-items:center;gap:8px;margin:0 0 8px;min-width:0;max-width:100%}.msg-forwarded-avatar{flex:0 0 auto;width:22px!important;height:22px!important;border-radius:50%;overflow:hidden}.msg-forwarded-avatar img,.msg-forwarded-avatar .auth-media-host{width:22px!important;height:22px!important;border-radius:50%;object-fit:cover}.msg-forwarded-meta{display:flex;flex-direction:column;gap:0;min-width:0;line-height:1.2}.msg-forwarded-label{font-size:11px;font-style:italic;color:var(--muted)}.msg-forwarded-title{overflow:hidden;font-size:13px;font-weight:650;font-style:italic;color:#7eb6ff;white-space:nowrap;text-overflow:ellipsis}.msg.is-out .msg-forwarded-title{color:#ffffffeb}.msg.is-out .msg-forwarded-label{color:#ffffffb8}html[data-theme=light] .msg-forwarded-title{color:#2f6fdb}html[data-theme=light] .msg.is-out .msg-forwarded-title{color:#fffffff2}.msg-reply-quote strong{color:#7eb6ff;font-weight:600}.msg-reply-quote span{overflow:hidden;color:var(--muted);white-space:nowrap;text-overflow:ellipsis}.msg-image-btn{display:block;position:relative;max-width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;line-height:0;overflow:hidden;border-radius:12px}.msg-image-btn.is-spoiler{cursor:pointer}.msg-image-btn.is-spoiler .msg-image,.msg-image-btn.is-spoiler .auth-media-host.msg-image,.msg-image-btn.is-spoiler .auth-media-host.msg-image img{filter:blur(48px) brightness(.72);transform:scale(1.14);transition:filter .38s cubic-bezier(.4,0,.2,1),transform .38s cubic-bezier(.4,0,.2,1)}.msg-photo-spoiler{position:absolute;inset:0;pointer-events:none;border-radius:inherit;overflow:hidden;z-index:2}.msg-photo-spoiler-canvas{display:block;width:100%;height:100%}.msg-image{display:block;max-width:100%;max-height:min(70vh,640px);width:auto;height:auto;margin-bottom:4px;border-radius:12px;object-fit:contain}.msg-spoiler{position:relative;display:inline;margin:0;padding:0 2px;border:0;border-radius:5px;vertical-align:baseline;cursor:pointer;font:inherit;line-height:inherit;color:transparent;background:#7878828c;overflow:hidden}.msg.is-out .msg-spoiler,.msg.is-channel-post .msg-spoiler{background:#00000052}.msg-spoiler-ghost{visibility:hidden;white-space:pre-wrap}.msg-spoiler-noise{position:absolute;inset:0;border-radius:inherit;opacity:.7;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.55) .6px,transparent 1px),radial-gradient(circle at 70% 60%,rgba(255,255,255,.4) .5px,transparent 1px),radial-gradient(circle at 40% 80%,rgba(255,255,255,.35) .45px,transparent 1px);background-size:5px 5px,7px 7px,4px 4px;animation:spoiler-noise 1.2s steps(3) infinite}@keyframes spoiler-noise{0%{transform:translate(0)}33%{transform:translate(-1px,1px)}66%{transform:translate(1px,-1px)}to{transform:translate(0)}}html[data-theme=light] .msg:not(.is-out) .msg-spoiler{background:#0003}.chat-composer-wrap{border-top:none;background:transparent;padding:0 10px calc(10px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:0;position:relative;z-index:6;overflow:visible}.chat-composer-float{border-radius:26px;background:#161a2252;backdrop-filter:blur(28px) saturate(1.35);-webkit-backdrop-filter:blur(28px) saturate(1.35);border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 32px #0000002e,inset 0 1px #ffffff0f;overflow:hidden;position:relative;z-index:2}.chat-composer-float:has(.composer-attach-menu){overflow:visible;z-index:20}.chat-reply-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px 0;background:transparent}.chat-reply-bar div{display:flex;flex-direction:column;min-width:0;border-left:3px solid var(--blue);padding-left:10px}.chat-reply-bar strong{color:var(--blue);font-size:12px}.chat-reply-bar span{overflow:hidden;color:var(--muted);font-size:13px;white-space:nowrap;text-overflow:ellipsis}.chat-reply-bar button{border:0;background:transparent;color:var(--muted);font-size:20px;cursor:pointer}.chat-composer{display:flex;align-items:flex-end;gap:2px;padding:4px 6px 4px 4px;background:transparent;border-top:none;overflow:visible}.chat-composer textarea{flex:1;min-height:40px;max-height:120px;padding:10px 8px;border:0;border-radius:20px;resize:none;background:transparent;color:var(--text);font-size:16px;line-height:1.375;outline:none;font-family:inherit;overflow-y:auto;scrollbar-width:thin}.chat-ico-btn{flex:0 0 auto;display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer}.chat-ico-btn:hover,.chat-ico-btn.is-on{color:var(--blue)}.chat-ico-btn:disabled{opacity:.45;cursor:default}.chat-emoji-bar{display:flex;flex-wrap:wrap;gap:4px;padding:8px 12px 0;background:var(--bar)}.chat-emoji-bar button{width:36px;height:36px;border:0;border-radius:10px;background:transparent;font-size:20px;cursor:pointer}.chat-emoji-bar button:hover{background:var(--elevated)}.composer-media-panel{position:absolute;left:0;right:auto;bottom:calc(100% + 8px);z-index:8;display:flex;flex-direction:column;width:min(420px,100%);max-width:420px;height:320px;max-height:min(320px,52vh);margin:0;border-radius:20px;background:#1c2028eb;backdrop-filter:blur(24px) saturate(1.25);-webkit-backdrop-filter:blur(24px) saturate(1.25);border:1px solid rgba(255,255,255,.07);box-shadow:0 12px 36px #00000052;overflow:hidden;animation:composer-panel-in .22s cubic-bezier(.22,1.15,.36,1);transform-origin:bottom left;pointer-events:auto}@keyframes composer-panel-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}.composer-media-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.composer-media-tabs{display:flex;gap:2px;flex:0 0 auto;align-self:center;margin:2px 0 8px;padding:3px;border-radius:999px;background:#00000052;width:auto}.composer-media-tabs button{flex:0 0 auto;border:0;border-radius:999px;padding:6px 14px;background:transparent;color:var(--muted);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.composer-media-tabs button.is-on{background:#ffffff24;color:var(--text)}.composer-emoji-grid{flex:1;min-height:0;overflow:auto;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));align-content:start;gap:0;padding:6px 4px 2px}.composer-emoji-grid button{width:100%;height:36px;border:0;border-radius:8px;background:transparent;font-size:22px;line-height:1;cursor:pointer;display:grid;place-items:center}.composer-emoji-grid button:hover{background:#ffffff14}.composer-stickers,.composer-gifs{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.composer-pack-row{display:flex;gap:3px;flex:0 0 auto;padding:6px 6px 2px;overflow-x:auto}.composer-pack-tab{flex:0 0 auto;width:30px;height:30px;border:0;border-radius:8px;padding:2px;background:transparent;cursor:pointer}.composer-pack-tab.is-on{background:#3d8bff38}.composer-pack-tab.is-preview{outline:1px dashed rgba(61,139,255,.55);outline-offset:1px}.composer-pack-toolbar{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:2px 10px 4px;min-height:28px}.composer-pack-title{flex:1;min-width:0;color:var(--text);font-size:13px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer-pack-add,.composer-pack-remove{flex:0 0 auto;border:0;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;cursor:pointer}.composer-pack-add{background:#3d8bffeb;color:#fff}.composer-pack-add:hover:not(:disabled){background:#3d8bff}.composer-pack-add:disabled{opacity:.55;cursor:default}.composer-pack-remove{background:#ffffff14;color:var(--muted)}.composer-pack-remove:hover:not(:disabled){background:#ff50502e;color:#ff8e8e}.composer-pack-remove:disabled{opacity:.55;cursor:default}.composer-pack-cover,.composer-sticker-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.composer-pack-cover{border-radius:10px;overflow:hidden;object-fit:contain}.composer-sticker-grid{flex:1;min-height:0;overflow:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:max-content;align-content:start;align-items:start;gap:10px;padding:4px 10px 8px}.composer-sticker-btn{position:relative;display:block;width:100%;height:0;padding:100% 0 0;border:0;border-radius:16px;background:transparent;cursor:pointer;overflow:hidden;isolation:isolate;contain:layout paint}.composer-sticker-btn:hover{background:#ffffff14}.composer-sticker-frame{position:absolute;inset:0;display:block;border-radius:16px;overflow:hidden;clip-path:inset(0 round 16px);-webkit-clip-path:inset(0 round 16px)}.composer-sticker-btn .composer-sticker-img.auth-media-host,.composer-sticker-btn .auth-media-host.composer-sticker-img,.composer-sticker-btn .composer-sticker-img{position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none;max-height:none;border-radius:16px;overflow:hidden;line-height:0}.composer-sticker-btn .composer-sticker-img>.auth-media-img,.composer-sticker-btn .auth-media-host.composer-sticker-img>.auth-media-img,.composer-sticker-btn .composer-sticker-img>.auth-media-fill{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;display:block;border-radius:16px}.composer-gif-subtabs{display:flex;gap:2px;flex:0 0 auto;align-self:center;margin:6px auto 4px;padding:3px;border-radius:999px;background:#00000052;width:fit-content}.composer-gif-subtabs button{border:0;border-radius:999px;padding:6px 14px;background:transparent;color:var(--muted);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.composer-gif-subtabs button.is-on{background:#ffffff24;color:var(--text)}.composer-sticker-catalog{flex:1;min-height:0;overflow:auto;padding:8px;display:flex;flex-direction:column;gap:8px}.composer-catalog-row{display:flex;align-items:center;gap:10px;padding:8px;border-radius:12px;background:#ffffff08}.composer-catalog-main{flex:1;min-width:0;display:flex;align-items:center;gap:10px}.composer-catalog-cover{width:44px;height:44px;border-radius:14px;object-fit:contain;background:#0003;flex:0 0 auto;display:grid;place-items:center;overflow:hidden}.composer-catalog-cover.is-empty{font-size:18px}.composer-catalog-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.composer-catalog-copy strong{font-size:13.5px;font-weight:650;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-catalog-copy span{font-size:12px;color:var(--muted)}.composer-catalog-add{flex:0 0 auto;height:32px;padding:0 12px;border:0;border-radius:10px;background:var(--blue, #3d8bff);color:#fff;font:inherit;font-size:12.5px;font-weight:700;cursor:pointer}.composer-catalog-add:disabled{opacity:.7;cursor:default}.composer-catalog-add.is-done{background:#ffffff14;color:var(--muted)}.composer-catalog-add.is-remove{background:#ff505024;color:#ff9b9b}.composer-catalog-add.is-remove:hover:not(:disabled){background:#ff50503d}html[data-theme=light] .composer-catalog-row{background:#00000008}html[data-theme=light] .composer-catalog-add.is-done{background:#eef1f6}html[data-theme=light] .composer-pack-remove{background:#0f172a0f}html[data-theme=light] .composer-pack-remove:hover:not(:disabled){background:#dc32321f;color:#d14343}html[data-theme=light] .composer-pack-add{background:#2b6fd6}html[data-theme=light] .composer-catalog-add.is-remove{background:#dc32321a;color:#d14343}.composer-gif-search{flex:0 0 auto;margin:2px 10px 6px;border:0;border-radius:12px;padding:7px 12px;background:#00000047;color:var(--text);font-size:13px}.composer-gif-grid{flex:1;min-height:0;overflow:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:5px;padding:0 8px 6px}.composer-gif-cell{position:relative;width:100%;aspect-ratio:1}.composer-gif-btn{width:100%;height:100%;border:0;border-radius:10px;padding:0;overflow:hidden;background:#00000040;cursor:pointer}.composer-gif-btn img{width:100%;height:100%;object-fit:cover;display:block}.composer-gif-fav{position:absolute;top:4px;right:4px;width:26px;height:26px;border:0;border-radius:50%;padding:0;background:#0000008c;color:#ffffffd9;font-size:14px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:transform .12s ease,color .12s ease,background .12s ease}.composer-gif-fav:active{transform:scale(.9)}.composer-gif-fav.is-on{color:#ffd166;background:#000000b3}.composer-media-empty{margin:auto;padding:10px 8px;text-align:center;color:var(--muted);font-size:11px}.msg-gif{max-height:280px}.chat-list-ctx-backdrop{position:fixed;inset:0;z-index:200}.chat-list-ctx{position:fixed;z-index:201;min-width:168px;padding:6px;border-radius:14px;background:#1c2029;color:#f4f5f7;box-shadow:0 12px 36px #0000008c;border:1px solid rgba(255,255,255,.12)}.chat-list-ctx button{display:block;width:100%;border:0;border-radius:10px;padding:11px 12px;background:transparent;color:#f4f5f7;text-align:left;font-size:14px;font-weight:500;cursor:pointer}.chat-list-ctx button.is-danger{color:#ff7b86}.chat-list-ctx button:hover{background:#3d8bff29}.chat-delete-backdrop{position:fixed;inset:0;z-index:210;display:grid;place-items:center;padding:20px;background:#0000009e;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:chat-delete-fade .16s ease-out}.chat-delete-backdrop.is-sheet{place-items:end center;padding:0}.msg-delete-dialog .msg-delete-actions{display:flex;flex-direction:column;gap:8px;margin-top:16px}.msg-delete-dialog .chat-delete-cancel,.msg-delete-dialog .chat-delete-confirm{flex:none;width:100%}html[data-theme=light] .chat-delete-dialog{background:#fff;color:#1a1d24;border-color:#141c281a;box-shadow:0 24px 64px #141c282e,inset 0 1px #fffc}html[data-theme=light] .chat-delete-dialog h2{color:#1a1d24}html[data-theme=light] .chat-delete-desc{background:#f2f4f7;color:#5b6472}html[data-theme=light] .chat-delete-cancel{background:#e8eaed;color:#1a1d24}html[data-theme=light] .chat-delete-cancel:hover{background:#dde1e6}html[data-theme=light] .chat-delete-confirm{background:#ff3b301f;color:#d70015}html[data-theme=light] .chat-delete-confirm:hover{background:#ff3b3033}html[data-theme=light] .msg-menu{background:#fff;border-color:#141c281f;box-shadow:0 10px 30px #141c2824}html[data-theme=light] .msg-menu button{color:#1a1d24}html[data-theme=light] .msg-menu button:hover{background:#141c280f}html[data-theme=light] .msg-menu button.is-danger{color:#d70015}@keyframes chat-delete-fade{0%{opacity:0}to{opacity:1}}.chat-delete-dialog{width:min(340px,100%);padding:22px 20px 16px;border-radius:20px;background:#1a1e27;color:#f4f5f7;border:1px solid rgba(255,255,255,.12);text-align:center;box-shadow:0 24px 64px #0000008c,inset 0 1px #ffffff0f;animation:chat-delete-pop .22s cubic-bezier(.22,1.2,.36,1)}@keyframes chat-delete-pop{0%{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:none}}.chat-delete-avatar{display:flex;justify-content:center;margin-bottom:12px}.chat-delete-avatar .chat-row-avatar{width:64px;height:64px}.chat-delete-dialog h2{margin:0 0 8px;font-size:18px;font-weight:700;color:#f4f5f7}.chat-delete-desc{margin:0;padding:10px 12px;border-radius:12px;background:#ffffff0f;color:#c4cad6;font-size:14px;line-height:1.45}.chat-delete-actions{display:flex;gap:8px;margin-top:18px}.chat-delete-cancel,.chat-delete-confirm{flex:1;border:0;border-radius:12px;padding:11px 12px;font-size:14px;font-weight:600;cursor:pointer}.chat-delete-cancel{background:#2a303c;color:#f4f5f7}.chat-delete-confirm{background:#ff505033;color:#ff8a93}.chat-delete-cancel:hover{background:#343b49}.chat-delete-confirm:hover{background:#ff505052}.chat-delete-cancel:disabled,.chat-delete-confirm:disabled{opacity:.55;cursor:default}.chat-pending-photo{display:flex;align-items:center;gap:10px;padding:8px 14px 0;background:transparent}.chat-pending-photo img{width:56px;height:56px;border-radius:10px;object-fit:cover}.chat-pending-photos{display:flex;align-items:center;gap:8px;padding:8px 14px 0;overflow-x:auto}.chat-pending-thumb{position:relative;flex:0 0 auto}.chat-pending-thumb img{width:56px;height:56px;border-radius:10px;object-fit:cover;display:block}.chat-pending-thumb button,.chat-pending-photo button{display:grid;place-items:center;width:22px;height:22px;border:0;border-radius:50%;background:#0000008c;color:#fff;cursor:pointer}.chat-pending-thumb button{position:absolute;top:-4px;right:-4px}.chat-pending-photo button{width:32px;height:32px;background:var(--elevated);color:var(--muted)}.msg.is-album{padding:0;background:transparent!important;border:0!important;align-self:flex-start;width:fit-content;max-width:min(360px,94%);overflow:visible;box-sizing:border-box}.msg.is-album.is-out,.msg.is-album.is-in,.msg.is-album.is-channel-post{background:transparent!important}.msg.is-album.is-channel-post{max-width:min(360px,94%)}.msg.is-album .photo-album,.msg.is-channel-post.is-album .photo-album{width:min(360px,92vw);max-width:100%}.msg.is-album .channel-post-comments-bar.is-embedded{margin:0;width:100%;max-width:100%;border-top:.5px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px;background:transparent}.msg.is-album .photo-album.has-bubble .channel-post-comments-bar.is-embedded{background:transparent}.msg.is-album .channel-post-comments-bar.is-standalone{width:100%;max-width:100%;margin-top:6px}.msg.is-album .photo-album.has-bubble{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.photo-album{width:min(280px,92%);max-width:100%}.msg.is-channel-post .photo-album{width:min(360px,92vw);max-width:100%}.photo-album.has-bubble{overflow:hidden;border-radius:16px;border:1.5px solid var(--bubble-in);background:var(--bubble-in)}.photo-album.has-bubble.is-mine{border-color:var(--bubble-out);background:var(--bubble-out)}.photo-album:not(.has-bubble) .photo-album-media{overflow:hidden;border-radius:16px;border:1.5px solid color-mix(in srgb,var(--bubble-in) 55%,transparent);background:color-mix(in srgb,var(--bubble-in) 35%,transparent)}.photo-album:not(.has-bubble).is-mine .photo-album-media{border-color:color-mix(in srgb,var(--bubble-out) 55%,transparent);background:color-mix(in srgb,var(--bubble-out) 35%,transparent)}.album-grid{display:flex;gap:1.5px;width:100%;background:#0003}.album-grid-2{aspect-ratio:1.15}.album-grid-2 .album-cell{flex:1;min-width:0;height:100%}.album-grid-3{aspect-ratio:1.05}.album-grid-3 .album-cell.is-tall{flex:1;min-width:0;height:100%}.album-grid-3 .album-col{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.5px;height:100%}.album-grid-3 .album-col .album-cell{flex:1;min-height:0}.album-grid-rows{flex-direction:column}.album-row{display:flex;gap:1.5px;width:100%}.album-row .album-cell{flex:1;min-width:0;aspect-ratio:1}.album-cell{position:relative;display:block;padding:0;border:0;margin:0;background:#111;cursor:pointer;overflow:hidden}.album-thumb,.album-cell .auth-media-host.album-thumb{display:block;width:100%;height:100%;object-fit:cover}.album-cell .auth-media-host.album-thumb>.auth-media-img{width:100%;height:100%;object-fit:cover}.album-time-pill{position:absolute;right:5px;bottom:5px;z-index:2}.photo-album-caption{padding:8px 10px}.photo-album-caption.is-reactions-only{padding-top:8px;padding-bottom:8px}.photo-album-meta{margin-top:6px}.photo-album .channel-post-comments-bar.is-embedded{margin-top:0;width:100%;max-width:100%}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border:0;border-radius:50%;background:#00000073;color:#fff;font-size:22px;cursor:pointer}.lightbox-nav.is-prev{left:12px}.lightbox-nav.is-next{right:12px}.lightbox-counter{position:absolute;top:14px;left:50%;transform:translate(-50%);z-index:2;padding:4px 10px;border-radius:999px;background:#00000073;color:#fff;font-size:13px}html[data-theme=light] .photo-album.has-bubble:not(.is-mine){border-color:#e5e7eb;background:#fff}html[data-theme=light] .photo-album:not(.has-bubble):not(.is-mine) .photo-album-media{border-color:#e5e7eb;background:#e5e7eb8c}.chat-composer .chat-send{flex:0 0 auto;display:grid;place-items:center;width:36px;height:36px;margin:4px;border:0;border-radius:50%;background:var(--elevated);color:var(--muted);cursor:not-allowed}.chat-composer .chat-send.is-ready{background:var(--blue);color:#fff;cursor:pointer}.chat-footer-action button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.chat-jump{position:absolute;right:16px;bottom:calc(78px + env(safe-area-inset-bottom,0px));z-index:8;width:44px;height:44px;border:0;border-radius:50%;background:#1c2028d1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--text);font-size:18px;cursor:pointer;box-shadow:0 6px 18px #00000059;display:grid;place-items:center}.chat-composer-wrap.has-panel~.chat-jump,.chat-thread:has(.chat-composer-wrap.has-panel) .chat-jump{bottom:calc(340px + env(safe-area-inset-bottom,0px))}.chat-thread{position:relative}.msg-menu{position:fixed;z-index:40;min-width:140px;padding:6px;border-radius:12px;background:#1c212b;border:1px solid var(--line);box-shadow:0 10px 30px #0006}.msg-menu button{display:block;width:100%;padding:10px 12px;border:0;border-radius:8px;background:transparent;color:var(--text);text-align:left;font-size:14px;cursor:pointer}.msg-menu button:hover{background:#ffffff0f}.msg-menu button.is-danger{color:#ff6b6b}.lightbox{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:24px;background:#000000d1;cursor:zoom-out}.lightbox-inner{max-width:100%;max-height:90vh;cursor:default}.lightbox-img{max-width:min(960px,100%);max-height:90vh;border-radius:12px;object-fit:contain}.chat-footer-action button.is-fill{width:100%;max-width:420px;height:48px;border-radius:12px;background:var(--blue);color:#fff}.chat-back{width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:var(--text);font-size:20px;cursor:pointer}.chat-back:hover{background:var(--elevated)}.chat-thread-avatar{width:42px;height:42px}.chat-thread-avatar.chat-avatar{width:42px;height:42px;font-size:15px}.chat-thread-peer{display:flex;align-items:center;gap:10px;min-width:0;flex:1;border:0;background:transparent;color:inherit;text-align:left;padding:0;cursor:pointer;font:inherit}.chat-thread-peer:disabled{cursor:default}.chat-thread-meta{min-width:0;flex:1}.chat-thread-title{display:flex;align-items:center;min-width:0;overflow:hidden;font-size:16px;font-weight:600;white-space:nowrap;line-height:1.25}.chat-thread-title-text{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-height:1.3em}.chat-thread-title .chat-premium-badge,.chat-thread-title .chat-verified-ico,.chat-thread-title .chat-channel-tag{flex:0 0 auto;flex-shrink:0}.chat-thread-sub{overflow:hidden;color:var(--muted);font-size:13px;white-space:nowrap;text-overflow:ellipsis}.chat-thread-hint{margin:24px auto;padding:8px 14px;border-radius:12px;background:#12141abf;color:#e8ebf2;font-size:14px}.msg-system{align-self:center;max-width:80%;margin:6px 0;padding:6px 12px;border-radius:12px;background:#22262fd9;color:var(--muted);font-size:13px;text-align:center}.msg-system.is-call{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 14px;border-radius:999px;background:color-mix(in srgb,var(--elevated, #2a303c) 88%,transparent);color:var(--text-secondary, #a8b0c0);font-weight:500;letter-spacing:-.1px}.msg-system.is-call.is-missed{color:#e85d6a;background:color-mix(in srgb,#e85d6a 12%,rgba(34,38,47,.9))}.msg-system-call-ico{display:inline-flex;flex:0 0 auto;opacity:.9}html[data-theme=light] .msg-system.is-call{background:color-mix(in srgb,#e8eaef 90%,#fff);color:#5c6578}html[data-theme=light] .msg-system.is-call.is-missed{color:#d94856;background:color-mix(in srgb,#d94856 10%,#fff)}.msg-gift{align-self:center;display:flex;flex-direction:column;align-items:center;width:100%;max-width:320px;margin:6px 0;padding:0 28px;box-sizing:border-box}.msg-gift-headline{max-width:100%;margin-bottom:8px;padding:4px 10px;border-radius:999px;background:#1a1d24cc;color:#e2e6ef;font-size:12px;font-weight:600;text-align:center;line-height:1.35}.msg-gift-card{display:flex;flex-direction:column;align-items:center;width:100%;max-width:260px;padding:10px 14px;border-radius:16px;border:1px solid rgba(106,99,168,.55);background:#2f2a48;box-sizing:border-box}.msg-gift.is-theirs .msg-gift-card{border-color:#4ade8066;background:#24332c}.msg-gift-badge{padding:3px 8px;border-radius:999px;background:#4c4580;color:#d4d0ff;font-size:10px;font-weight:800;letter-spacing:.02em;text-transform:none}.msg-gift.is-theirs .msg-gift-badge{background:#2f5a42;color:#bbf7d0}.msg-gift-img-wrap{display:flex;align-items:center;justify-content:center;width:88px;height:88px;margin-top:8px;border-radius:12px;background:#00000047;overflow:hidden}.msg-gift-img{width:100%;height:100%;object-fit:contain;padding:4px;box-sizing:border-box}.msg-gift-emoji{font-size:36px;line-height:1}.msg-gift-title{margin-top:8px;color:#f0f3fa;font-size:13px;font-weight:700;text-align:center;line-height:1.3;max-width:100%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.msg-gift-rarity{margin-top:2px;color:#a8b0c0;font-size:11px;font-weight:600;text-align:center}.msg-gift-price{display:inline-flex;align-items:center;gap:4px;margin-top:2px;color:#c4b5fd;font-size:12px;font-weight:700}.msg-gift.is-theirs .msg-gift-price{color:#86efac}.msg-gift-time{margin-top:6px;padding:2px 8px;border-radius:999px;background:#1a1d2499;color:#e2e6efd9;font-size:11px;text-align:center}.msg{align-self:flex-start;max-width:min(520px,82%);padding:8px 10px 6px;border-radius:16px 16px 16px 6px;background:var(--bubble-in);color:var(--msg-in-fg, #f4f5f7);box-shadow:0 1px #0003;flex-shrink:0}.msg.is-out{align-self:flex-end;border-radius:16px 16px 6px;background:var(--bubble-out);color:var(--msg-out-fg, #ffffff)}.msg.is-naked{background:transparent!important;box-shadow:none;padding:2px 0;border-radius:0;max-width:min(280px,78%)}.msg.is-photo{background:transparent!important;box-shadow:none;padding:0;width:fit-content;max-width:min(520px,92%);overflow:visible}.msg.is-photo.is-in{border-radius:16px 16px 16px 6px}.msg.is-photo.is-out{border-radius:16px 16px 6px}.msg.is-photo .msg-image-btn{display:block;width:max-content;max-width:100%;height:auto;flex-shrink:0;border:1.5px solid var(--bubble-in);border-radius:inherit;background:color-mix(in srgb,var(--bubble-in) 35%,transparent);overflow:hidden;line-height:normal}.msg.is-photo.is-out .msg-image-btn{border-color:var(--bubble-out);background:color-mix(in srgb,var(--bubble-out) 35%,transparent)}.msg.is-photo .auth-media-host.msg-photo-full,.msg.is-photo .auth-media-host.msg-image.msg-photo-full{display:block;width:max-content;max-width:min(560px,94vw);height:auto;max-height:none;margin:0;overflow:visible;aspect-ratio:auto}.msg.is-photo .auth-media-host.msg-photo-full>.auth-media-img,.msg.is-photo .auth-media-host.msg-image.msg-photo-full>.auth-media-img{display:block;position:static;width:auto;height:auto;max-width:min(560px,94vw);max-height:min(70vh,640px);margin:0;border-radius:0;object-fit:contain}.msg.is-photo .msg-image.media-skeleton,.msg.is-photo .auth-media-host.msg-image.is-waiting,.msg.is-photo .auth-media-host.msg-photo-full.is-waiting{width:min(280px,70vw);max-width:min(560px,94vw);aspect-ratio:4 / 5;overflow:hidden;background:var(--elevated)}.msg.is-photo .msg-reply-quote{margin:0 0 4px;padding:6px 10px;border-radius:12px;background:var(--bubble-in)}.msg.is-photo.is-out .msg-reply-quote{background:var(--bubble-out)}.msg.is-channel-post.is-photo{align-self:flex-start;width:max-content;max-width:min(560px,94%);margin-inline:0;border-radius:16px;padding:0;overflow:visible;background:transparent!important;box-shadow:none;flex-shrink:0}.msg.is-channel-post.is-photo.is-photo-card{background:var(--bubble-in)!important;border:1.5px solid var(--bubble-in);overflow:hidden}.msg.is-channel-post.is-photo .msg-image-btn{border:1.5px solid var(--bubble-in);border-radius:16px;background:color-mix(in srgb,var(--bubble-in) 35%,transparent);flex-shrink:0}.msg.is-channel-post.is-photo.is-photo-card .msg-image-btn{border:0;border-radius:14.5px}.msg.is-channel-post.is-photo.is-photo-card.has-footer .msg-image-btn{border-radius:16px 16px 0 0}.msg.is-channel-post.is-photo .msg-photo-footer{padding:6px 8px 8px}.channel-post-comments-bar{display:flex;align-items:center;gap:10px;box-sizing:border-box;width:100%;margin:0;padding:10px 12px;border:0;border-radius:0;background:transparent;color:var(--blue, #3d8bff);font:inherit;font-size:15px;font-weight:500;line-height:1.2;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.channel-post-comments-bar:hover{background:#3d8bff0f}.channel-post-comments-bar:active{background:#3d8bff1a}.channel-post-comments-bar>svg:first-child{flex:0 0 auto}.channel-post-comments-text{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.channel-post-commenters{flex:0 0 auto;display:inline-flex;flex-direction:row;align-items:center;margin-right:2px}.channel-post-commenter-ava{width:22px!important;height:22px!important;border-radius:50%;box-sizing:border-box;border:1.5px solid var(--bubble-in, #2a2d38);margin-left:-8px;overflow:hidden}.channel-post-commenters .channel-post-commenter-ava:first-child{margin-left:0}.channel-post-commenter-ava img,.channel-post-commenter-ava .auth-media-host,.channel-post-commenter-ava .auth-media-img{width:100%!important;height:100%!important;border-radius:50%;object-fit:cover}html[data-theme=light] .channel-post-commenter-ava{border-color:#fff}.msg.is-out .channel-post-commenter-ava{border-color:var(--bubble-out, #1f4f9a)}html[data-theme=light] .msg.is-out .channel-post-commenter-ava{border-color:var(--bubble-out, #d6ebff)}.channel-post-comments-mention{flex:0 0 auto;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--blue, #3d8bff);color:#fff}.channel-post-comments-mention-ico{display:block;flex-shrink:0}.channel-post-comments-bar>svg:last-child{flex:0 0 auto;opacity:.85}.channel-post-comments-bar.is-embedded{margin:6px -10px 0;width:calc(100% + 20px);border-top:.5px solid rgba(255,255,255,.1);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.msg.is-channel-post.has-comments:not(.is-photo):not(.is-naked):not(.is-photo-caption){min-width:min(220px,94%);padding-bottom:0;overflow:hidden}.msg.is-channel-post.has-comments:not(.is-photo):not(.is-naked):not(.is-photo-caption) .channel-post-comments-bar.is-embedded{margin-bottom:0}.msg.is-channel-post.has-comments .msg-reactions{margin-top:8px;margin-bottom:10px}.msg.is-photo.is-photo-card .channel-post-comments-bar.is-embedded,.msg.is-photo-caption .channel-post-comments-bar.is-embedded{margin:0;width:100%}.msg.is-photo-caption.has-comments .msg-meta{padding-bottom:6px}.msg.is-photo-caption.has-comments .msg-reactions{margin-bottom:0;padding-bottom:10px}.msg.is-photo.is-photo-card.has-comments .msg-photo-footer{padding-bottom:10px}.msg.is-channel-post.has-comments:not(.is-photo):not(.is-naked):not(.is-photo-caption) .msg-reactions{margin-bottom:10px}.channel-post-comments-bar.is-standalone{width:min(280px,94%);max-width:420px;margin-top:6px;border-top:0;border-radius:16px;background:#252a35}.channel-post-comments-bar.is-standalone:hover{background:#2a303c}.msg.is-out .channel-post-comments-bar.is-embedded{border-top-color:#ffffff1f}html[data-theme=light] .channel-post-comments-bar.is-embedded{border-top-color:#00000014}html[data-theme=light] .channel-post-comments-bar:hover{background:#3d8bff14}html[data-theme=light] .channel-post-comments-bar.is-standalone{background:#fff;box-shadow:0 1px 2px #0000001a}html[data-theme=light] .channel-post-comments-bar.is-standalone:hover{background:#f5f6f8}html[data-theme=light] .msg.is-album .channel-post-comments-bar.is-embedded{background:transparent;border-top-color:#141c281a;box-shadow:none}html[data-theme=light] .msg.is-naked .msg-meta,html[data-theme=light] .msg.is-naked .msg-naked-footer .msg-meta,html[data-theme=light] .msg.is-naked .msg-views,html[data-theme=light] .msg.is-channel-post.is-naked .msg-meta{color:#5a6478;text-shadow:none;opacity:1}html[data-theme=light] .msg.is-naked .msg-meta svg{color:#5a6478;opacity:1}.msg.is-channel-post.is-photo .msg-reactions{margin:0}.msg-time-pill{position:absolute;right:6px;bottom:6px;z-index:3;display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:10px;background:#00000073;color:#fffffff2;font-size:11px;line-height:1.2;font-weight:500;pointer-events:none;white-space:nowrap}.msg-time-pill .msg-ticks{color:#ffffffe6;margin:0}.msg-time-pill .msg-ticks.is-read{color:#8ec7ff}.msg-time-pill .msg-views{display:inline-flex;align-items:center;gap:2px;color:#fffffff2}.msg-views-dot{margin-left:1px;opacity:.9}.msg-time-pill .msg-edited{color:#ffffffd9}.msg-photo-footer{margin-top:4px;width:100%}.msg.is-photo .msg-reactions{margin-top:0}.msg.is-photo-caption{display:inline-block;vertical-align:top;width:max-content;max-width:min(560px,94%);padding:0;overflow:hidden;border:1.5px solid var(--bubble-in);background:var(--bubble-in);box-shadow:none;border-radius:16px;flex-shrink:0}.msg.is-photo-caption.is-out{border-color:var(--bubble-out);background:var(--bubble-out);border-radius:16px 16px 6px}.msg.is-photo-caption.is-in{border-radius:16px 16px 16px 6px}.msg.is-channel-post.is-photo-caption{align-self:flex-start;max-width:min(560px,94%);border-radius:16px;margin-inline:0}.msg.is-photo-caption .msg-image-btn,.msg.is-photo-caption .msg-image-btn.has-photo-full{display:block;width:max-content;max-width:min(560px,94vw);height:auto;max-height:none;margin:0;padding:0;border:0;border-radius:0;overflow:hidden;line-height:normal;background:transparent;cursor:zoom-in}.msg.is-photo-caption .auth-media-host.msg-photo-full,.msg.is-photo-caption .auth-media-host.msg-image.msg-photo-full{display:block!important;overflow:visible!important;width:max-content!important;max-width:min(560px,94vw)!important;height:auto!important;max-height:none!important;margin:0!important;padding:0!important;border-radius:0!important;aspect-ratio:auto!important;background:transparent!important}.msg.is-photo-caption .auth-media-host.msg-photo-full>.auth-media-img,.msg.is-photo-caption .auth-media-host.msg-image.msg-photo-full>.auth-media-img{position:static!important;inset:auto!important;display:block!important;width:auto!important;height:auto!important;max-width:min(560px,94vw)!important;max-height:min(70vh,640px)!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;object-fit:contain!important;object-position:center!important;transform:none!important;filter:none}.msg.is-photo-caption .msg-image-btn.is-spoiler .auth-media-host.msg-photo-full>.auth-media-img{filter:blur(48px) brightness(.72)!important;transform:scale(1.14)!important}.msg-photo-skel{display:block;width:min(280px,70vw);height:auto;aspect-ratio:4 / 5;border-radius:0}.msg.is-photo-caption .auth-media-host.msg-photo-full.is-waiting{width:min(280px,70vw)!important;max-width:min(560px,94vw)!important;aspect-ratio:4 / 5;overflow:hidden!important;background:var(--elevated)!important}.msg.is-photo-caption .msg-reply-quote,.msg.is-photo-caption .msg-text,.msg.is-photo-caption .msg-meta,.msg.is-photo-caption .msg-reactions,.msg.is-photo-caption .msg-link-preview{box-sizing:border-box;display:block;max-width:100%;padding-left:10px;padding-right:10px;overflow-wrap:anywhere;word-break:break-word}.msg.is-photo-caption .msg-reply-quote{margin:8px 0 0;padding-top:6px;padding-bottom:4px}.msg.is-photo-caption .msg-text{margin-top:6px}.msg.is-photo-caption .msg-meta{display:flex;justify-content:flex-end;align-items:center;gap:4px;margin-top:4px;padding-bottom:6px}.msg.is-photo-caption .msg-reactions{margin-top:4px;padding-bottom:4px}.msg.is-photo-caption .msg-link-preview{margin-top:4px;margin-bottom:4px}.msg.is-naked .msg-reply-quote{margin-bottom:6px;padding:6px 10px;border-radius:12px;background:#00000047}.msg.is-naked.is-out .msg-reply-quote{background:#1f4f9a8c}.msg.is-naked .msg-meta{margin-top:0;padding:0;text-shadow:0 1px 2px rgba(0,0,0,.45);flex:0 0 auto;margin-left:auto}.msg.is-naked .msg-react-bar{margin-bottom:8px;align-self:flex-start}.msg.is-naked.is-out .msg-react-bar{align-self:flex-end;margin-left:auto}.msg-naked-footer{display:flex;align-items:center;gap:8px;margin-top:2px;min-height:28px;width:100%}.msg-naked-footer-spacer{flex:1;min-width:0}.msg.is-naked .msg-reactions{margin-top:0;position:relative;z-index:2;justify-content:flex-start;flex:1;min-width:0}.msg.is-naked.is-out .msg-reactions{justify-content:flex-start}.msg.is-naked .msg-reaction{background:#f2f3f5;border-color:transparent;color:#1a1d24;box-shadow:0 2px 8px #00000047}.msg.is-naked .msg-reaction-count,.msg.is-naked .msg-reaction span{color:#1a1d24}.msg.is-naked .msg-reaction.is-mine{background:#fff;border-color:#3d8bffb3;box-shadow:0 0 0 1.5px #3d8bff59,0 2px 8px #00000038}.msg-sender{margin-bottom:4px;color:#7eb6ff;font-size:13px;font-weight:600}.msg-text{white-space:pre-wrap;word-break:break-word;font-size:15.5px;line-height:1.35}.msg-link{color:#6eb6ff;text-decoration:underline;text-underline-offset:2px;word-break:break-all}.msg.is-out .msg-link{color:#fff;text-decoration-color:#ffffffb3}.msg-link-preview{display:flex;align-items:center;gap:8px;margin-top:6px;padding:8px 10px;border-radius:10px;text-decoration:none;color:inherit;background:#ffffff1a;max-width:100%;min-width:0}.msg-link-preview.is-embedded.is-mine{background:#00000038}.msg-link-preview-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.msg-link-preview-site{font-size:12px;opacity:.72;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-link-preview-title{font-size:15px;font-weight:600;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.msg-link-preview-desc{font-size:12px;opacity:.72;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.msg-link-preview-img,.msg-link-preview-fallback{flex:0 0 auto;width:52px;height:52px;border-radius:8px;object-fit:cover;background:#ffffff1f}.msg-link-preview-img.is-round,.msg-link-preview-fallback.is-round{border-radius:50%}.msg-link-preview-fallback{display:grid;place-items:center;font-size:18px;font-weight:700;opacity:.85}html[data-theme=light] .msg-link{color:#1a6fd4}html[data-theme=light] .msg.is-out .msg-link{color:#fff}html[data-theme=light] .msg-link-preview.is-embedded:not(.is-mine){background:#0000000f}.msg-sticker-btn{display:block;padding:0;border:0;background:transparent;cursor:pointer;border-radius:20px;overflow:hidden}.msg-sticker-btn:hover{filter:brightness(1.05)}.msg-sticker{display:block;width:min(196px,52vw);height:min(196px,52vw);object-fit:contain;image-rendering:auto;border-radius:20px}.auth-media-host.msg-sticker{border-radius:20px;overflow:hidden}.msg-audio{display:block;width:min(260px,100%);margin-bottom:4px}.voice-bubble{display:flex;align-items:center;gap:10px;min-width:min(240px,72vw);max-width:280px;margin-bottom:2px}.voice-play{flex:0 0 auto;width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center;background:#ffffff2e;color:#fff;cursor:pointer}.voice-bubble:not(.is-mine) .voice-play{background:#3d8bffe6;color:#fff}.voice-bubble.is-mine .voice-play{background:#ffffff38}.voice-main{flex:1;min-width:0}.voice-wave{display:flex;align-items:flex-end;gap:2px;height:28px;cursor:pointer;padding:2px 0}.voice-bar{flex:1 1 0;min-width:2px;max-width:5px;align-self:flex-end;border-radius:2px;background:#ffffff47;transition:background .12s ease}.voice-bubble:not(.is-mine) .voice-bar{background:#3d8bff47}.voice-bar.is-on{background:#ffffffeb}.voice-bubble:not(.is-mine) .voice-bar.is-on{background:#3d8bff}.voice-row{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.voice-time{font-size:12px;opacity:.85}.voice-speed{border:0;background:#0000002e;color:inherit;border-radius:8px;padding:2px 6px;font-size:11px;font-weight:700;cursor:pointer}html[data-theme=light] .voice-bubble:not(.is-mine) .voice-play{background:#3d8bff}html[data-theme=light] .voice-bubble:not(.is-mine) .voice-bar{background:#3d8bff47}html[data-theme=light] .voice-bubble:not(.is-mine) .voice-bar.is-on{background:#3d8bff}html[data-theme=light] .voice-bubble.is-mine .voice-bar{background:#ffffff59}html[data-theme=light] .voice-bubble.is-mine .voice-bar.is-on{background:#fff}html[data-theme=light] .voice-bubble:not(.is-mine) .voice-speed{background:#0000000f;color:#1a1d24}.video-note{position:relative;display:block;width:min(220px,62vw);padding:0;margin:2px 0 4px;border:0;background:transparent;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.video-note-disk{position:relative;z-index:1;width:calc(100% - 6px);aspect-ratio:1;margin:3px;border-radius:50%;overflow:hidden;background:#0b0d12;box-shadow:0 1px 10px #00000047}.video-note-video{width:100%;height:100%;object-fit:cover;display:block;background:#000}.video-note-idle{position:absolute;inset:0;background:radial-gradient(circle at 40% 35%,#2a3140,#0b0d12 70%)}.video-note-ring{position:absolute;inset:0;z-index:2;width:100%;height:100%;pointer-events:none;overflow:visible}.video-note-ring-track{stroke:#fffffff2;stroke-width:2.75}.video-note-ring-prog{stroke:#3d8bff;stroke-width:3.25;stroke-linecap:round;opacity:0}.video-note.has-progress .video-note-ring-prog,.video-note.is-playing .video-note-ring-prog{opacity:1}.video-note-play{position:absolute;inset:0;z-index:3;display:grid;place-items:center;color:#fff;pointer-events:none}.video-note-play:before{content:"";position:absolute;width:52px;height:52px;border-radius:50%;background:#00000073}.video-note-play svg{position:relative;margin-left:3px}.video-note-loading{position:absolute;inset:0;z-index:3;margin:auto;width:36px;height:36px;border:2.5px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:video-note-spin .7s linear infinite}@keyframes video-note-spin{to{transform:rotate(360deg)}}.video-note-err{position:absolute;inset:0;z-index:3;display:grid;place-items:center;padding:16px;text-align:center;font-size:12px;color:#fff;background:#0000008c}.video-note-badge{position:absolute;right:10px;bottom:10px;left:auto;transform:none;z-index:4;display:inline-flex;align-items:center;gap:4px;max-width:calc(100% - 24px);padding:3px 8px;border-radius:10px;background:#0000007a;color:#fff;font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap;pointer-events:none;font-variant-numeric:tabular-nums}.video-note-timer{min-width:2.4em;font-variant-numeric:tabular-nums}.video-note-badge-dot{opacity:.7}.video-note-views.is-clickable{text-decoration:underline;text-underline-offset:2px}.video-note-ticks{margin-left:2px;opacity:.9;letter-spacing:-1px}.msg.is-naked .video-note{margin-bottom:0}.msg-meta{display:flex;justify-content:flex-end;align-items:center;gap:5px;margin-top:4px;color:var(--msg-meta-in, #7a8499);font-size:11px}.msg.is-out .msg-meta{color:var(--msg-meta-out, #9db7e0)}.msg-ticks{display:inline-flex;align-items:center;color:#9db7e0;line-height:0}.msg-ticks.is-read{color:#5eb3f6}.story-tray-block{flex-shrink:0;margin:0 10px 8px;padding:8px 0 10px;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.story-tray{display:flex;gap:12px;padding:4px 10px 2px;overflow-x:auto;flex-shrink:0;scrollbar-width:none}.story-tray::-webkit-scrollbar{display:none}.story-ring{flex:0 0 auto;width:72px;border:0;background:transparent;color:var(--text);cursor:pointer;padding:0;display:flex;flex-direction:column;align-items:center;gap:6px}.story-ring-avatar-wrap{position:relative;width:64px;height:64px;display:grid;place-items:center}.story-ring-avatar-wrap .story-segments{position:absolute;inset:0;pointer-events:none;z-index:1}.story-ring-inner{position:relative;z-index:0;width:54px;height:54px;border-radius:50%;padding:0;background:transparent;box-sizing:border-box}.story-ring.is-create .story-ring-inner,.story-ring.is-own .story-ring-inner{background:#ffffff24;padding:2px;width:56px;height:56px}.story-ring.is-create .story-ring-avatar-wrap,.story-ring.is-own .story-ring-avatar-wrap{width:56px;height:56px}.story-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid var(--surface, #171a21);display:block;background:#2a3140}.story-avatar-fallback{display:grid;place-items:center;font-weight:700;font-size:18px;color:#fff}.story-ring-wrap{position:relative;flex:0 0 auto;width:72px}.story-ring-wrap .story-ring{width:100%}html[data-theme=dark] .story-ring,.theme-dark .story-ring{--story-seg-seen: rgba(138, 145, 158, .85)}html:not([data-theme=dark]) .story-ring,.theme-light .story-ring{--story-seg-seen: rgba(142, 142, 147, .95)}.story-add-badge{position:absolute;right:-2px;bottom:-2px;width:20px;height:20px;border-radius:50%;border:2px solid var(--surface, #171a21);background:var(--blue, #3d8bff);color:#fff;font-size:14px;font-weight:700;line-height:1;display:grid;place-items:center;padding:0;pointer-events:none;z-index:1;box-shadow:0 2px 6px #00000059}.story-name{font-size:11px;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);text-align:center;line-height:1.15;max-height:1.25em;display:block}.story-viewer{position:fixed;inset:0;z-index:1400;display:flex;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top)) 16px max(12px,env(safe-area-inset-bottom));box-sizing:border-box;pointer-events:auto}.story-viewer-bg{position:absolute;inset:0;background:#000000b8}.story-viewer-stage{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:min(400px,100%);max-width:100%;transition:transform .42s cubic-bezier(.32,.72,0,1)}.story-viewer.is-views-open .story-viewer-stage{transform:translateY(-10vh)}.story-viewer-panel{position:relative;width:100%;aspect-ratio:9 / 16;max-height:min(860px,calc(100dvh - 28px));height:auto;background:#151922;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;flex-shrink:0;box-shadow:0 28px 90px #0000008c,0 0 0 1px #ffffff14;transition:transform .42s cubic-bezier(.32,.72,0,1),border-radius .42s ease,box-shadow .42s ease;will-change:transform}.story-viewer-panel.is-mini{transform:scale(.48);transform-origin:center center;border-radius:36px;pointer-events:none;box-shadow:0 18px 48px #00000080,0 0 0 1px #ffffff12}.story-viewer.is-views-open .story-viewer-panel.is-mini .story-viewer-top,.story-viewer.is-views-open .story-viewer-panel.is-mini .story-progress,.story-viewer.is-views-open .story-viewer-panel.is-mini .story-viewer-own-dock,.story-viewer.is-views-open .story-viewer-panel.is-mini .story-viewer-actions{opacity:0;transition:opacity .22s ease;pointer-events:none}.story-viewer-top{position:absolute;top:0;left:0;right:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 10px 10px;background:linear-gradient(to bottom,rgba(0,0,0,.55),transparent);color:#fff;pointer-events:none}.story-viewer-top>*{pointer-events:auto}.story-viewer-user{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;min-width:0}.story-viewer-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(180px,46vw);min-width:0;line-height:1.25;max-height:1.3em}.story-viewer-chip{flex:0 0 auto;height:20px;padding:0 7px;border-radius:10px;background:#4ba3ff47;color:#dceeff;font-size:11px;font-weight:800;display:inline-flex;align-items:center}.story-viewer-chip.is-18{background:#ef44444d;color:#ffc9c9}.story-viewer-ava{width:28px;height:28px;border-radius:50%;object-fit:cover;flex:0 0 auto}.story-viewer-ava-fallback{display:grid;place-items:center;background:#2a3140;font-size:12px;font-weight:700}.story-viewer-top-actions{display:flex;align-items:center;gap:2px;flex:0 0 auto}.story-viewer-icon-btn{width:34px;height:34px;border:0;border-radius:50%;background:#ffffff24;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:grid;place-items:center;padding:0;transition:background .18s ease}.story-viewer-icon-btn:disabled{opacity:.45}.story-viewer-icon-btn:hover{background:#ffffff38}.story-viewer-icon-btn.is-danger:hover{background:#ff3b30d1}.story-viewer-close{border:0;background:transparent;color:#fff;cursor:pointer;padding:4px}.story-progress{position:absolute;top:8px;left:10px;right:10px;z-index:4;display:flex;gap:4px}.story-progress-seg{flex:1;height:2px;border-radius:2px;background:#ffffff47;overflow:hidden;position:relative}.story-progress-seg.is-done{background:#fff}.story-progress-seg.is-active{background:#ffffff47}.story-progress-fill{position:absolute;inset:0;width:100%;background:#fff;transform-origin:left center;animation:story-fill linear forwards;transform:scaleX(0)}.story-progress-fill.is-frozen{animation-play-state:paused}@keyframes story-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.story-viewer-img{width:100%;height:100%;object-fit:cover;background:#000;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.story-nav{position:absolute;top:52px;bottom:78px;width:42%;border:0;background:transparent;cursor:pointer;z-index:2;touch-action:none;user-select:none;-webkit-user-select:none}.story-nav-prev{left:0}.story-nav-next{right:0}.story-viewer-actions{position:absolute;bottom:20px;left:0;right:0;z-index:4;display:flex;justify-content:center;gap:10px;padding:0 16px;box-sizing:border-box;pointer-events:none}.story-viewer-actions>*{pointer-events:auto}.story-viewer-own-dock{position:absolute;left:14px;bottom:18px;z-index:4;pointer-events:auto}.story-viewer-views-pill{min-width:88px;height:34px;border-radius:17px;border:1px solid rgba(255,255,255,.28);background:#1118278c;color:#fff;font:inherit;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px}.story-viewer-views-pill:hover{background:#111827b8}.story-viewer-views-sheet{position:absolute;left:50%;bottom:0;z-index:6;width:min(420px,100%);height:min(54vh,520px);max-height:calc(100dvh - 120px);border-radius:22px 22px 0 0;background:#161b26;border:1px solid rgba(255,255,255,.08);border-bottom:0;box-shadow:0 -16px 48px #0006;display:flex;flex-direction:column;overflow:hidden;transform:translate(-50%,110%);opacity:0;pointer-events:none;transition:transform .42s cubic-bezier(.32,.72,0,1),opacity .28s ease;will-change:transform,opacity}.story-viewer-views-sheet.is-open{transform:translate(-50%);opacity:1;pointer-events:auto}.story-viewer-views-sheet-grab{width:40px;height:4px;border-radius:2px;background:#ffffff38;margin:10px auto 2px;flex-shrink:0}.story-viewer-views-sheet-head{display:flex;align-items:center;gap:12px;padding:10px 16px 12px;border-bottom:1px solid rgba(255,255,255,.06)}.story-viewer-views-back{border:0;background:transparent;color:#7db7ff;font:inherit;font-size:14px;font-weight:700;cursor:pointer;padding:0}.story-viewer-views-title{color:#fff;font-size:14px;font-weight:700}.story-viewer-views-body{flex:1;min-height:0;overflow-y:auto;padding:8px 10px 14px}.story-viewer-views-empty{padding:28px 16px;text-align:center;color:#ffffff8c;font-size:14px}.story-viewer-view-row{display:flex;align-items:center;gap:10px;padding:8px;border-radius:12px}.story-viewer-view-row:hover{background:#ffffff0a}.story-viewer-view-ava{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:0 0 auto}.story-viewer-view-meta{min-width:0;display:flex;flex-direction:column;gap:2px}.story-viewer-view-name{color:#fff;font-size:14px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-height:1.3em;line-height:1.25}.story-viewer-view-user{color:#ffffff73;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:720px){.story-viewer.is-views-open .story-viewer-stage{transform:translateY(-6vh)}.story-viewer-panel.is-mini{transform:scale(.4)}.story-viewer-views-sheet{width:100%;height:min(58vh,480px);border-radius:18px 18px 0 0}}.story-confirm-sheet{position:absolute;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:16px;background:#0000008c;box-sizing:border-box;animation:storyConfirmFade .2s ease}@keyframes storyConfirmFade{0%{opacity:0}to{opacity:1}}.story-confirm-card{width:min(320px,100%);border-radius:18px;background:#1c1f26;color:#f4f5f7;padding:20px 18px 16px;box-shadow:0 16px 40px #00000073;animation:storyConfirmPop .28s cubic-bezier(.22,1,.36,1)}@keyframes storyConfirmPop{0%{opacity:0;transform:scale(.94) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.story-confirm-card h3{margin:0 0 8px;font-size:17px;font-weight:700;letter-spacing:-.02em}.story-confirm-card p{margin:0 0 18px;font-size:13px;line-height:1.45;color:#a8b0c0}.story-confirm-actions{display:flex;gap:8px;justify-content:flex-end}.story-confirm-actions button{border:0;border-radius:12px;padding:10px 16px;font:inherit;font-size:13px;font-weight:650;cursor:pointer;background:#ffffff14;color:#f4f5f7}.story-confirm-actions button.is-danger{background:#e5484d;color:#fff}.story-confirm-actions button:hover:not(:disabled){filter:brightness(1.08)}.story-confirm-actions button:disabled{opacity:.55;cursor:default}.story-heart{border:0;width:48px;height:48px;border-radius:50%;background:#14161cb8;font-size:22px;cursor:pointer;line-height:1}.story-heart.is-on{transform:scale(1.08)}.chat-composer-lock{margin:0 10px calc(10px + env(safe-area-inset-bottom,0px));padding:14px 16px;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:#161a2252;backdrop-filter:blur(28px) saturate(1.35);-webkit-backdrop-filter:blur(28px) saturate(1.35);box-shadow:0 10px 32px #0000002e,inset 0 1px #ffffff0f;color:var(--muted);font-size:14px;text-align:center}@media(max-width:860px){.messenger{grid-template-columns:1fr;padding:0;height:100%;height:100dvh;max-height:100dvh}.chat-list,.chat-list-shell,.chat-thread-shell,.chat-thread{height:100%;max-height:100%;border-radius:0!important}.chat-list-shell{background:var(--surface);border-radius:0}.chat-thread-shell,.chat-thread{background:transparent}.chat-list-head{padding-top:calc(10px + env(safe-area-inset-top,0px));padding-left:max(10px,env(safe-area-inset-left,0px));padding-right:max(12px,env(safe-area-inset-right,0px))}.chat-thread-head,.chat-search-bar{margin:0;border-radius:0;border-left:0;border-right:0;border-top:0;min-height:56px;padding-top:calc(8px + env(safe-area-inset-top,0px));padding-bottom:8px;padding-left:max(10px,env(safe-area-inset-left,0px));padding-right:max(10px,env(safe-area-inset-right,0px));background:#12141af0;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);box-shadow:0 1px #ffffff0f}.chat-composer-wrap{padding:0 max(8px,env(safe-area-inset-right,0px)) calc(8px + env(safe-area-inset-bottom,0px)) max(8px,env(safe-area-inset-left,0px))}.chat-composer-float{border-radius:22px}.composer-media-panel{left:0;right:0;width:100%;max-width:100%;margin:0;border-radius:18px 18px 0 0;height:min(380px,52dvh);max-height:min(380px,52dvh);transform-origin:bottom center}.chat-thread-shell.has-topics{gap:0;position:relative}.chat-thread-shell.has-topics>.chat-thread{border-radius:0;width:100%}.chat-thread-shell.has-topics>.group-topics-panel{position:absolute;left:0;top:0;bottom:0;z-index:35;width:min(320px,88vw);min-width:0;max-width:88vw;height:100%;border-radius:0;border-left:0;border-top:0;border-bottom:0;transform:translate(-105%);transition:transform .28s cubic-bezier(.22,1,.36,1);box-shadow:none;pointer-events:none}.chat-thread-shell.has-topics.topics-open>.group-topics-panel{transform:none;pointer-events:auto;box-shadow:12px 0 40px #00000073}.topics-backdrop{display:none;position:absolute;inset:0;z-index:34;border:0;padding:0;margin:0;background:#00000073;cursor:pointer}.chat-thread-shell.has-topics.topics-open>.topics-backdrop{display:block}.topics-open-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:36px;height:36px;border:0;border-radius:50%;background:#ffffff14;color:var(--text);cursor:pointer}.chat-list-app-banner{margin-left:10px;margin-right:10px}.msg{max-width:min(88%,520px)}}@media(min-width:861px){.topics-backdrop,.topics-open-btn{display:none!important}}@media(max-width:860px){html[data-theme=light] .chat-thread-head,html[data-theme=light] .chat-search-bar{background:#fffffff5;border-color:#0f172a14;box-shadow:0 1px #0f172a14}html[data-theme=light] .topics-open-btn{background:#0f172a0f;color:var(--text)}}html[data-theme=light] .messenger{--bg: #e8ebf0;--surface: #ffffff;--bar: #ffffff;--elevated: #eef0f4;--text: #1a1d24;--muted: #6b7385;--line: #dde1e8;--bubble-in: #ffffff;--msg-in-fg: #1a1d24;--msg-out-fg: #ffffff;--msg-meta-in: #8a93a3;--msg-meta-out: rgba(255, 255, 255, .78);--wall-dim: .1}html[data-theme=light] .chat-list-brand img,html[data-theme=light] .chat-list-me-brand img{filter:brightness(0)}html[data-theme=light] .chat-row:hover{background:#0000000a}html[data-theme=light] .chat-row.is-active{background:#3d8bff24}html[data-theme=light] .chat-list-search input{background:var(--elevated);color:var(--text)}html[data-theme=light] .chat-tab{color:var(--muted)}html[data-theme=light] .chat-tab.is-active{background:#3d8bff24;color:var(--blue)}html[data-theme=light] .chat-thread{--wall-dim: .1;--msg-in-fg: #1a1d24;--msg-out-fg: #ffffff;--msg-meta-in: #8a93a3;--msg-meta-out: rgba(255, 255, 255, .8);background:transparent}html[data-theme=light] .chat-thread.is-light{--bubble-in: #ffffff}html[data-theme=light] .chat-thread-head,html[data-theme=light] .chat-search-bar,html[data-theme=light] .chat-composer-float,html[data-theme=light] .chat-composer-lock{background:#ffffff9e;border-color:#0f172a14;box-shadow:0 8px 28px #0f172a1a,inset 0 1px #ffffffd9;backdrop-filter:blur(28px) saturate(1.45);-webkit-backdrop-filter:blur(28px) saturate(1.45);color:var(--text)}html[data-theme=light] .chat-search-bar input{background:#e8ebf0d9;color:var(--text)}html[data-theme=light] .chat-thread-sub{color:var(--muted)}html[data-theme=light] .chat-back,html[data-theme=light] .chat-ico-btn,html[data-theme=light] .chat-head-btn{color:var(--text)}html[data-theme=light] .chat-back:hover,html[data-theme=light] .chat-ico-btn:hover,html[data-theme=light] .chat-ico-btn.is-on,html[data-theme=light] .chat-head-btn:hover{background:#0f172a0f}html[data-theme=light] .chat-thread-actions-btns{background:#0f172a0f;border-color:#0f172a14;box-shadow:none}html[data-theme=light] .chat-head-btn.is-on{background:#3d8bff29;color:#2b6fd6}html[data-theme=light] .msg:not(.is-out){background:#fff;color:#1a1d24;box-shadow:0 1px 2px #0000001f}html[data-theme=light] .msg.is-naked,html[data-theme=light] .msg.is-naked:not(.is-out){background:transparent!important;box-shadow:none}html[data-theme=light] .msg.is-photo,html[data-theme=light] .msg.is-photo:not(.is-out){background:transparent!important;box-shadow:none}html[data-theme=light] .msg.is-photo .msg-image-btn{border-color:#e8eaed;background:#e8eaed59}html[data-theme=light] .msg.is-photo.is-out .msg-image-btn{border-color:var(--bubble-out);background:color-mix(in srgb,var(--bubble-out) 35%,transparent)}html[data-theme=light] .msg.is-channel-post.is-photo.is-photo-card{background:#fff!important;border-color:#e8eaed}html[data-theme=light] .msg.is-channel-post.is-photo .msg-image-btn{border-color:#e8eaed;background:#e8eaed59}html[data-theme=light] .msg.is-photo-caption:not(.is-out),html[data-theme=light] .msg.is-channel-post.is-photo-caption{background:#fff;border-color:#e8eaed}html[data-theme=light] .msg.is-naked .msg-reply-quote{background:#ffffffe0}html[data-theme=light] .msg-sender{color:#2b6fd6}html[data-theme=light] .msg-date{background:#ffffffd1;color:#5c6578;box-shadow:0 1px 2px #00000014}html[data-theme=light] .msg-system{background:#ffffffc7;color:#5c6578}html[data-theme=light] .msg-gift-headline,html[data-theme=light] .msg-gift-time{background:#ffffffd1;color:#3a4254}html[data-theme=light] .msg-gift-card{background:#ece8f8;border-color:#6a63a859}html[data-theme=light] .msg-gift.is-theirs .msg-gift-card{background:#e6f4ec;border-color:#34a86259}html[data-theme=light] .msg-gift-title{color:#1a1d24}html[data-theme=light] .msg-gift-rarity{color:#6b7385}html[data-theme=light] .msg-ticks{color:#9aa3b5}html[data-theme=light] .msg-ticks.is-read{color:#3d8bff}html[data-theme=light] .msg-reaction{background:#e8eaed;border-color:transparent;color:#1a1d24;padding:3px 9px;gap:4px}html[data-theme=light] .msg-reaction-count,html[data-theme=light] .msg-reaction span:not(.msg-reaction-emoji){color:#1a1d24}html[data-theme=light] .msg-reaction.is-mine,html[data-theme=light] .msg.is-in .msg-reaction.is-mine,html[data-theme=light] .msg.is-channel-post .msg-reaction.is-mine{background:#fff;border-color:#3d8bffb3;box-shadow:0 0 0 1.5px #3d8bff59;color:#1a1d24}html[data-theme=light] .msg-reaction.is-mine .msg-reaction-count,html[data-theme=light] .msg.is-in .msg-reaction.is-mine .msg-reaction-count,html[data-theme=light] .msg.is-channel-post .msg-reaction.is-mine .msg-reaction-count,html[data-theme=light] .msg-reaction.is-mine span:not(.msg-reaction-emoji),html[data-theme=light] .msg.is-in .msg-reaction.is-mine span:not(.msg-reaction-emoji),html[data-theme=light] .msg.is-channel-post .msg-reaction.is-mine span:not(.msg-reaction-emoji){color:#1a1d24;font-weight:700}html[data-theme=light] .msg.is-in .msg-reaction:not(.is-mine),html[data-theme=light] .msg.is-channel-post .msg-reaction:not(.is-mine){background:#e8eaed;border-color:transparent;color:#1a1d24}html[data-theme=light] .msg.is-in .msg-reaction:not(.is-mine) .msg-reaction-count,html[data-theme=light] .msg.is-channel-post .msg-reaction:not(.is-mine) .msg-reaction-count,html[data-theme=light] .msg.is-in .msg-reaction:not(.is-mine) span:not(.msg-reaction-emoji),html[data-theme=light] .msg.is-channel-post .msg-reaction:not(.is-mine) span:not(.msg-reaction-emoji){color:#1a1d24}html[data-theme=light] .msg.is-out .msg-reaction{background:#f2f3f5;border-color:transparent;color:#1a1d24}html[data-theme=light] .msg.is-out .msg-reaction .msg-reaction-count,html[data-theme=light] .msg.is-out .msg-reaction span:not(.msg-reaction-emoji){color:#1a1d24}html[data-theme=light] .msg.is-out .msg-reaction.is-mine{background:#fff;border-color:#3d8bffb3;box-shadow:0 0 0 1.5px #3d8bff59}html[data-theme=light] .msg.is-naked .msg-reaction{background:#e8eaed;color:#1a1d24}html[data-theme=light] .msg.is-naked .msg-reaction-count,html[data-theme=light] .msg.is-naked .msg-reaction span:not(.msg-reaction-emoji){color:#1a1d24}html[data-theme=light] .msg.is-channel-post.has-comments .msg-reactions{margin-top:8px;margin-bottom:10px}html[data-theme=light] .msg.is-channel-post.has-comments:not(.is-photo):not(.is-naked):not(.is-photo-caption) .msg-reactions{margin-bottom:10px}html[data-theme=light] .channel-post-comments-bar.is-embedded{border-top-color:#141c281a}html[data-theme=light] .chat-composer-wrap{background:transparent;border-top-color:transparent;color:var(--muted)}html[data-theme=light] .composer-media-panel{background:#ffffffb8;border-color:#0f172a14;box-shadow:0 12px 36px #0f172a1f,inset 0 1px #ffffffd9;backdrop-filter:blur(28px) saturate(1.4);-webkit-backdrop-filter:blur(28px) saturate(1.4)}html[data-theme=light] .composer-media-tabs{background:#0000000f}html[data-theme=light] .composer-media-tabs button.is-on{background:#fffffff2;color:var(--text);box-shadow:0 1px 4px #00000014}html[data-theme=light] .chat-composer{background:transparent}html[data-theme=light] .chat-composer textarea{color:var(--text)}html[data-theme=light] .chat-composer textarea::placeholder{color:#8b93a7}html[data-theme=light] .chat-reply-bar{background:transparent;border-bottom-color:transparent;color:var(--text)}html[data-theme=light] .chat-reply-bar span{color:var(--muted)}html[data-theme=light] .chat-thread-hint{background:#ffffffd1;color:#3a4150}html[data-theme=light] .chat-footer-action{background:#ffffffeb;border-color:#0f172a14;box-shadow:0 4px 16px #0f172a1a}html[data-theme=light] .chat-footer-action button{color:#3d8bff}html[data-theme=light] .chat-footer-pending{color:#5a6478}html[data-theme=light] .chat-jump{background:#ffffff9e;border:1px solid rgba(15,23,42,.08);color:var(--text);box-shadow:0 4px 16px #0f172a1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}html[data-theme=light] .msg-menu{background:#fff;border-color:var(--line);color:var(--text)}html[data-theme=light] .msg-menu button:hover{background:#0000000d}html[data-theme=light] .wallpaper-sheet,html[data-theme=light] .streak-sheet{background:#fff;color:var(--text)}html[data-theme=light] .streak-sheet-backdrop{background:#14182073}html[data-theme=light] .emoji-panel{background:#fff;border-color:var(--line)}html[data-theme=light] .media-skeleton{background:linear-gradient(90deg,#0000000a,#00000014,#0000000a);background-size:200% 100%}.channel-post-marks{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0 0 8px;max-width:min(420px,94%)}.channel-post-marks.is-on-photo{position:absolute;top:10px;left:10px;z-index:4;margin:0;max-width:none;pointer-events:none;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}.channel-post-marks.is-on-photo .channel-post-mark-ai{background:#0c1018b8;border-color:#4ba3ff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.channel-post-marks.is-on-photo .channel-post-mark-ai .channel-post-mark-text{color:#e8f2ff}.photo-album-media{position:relative}.msg.is-channel-post>.channel-post-marks{margin-left:0}.msg.is-out>.channel-post-marks,.msg.is-in>.channel-post-marks{max-width:min(320px,94%)}.channel-post-mark{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:22px;padding:0 9px;border-radius:999px;border:1px solid transparent;box-sizing:border-box;line-height:1;-webkit-user-select:none;user-select:none;white-space:nowrap}.channel-post-mark-text{font-size:11px;font-weight:700;letter-spacing:.02em;line-height:1}.channel-post-mark-ai{background:linear-gradient(135deg,#4ba3ff29,#9b7bea24);border-color:#4ba3ff47;color:#d7e9ff;box-shadow:inset 0 1px #ffffff0f}.channel-post-mark-ai-svg{display:block;flex:0 0 auto;filter:drop-shadow(0 0 4px rgba(75,163,255,.35))}.channel-post-mark-ai .channel-post-mark-text{color:#9ec8ff}.channel-post-mark-18{min-width:34px;padding:0 8px;background:linear-gradient(180deg,#ff2d2d,#e10000);border-color:#ffffff1f;color:#fff;box-shadow:0 1px 2px #00000038,inset 0 1px #ffffff2e}.channel-post-mark-18 .channel-post-mark-text{font-size:11px;font-weight:800;letter-spacing:.04em;text-shadow:0 1px 0 rgba(0,0,0,.18)}html[data-theme=light] .channel-post-mark-ai{background:linear-gradient(135deg,#2196f31f,#7e57c21a);border-color:#2196f338;box-shadow:none}html[data-theme=light] .channel-post-mark-ai .channel-post-mark-text{color:#2f6fb8}html[data-theme=light] .channel-post-mark-ai-svg{filter:none}html[data-theme=light] .channel-post-mark-18{background:linear-gradient(180deg,#ff3b3b,#e20808);border-color:#0000000f;box-shadow:0 1px 2px #b400002e}.channel-post-buttons{display:flex;flex-direction:column;gap:4px;width:100%;margin:2px 0 6px;padding:0 2px}.msg.is-channel-post .channel-post-buttons{max-width:100%}.msg.is-out .channel-post-buttons,.msg.is-in .channel-post-buttons{max-width:min(320px,100%)}.channel-post-btn{position:relative;width:100%;border:0;border-radius:8px;background:#2a3039;color:#fff;font:inherit;font-size:14px;font-weight:600;line-height:1.25;padding:11px 12px;cursor:pointer;text-align:center}.channel-post-btn.is-url{padding-right:28px}.channel-post-btn-label{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.channel-post-btn-ext{position:absolute;top:8px;right:8px;font-size:12px;opacity:.42;line-height:1}.channel-post-btn:hover{filter:brightness(1.08)}html[data-theme=light] .channel-post-btn{background:#e4e7ec;color:#1a1d24}.channel-post-url-confirm{position:absolute;inset:0;z-index:50;display:grid;place-items:center;padding:20px;background:#0000008c}.channel-post-url-confirm-card{width:min(360px,100%);padding:18px 16px 14px;border-radius:16px;background:var(--elevated, #1e232c);color:var(--text, #f5f6f8);box-shadow:0 12px 40px #00000059}.channel-post-url-confirm-card p{margin:0 0 8px;font-size:15px;line-height:1.35;word-break:break-all}.channel-post-url-confirm-card .is-muted{color:var(--muted, #8a93a7);font-size:13px}.channel-post-url-confirm-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.channel-post-url-confirm-actions button{border:0;border-radius:10px;padding:9px 14px;font:inherit;font-size:14px;font-weight:600;cursor:pointer}.channel-post-url-confirm-actions .is-cancel{background:transparent;color:var(--muted, #8a93a7)}.channel-post-url-confirm-actions .is-ok{background:var(--blue, #3d8bff);color:#fff}.forward-picker-backdrop{position:absolute;inset:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;padding:12px;background:#0000008c}.forward-picker{width:min(440px,100%);max-height:min(78vh,640px);display:flex;flex-direction:column;border-radius:18px 18px 14px 14px;background:var(--elevated, #1e232c);color:var(--text, #f5f6f8);box-shadow:0 16px 48px #0006;overflow:hidden}.forward-picker-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 14px 8px}.forward-picker-head h2{margin:0;font-size:17px;font-weight:650}.forward-picker-close{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer}.forward-picker-close:hover{background:#ffffff0f}.forward-picker-search{display:flex;align-items:center;gap:8px;margin:0 14px 10px;padding:10px 12px;border-radius:12px;background:#ffffff0f;color:var(--muted, #8a93a7)}.forward-picker-search input{flex:1;min-width:0;border:0;background:transparent;color:var(--text, #f5f6f8);font:inherit;font-size:15px;outline:none}.forward-picker-list{flex:1;overflow:auto;padding:0 8px 8px}.forward-picker-empty{margin:24px;text-align:center;color:var(--muted, #8a93a7);font-size:14px}.forward-picker-row{display:flex;align-items:center;gap:12px;width:100%;padding:8px 10px;border:0;border-radius:12px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.forward-picker-row:hover{background:#ffffff0d}.forward-picker-row.is-on{background:#3d8bff1f}.forward-picker-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.forward-picker-meta strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600}.forward-picker-meta span{font-size:13px;color:var(--muted, #8a93a7)}.forward-picker-check{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;border:2px solid rgba(255,255,255,.22);color:#fff;font-size:13px;font-weight:700;flex:0 0 auto}.forward-picker-check.is-on{border-color:var(--blue, #3d8bff);background:var(--blue, #3d8bff)}.forward-picker-foot{display:flex;justify-content:flex-end;gap:8px;padding:10px 14px 14px;border-top:1px solid rgba(255,255,255,.08)}.forward-picker-cancel,.forward-picker-send{border:0;border-radius:12px;padding:10px 16px;font:inherit;font-size:14px;font-weight:650;cursor:pointer}.forward-picker-cancel{background:transparent;color:var(--muted, #8a93a7)}.forward-picker-send{background:var(--blue, #3d8bff);color:#fff}.forward-picker-send:disabled{opacity:.45;cursor:default}.chat-select-bar{display:flex;align-items:center;gap:10px;flex-shrink:0;margin:0 10px 10px;padding:10px 12px;border-radius:16px;background:#161a22eb;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:5}.chat-select-cancel,.chat-select-forward{border:0;border-radius:12px;padding:9px 14px;font:inherit;font-size:14px;font-weight:650;cursor:pointer}.chat-select-cancel{background:transparent;color:var(--muted, #8a93a7)}.chat-select-count{flex:1;text-align:center;font-size:15px;font-weight:600}.chat-select-forward{background:var(--blue, #3d8bff);color:#fff}.chat-select-forward:disabled{opacity:.45;cursor:default}.msg.is-selecting{cursor:pointer}.msg.is-selected{position:relative;outline:2px solid rgba(61,139,255,.75);outline-offset:2px}.msg.is-selected:before{content:"✓";position:absolute;top:8px;right:8px;z-index:5;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--blue, #3d8bff);color:#fff;font-size:12px;font-weight:700;box-shadow:0 2px 8px #00000059;pointer-events:none}html[data-theme=light] .forward-picker{background:#fff;color:#1a1d24}html[data-theme=light] .forward-picker-search{background:#f0f2f5}html[data-theme=light] .forward-picker-search input{color:#1a1d24}html[data-theme=light] .forward-picker-check{border-color:#0000002e}html[data-theme=light] .chat-select-bar{background:#fffffff0;border-color:#00000014}.channel-post-tools{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px 0}.channel-post-tool{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:6px 10px;background:#ffffff0a;color:var(--muted, #8a93a7);font:inherit;font-size:12px;font-weight:650;cursor:pointer}.channel-post-tool:hover{background:#ffffff14;color:var(--text, #f5f6f8)}.channel-post-tool.is-on{color:var(--text, #f5f6f8)}.channel-post-tool.is-ai.is-on{border-color:#4ba3ff73;background:#4ba3ff24}.channel-post-tool.is-18.is-on{border-color:#ff5c7a73;background:#ff5c7a24}.channel-post-tool.is-btns.is-on{border-color:#3d8bff73;background:#3d8bff24}.channel-post-tool-18{font-size:11px;font-weight:800;letter-spacing:.02em}.channel-post-tool-ico{opacity:.85}html[data-theme=light] .channel-post-tool{border-color:#0000001a;background:#00000008;color:#464e5ceb}html[data-theme=light] .channel-post-tool:hover{background:#0000000f;color:#1a1d24}.post-btns-editor-backdrop{position:absolute;inset:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;padding:12px;background:#0000008c}.post-btns-editor{width:min(440px,100%);max-height:min(78vh,640px);display:flex;flex-direction:column;border-radius:18px 18px 14px 14px;background:var(--elevated, #1e232c);color:var(--text, #f5f6f8);box-shadow:0 16px 48px #0006;overflow:hidden}.post-btns-editor-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 14px 8px}.post-btns-editor-head h2{margin:0;font-size:17px;font-weight:650}.post-btns-editor-list{flex:1;overflow:auto;padding:4px 14px 10px;display:flex;flex-direction:column;gap:10px}.post-btns-editor-empty{margin:18px 0;text-align:center;color:var(--muted, #8a93a7);font-size:14px}.post-btns-editor-card{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.post-btns-editor-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.post-btns-editor-card-top strong{font-size:13px}.post-btns-editor-card-top button{border:0;background:transparent;color:#ff7b8a;font:inherit;font-size:13px;font-weight:650;cursor:pointer}.post-btns-editor-card label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--muted, #8a93a7)}.post-btns-editor-card input{border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:9px 11px;background:#00000038;color:var(--text, #f5f6f8);font:inherit;font-size:14px;outline:none}.post-btns-editor-card input:focus{border-color:#3d8bff8c}.post-btns-editor-error{margin:0 14px 8px;color:#ff7b8a;font-size:13px}.post-btns-editor-add{display:flex;gap:8px;padding:0 14px 10px}.post-btns-editor-add button{flex:1;border:1px dashed rgba(255,255,255,.18);border-radius:12px;padding:10px 12px;background:transparent;color:var(--text, #f5f6f8);font:inherit;font-size:13px;font-weight:650;cursor:pointer}.post-btns-editor-add button:disabled{opacity:.45;cursor:default}.post-btns-editor-foot{display:flex;gap:8px;padding:10px 14px 14px;border-top:1px solid rgba(255,255,255,.06)}html[data-theme=light] .post-btns-editor{background:#fff;color:#1a1d24}html[data-theme=light] .post-btns-editor-card{background:#f4f6f8;border-color:#0000000f}html[data-theme=light] .post-btns-editor-card input{background:#fff;border-color:#0000001a;color:#1a1d24}html[data-theme=light] .post-btns-editor-add button{border-color:#00000029;color:#1a1d24}.pinned-banner{display:flex;align-items:center;gap:6px;flex-shrink:0;margin:8px 10px 0;padding:6px 8px 6px 10px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#161a226b;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);z-index:5}.pinned-banner-main{flex:1;min-width:0;display:flex;align-items:center;gap:8px;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;padding:2px 0}.pinned-banner-main svg{flex-shrink:0;opacity:.85;color:var(--blue, #3d8bff)}.pinned-banner-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:550;color:var(--text, #f5f6f8)}.pinned-banner-unpin{display:grid;place-items:center;width:30px;height:30px;flex-shrink:0;border:0;border-radius:50%;background:transparent;color:var(--muted, #8a93a7);cursor:pointer}.pinned-banner-unpin:hover{background:#ffffff14;color:var(--text, #f5f6f8)}html[data-theme=light] .pinned-banner{background:#ffffffc7;border-color:#00000014}html[data-theme=light] .pinned-banner-text{color:#1a1d24}.msg-views.is-clickable{cursor:pointer;border-radius:6px;outline:none}.msg-views.is-clickable:hover{opacity:1;color:var(--blue, #3d8bff)}.channel-post-views-backdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:flex-end;justify-content:center;padding:0;background:#00000080}.channel-post-views-sheet{width:min(480px,100%);max-height:min(78vh,640px);display:flex;flex-direction:column;border-radius:18px 18px 0 0;background:#1c1f26;border:1px solid rgba(255,255,255,.08);box-shadow:0 -12px 40px #0006;color:var(--text, #f4f5f7);padding-bottom:env(safe-area-inset-bottom,0px)}.channel-post-views-handle{width:36px;height:4px;margin:10px auto 4px;border-radius:2px;background:#ffffff47}.channel-post-views-head{display:flex;align-items:flex-start;gap:10px;padding:4px 12px 0 20px}.channel-post-views-preview{flex:1;margin:0;font-size:15px;font-weight:500;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.channel-post-views-close{flex:0 0 auto;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:var(--muted, #8b93a7);cursor:pointer}.channel-post-views-close:hover{background:#ffffff14;color:var(--text)}.channel-post-views-title-row{display:flex;align-items:center;gap:10px;padding:8px 20px}.channel-post-views-title-row strong{flex:1;font-size:17px;font-weight:650}.channel-post-views-title-row span{color:var(--muted, #8b93a7);font-size:15px;font-weight:550}.channel-post-views-comments{margin:0;padding:0 20px 4px;color:var(--muted, #8b93a7);font-size:13px}.channel-post-views-buttons{padding:8px 20px 4px;border-top:1px solid rgba(255,255,255,.06)}.channel-post-views-buttons h3{margin:0 0 6px;font-size:16px;font-weight:650}.channel-post-views-btn-row{display:flex;align-items:center;gap:12px;padding:8px 0}.channel-post-views-btn-row>div{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.channel-post-views-btn-row strong{font-size:15px;font-weight:550}.channel-post-views-btn-row span{color:var(--muted, #8b93a7);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-post-views-btn-row em{font-style:normal;color:var(--blue, #3d8bff);font-size:16px;font-weight:650}.channel-post-views-empty{margin:0;padding:36px 24px;text-align:center;color:var(--muted, #8b93a7);font-size:14px}.channel-post-views-list{list-style:none;margin:0;padding:4px 0 12px;overflow:auto;max-height:min(48vh,420px)}.channel-post-views-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit}.channel-post-views-row:hover{background:#ffffff0d}.channel-post-views-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.channel-post-views-meta strong{font-size:16px;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-post-views-meta span{color:var(--muted, #8b93a7);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-post-views-row time{flex:0 0 auto;color:var(--muted, #8b93a7);font-size:12px}html[data-theme=light] .channel-post-views-sheet{background:#f2f3f5;border-color:#0f172a14;color:#1a1d24}html[data-theme=light] .channel-post-views-handle{background:#0f172a47}html[data-theme=light] .channel-post-views-row:hover{background:#0f172a0d}html[data-theme=light] .channel-post-views-buttons{border-top-color:#0f172a14}.account-switcher-backdrop{position:fixed;inset:0;z-index:90;display:flex;align-items:flex-end;justify-content:center;background:#00000080}.account-switcher-sheet{width:min(440px,100%);max-height:min(82vh,640px);overflow:auto;border-radius:18px 18px 0 0;background:#1c1f26;border:1px solid rgba(255,255,255,.08);box-shadow:0 -12px 40px #0000006b;color:var(--text, #f4f5f7);padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.account-switcher-handle{width:36px;height:4px;margin:10px auto 2px;border-radius:2px;background:#ffffff47}.account-switcher-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 12px 8px 20px}.account-switcher-head h2{margin:0;font-size:18px;font-weight:650}.account-switcher-close{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:var(--muted, #8b93a7);cursor:pointer}.account-switcher-close:hover{background:#ffffff14;color:var(--text)}.account-switcher-row{display:flex;align-items:center;gap:12px;width:100%;padding:12px 20px;border:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.account-switcher-row.is-current{cursor:default}.account-switcher-row:not(.is-current):hover{background:#ffffff0d}.account-switcher-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.account-switcher-meta strong{font-size:16px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-switcher-meta span{color:var(--muted, #8b93a7);font-size:13px}.account-switcher-badge{font-style:normal;color:var(--blue, #3d8bff);font-size:14px;font-weight:600}.account-switcher-chevron{color:var(--muted, #8b93a7);transform:rotate(-90deg)}.account-switcher-action{display:flex;align-items:center;gap:10px;width:100%;padding:16px 20px;border:0;background:transparent;font:inherit;font-size:16px;font-weight:550;cursor:pointer;text-align:left}.account-switcher-action.is-add{color:var(--blue, #3d8bff)}.account-switcher-action.is-unlink{color:#e53935}.account-switcher-action:disabled{opacity:.55;cursor:progress}.account-switcher-form{display:flex;flex-direction:column;gap:10px;padding:4px 20px 12px}.account-switcher-form-hint{margin:0 0 4px;color:var(--muted, #8b93a7);font-size:13px;line-height:1.4}.account-switcher-form label{display:flex;flex-direction:column;gap:6px}.account-switcher-form label span{color:var(--muted, #8b93a7);font-size:13px}.account-switcher-form input{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0a;color:var(--text);font:inherit;font-size:15px}.account-switcher-form input:focus{outline:none;border-color:var(--blue, #3d8bff)}.account-switcher-form-actions{display:flex;gap:8px;margin-top:4px}.account-switcher-form-cancel,.account-switcher-form button[type=submit]{flex:1;padding:12px 16px;border:0;border-radius:12px;font:inherit;font-size:15px;font-weight:650;cursor:pointer}.account-switcher-form-cancel{background:#ffffff0f;color:var(--text)}.account-switcher-form-cancel:hover{background:#ffffff1a}.account-switcher-form button[type=submit]{background:var(--blue, #3d8bff);color:#fff}.account-switcher-form button[type=submit]:disabled,.account-switcher-form-cancel:disabled{opacity:.65;cursor:progress}.account-switcher-status,.account-switcher-error{margin:0;padding:20px 24px;text-align:center;font-size:14px}.account-switcher-status{color:var(--muted, #8b93a7)}.account-switcher-error{color:#ff6b75;text-align:left;padding-top:4px;padding-bottom:8px}html[data-theme=light] .account-switcher-sheet{background:#f2f3f5;border-color:#0f172a14;color:#1a1d24}html[data-theme=light] .account-switcher-handle{background:#0f172a47}html[data-theme=light] .account-switcher-row:not(.is-current):hover{background:#0f172a0d}html[data-theme=light] .account-switcher-form input{background:#fff;border-color:#0f172a1f;color:#1a1d24}html[data-theme=light] .account-switcher-form-cancel{background:#0f172a0f;color:#1a1d24}.chat-list-me-name-row{display:inline-flex;align-items:center;gap:4px;min-width:0;max-width:100%}.chat-list-me-name-row .chat-list-me-name{flex:1;min-width:0}.chat-list-me-switch{flex:0 0 auto;display:grid;place-items:center;width:18px;height:18px;color:var(--muted, #8b93a7);opacity:.85;transform:rotate(90deg)}.chat-list-me.is-accounts:hover .chat-list-me-switch{color:var(--blue, #3d8bff);opacity:1}.chat-list-me-ava-stack{overflow:visible;position:relative;width:36px;height:36px}.chat-list-me-ava-stack .chat-list-me-linked{position:absolute;right:-4px;bottom:-2px;width:18px!important;height:18px!important;border-radius:50%;border:2px solid var(--bar, #12141a);overflow:hidden;box-shadow:0 0 0 1px #0003}.chat-list-me-ava-stack .chat-list-me-linked.chat-avatar{font-size:9px!important}html[data-theme=light] .chat-list-me-ava-stack .chat-list-me-linked{border-color:#fff}.composer-attach-dock{position:absolute;right:14px;bottom:calc(100% + 8px);z-index:40;display:flex;justify-content:flex-end;pointer-events:none}.composer-attach-menu{position:relative;right:auto;bottom:auto;z-index:80;width:min(280px,calc(100vw - 28px));padding:10px;border-radius:18px;background:var(--surface-elevated, #1c212b);border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 40px #00000073;animation:attach-pop .16s ease-out;pointer-events:auto}@keyframes attach-pop{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:none}}.composer-attach-menu-head{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 10px;font-size:13px;font-weight:600;color:var(--text-secondary, #9aa3b2)}.composer-attach-menu-head button{border:0;background:transparent;color:inherit;cursor:pointer;padding:4px;border-radius:8px}.composer-attach-grid{display:grid;gap:6px}.composer-attach-item{display:flex;align-items:center;gap:12px;width:100%;border:0;border-radius:14px;padding:10px 12px;background:#ffffff0a;color:var(--text, #f2f4f8);cursor:pointer;text-align:left;transition:background .12s ease,transform .12s ease}.composer-attach-item:hover{background:#ffffff14;transform:translateY(-1px)}.composer-attach-ico{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;flex-shrink:0}.composer-attach-item.tone-photo .composer-attach-ico{background:linear-gradient(145deg,#35c759,#1faa47);color:#fff}.composer-attach-item.tone-poll .composer-attach-ico{background:linear-gradient(145deg,#6b7cff,#4f5dff);color:#fff}.composer-attach-item.tone-file .composer-attach-ico{background:linear-gradient(145deg,#7a8499,#5c6578);color:#fff}.composer-attach-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.composer-attach-copy strong{font-size:15px;font-weight:650}.composer-attach-copy em{font-style:normal;font-size:12px;color:var(--text-secondary, #9aa3b2)}.poll-bubble{min-width:min(280px,100%);max-width:100%;border-radius:18px;overflow:hidden;background:var(--bubble-in, #1c212b);color:#f4f6fb}.poll-bubble.is-mine{background:var(--bubble-out, #5b4f9a)}.poll-bubble-body{padding:14px 14px 10px}.poll-question{font-size:16px;font-weight:650;line-height:1.3}.poll-hint{margin-top:4px;font-size:12px;opacity:.68}.poll-options{display:grid;gap:8px;margin-top:12px}.poll-option{position:relative;display:block;width:100%;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:transparent;color:inherit;padding:0;cursor:pointer;overflow:hidden;text-align:left}.poll-option.has-results{border-color:transparent;background:#ffffff14}.poll-option.is-selected{border-color:#ffffff8c}.poll-option-bar{position:absolute;inset:0 auto 0 0;background:#ffffff38;pointer-events:none}.poll-option-row{position:relative;z-index:1;display:flex;align-items:center;gap:8px;padding:10px 12px}.poll-option-check{width:18px;height:18px;border-radius:50%;border:1.5px solid rgba(255,255,255,.45);display:grid;place-items:center;flex-shrink:0;background:#ffffff14}.poll-option.is-selected .poll-option-check{background:#fff;color:#5b4f9a;border-color:#fff}.poll-option-text{flex:1;min-width:0;font-size:14px;line-height:1.25}.poll-option-pct{font-size:13px;font-weight:650;opacity:.9}.poll-footer-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px}.poll-votes-label{font-size:12px;opacity:.7}.poll-votes-btn{border:0;background:transparent;color:inherit;font:inherit;padding:0;cursor:pointer;text-align:left}.poll-votes-btn:hover{text-decoration:underline;opacity:1}.poll-bubble-header{margin-bottom:8px}.poll-bubble-header .msg-forwarded{margin:0;padding:0;background:transparent;box-shadow:none}.poll-voters-sub{margin:0 0 10px;font-size:13px;opacity:.75;line-height:1.35}.poll-voters-back{font-size:18px;line-height:1;min-width:28px}.poll-voters-empty{opacity:.7;list-style:none;padding:12px 0}.poll-options-pick{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.poll-option-pick-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:12px;background:#ffffff14;color:inherit;padding:12px 14px;cursor:pointer;text-align:left;font-size:14px}.poll-option-pick-btn em{font-style:normal;opacity:.7;white-space:nowrap;font-size:13px}.poll-footer-actions{display:flex;gap:6px}.poll-text-btn{border:0;background:#ffffff1f;color:inherit;border-radius:999px;padding:5px 10px;font-size:12px;cursor:pointer}.poll-meta{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:8px;font-size:11px;opacity:.72}.poll-views{border:0;background:transparent;color:inherit;font:inherit;opacity:.85;padding:0}.poll-views.is-clickable{cursor:pointer;text-decoration:underline}.poll-voters-backdrop{position:fixed;inset:0;z-index:80;background:#00000073;display:grid;place-items:end center;padding:16px}.poll-voters-sheet{width:min(420px,100%);max-height:min(60vh,480px);overflow:auto;border-radius:18px 18px 14px 14px;background:#161a22;color:#f2f4f8;padding:14px;box-shadow:0 20px 50px #0006}.poll-voters-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.poll-voters-head button{border:0;background:transparent;color:inherit;cursor:pointer}.poll-voters-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.poll-voters-list li{display:flex;align-items:center;gap:10px}.create-poll-overlay{position:fixed;inset:0;z-index:90;background:#06080c9e;display:grid;place-items:center;padding:16px}.create-poll-sheet{width:min(460px,100%);max-height:min(92vh,720px);display:flex;flex-direction:column;border-radius:20px;background:#0f1218;color:#f3f5f9;overflow:hidden;box-shadow:0 24px 60px #00000073}.create-poll-head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:10px 8px;border-bottom:1px solid rgba(255,255,255,.06)}.create-poll-head h2{margin:0;text-align:center;font-size:17px;font-weight:650}.create-poll-head button{width:44px;height:44px;border:0;background:transparent;color:inherit;cursor:pointer;border-radius:12px}.create-poll-scroll{flex:1;overflow:auto;padding:16px}.create-poll-field textarea,.create-poll-option-row input{width:100%;border:0;border-radius:14px;background:#1c212b;color:inherit;padding:14px;font:inherit;resize:vertical}.create-poll-section-label{margin:18px 0 8px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8b93a5}.create-poll-options{border-radius:14px;overflow:hidden;background:#1c212b}.create-poll-option-row{display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.06)}.create-poll-option-row input{border-radius:0;background:transparent}.create-poll-limit{padding-right:12px;font-size:12px;color:#8b93a5}.create-poll-add{display:flex;align-items:center;gap:10px;width:100%;border:0;background:transparent;color:#6b8cff;padding:14px;cursor:pointer;font:inherit;font-weight:600}.create-poll-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:14px;border-radius:14px;background:#1c212b}.create-poll-toggle strong{display:block;font-size:15px}.create-poll-toggle span{display:block;margin-top:2px;font-size:12px;color:#8b93a5}.create-poll-switch{width:46px;height:28px;border-radius:999px;border:0;background:#3a4150;position:relative;cursor:pointer;flex-shrink:0}.create-poll-switch:after{content:;position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .16s ease}.create-poll-switch.is-on{background:#5b6bff}.create-poll-switch.is-on:after{transform:translate(18px)}.create-poll-foot{padding:12px 16px 16px;border-top:1px solid rgba(255,255,255,.06)}.create-poll-submit{width:100%;border:0;border-radius:14px;padding:14px;background:linear-gradient(135deg,#5b6bff,#4660ff);color:#fff;font:inherit;font-weight:700;cursor:pointer}.create-poll-submit:disabled{opacity:.4;cursor:default}html[data-theme=light] .composer-attach-menu,html[data-theme=light] .create-poll-sheet,html[data-theme=light] .poll-voters-sheet{background:#fff;color:#1a1d24;border-color:#00000014}html[data-theme=light] .composer-attach-item{background:#f3f4f7;color:#1a1d24}html[data-theme=light] .poll-bubble{background:#fff;color:#1a1d24;box-shadow:0 1px #0000000a}html[data-theme=light] .poll-bubble.is-mine{background:#5b4f9a;color:#fff}html[data-theme=light] .poll-option{border-color:#0000001f}html[data-theme=light] .poll-option.has-results{background:#0000000d}html[data-theme=light] .poll-option-bar{background:#5b6bff38}html[data-theme=light] .poll-option.is-selected .poll-option-check{color:#5b6bff}html[data-theme=light] .create-poll-field textarea,html[data-theme=light] .create-poll-options,html[data-theme=light] .create-poll-toggle{background:#f2f3f5;color:#1a1d24}.chat-attach-wrap{position:relative;display:flex;align-items:center;z-index:30;overflow:visible}.biz-qr-sheet{margin:0 10px 8px;border-radius:16px;background:var(--elevated, #1c212b);border:1px solid var(--line);overflow:hidden;max-height:240px;display:flex;flex-direction:column}.biz-qr-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px 6px 14px;border-bottom:1px solid var(--line)}.biz-qr-sheet-head strong{font-size:13px;font-weight:600}.biz-qr-list{overflow:auto;padding:4px}.biz-qr-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;border:0;border-radius:12px;background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit}.biz-qr-item:hover{background:#3d8bff1a}.biz-qr-item strong{color:var(--blue, #3d8bff);font-size:14px}.biz-qr-item span{font-size:13px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chat-biz-label{display:inline-flex;align-items:center;max-width:120px;margin-left:6px;padding:1px 7px;border-radius:999px;font-size:11px;font-weight:600;line-height:1.4;color:#fff;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-biz-label-filters{display:flex;gap:6px;padding:0 12px 8px;overflow-x:auto;scrollbar-width:none}.chat-biz-label-filters::-webkit-scrollbar{display:none}.chat-biz-label-chip{flex:0 0 auto;border:0;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600;cursor:pointer;color:#fff;opacity:.72}.chat-biz-label-chip.is-on{opacity:1;box-shadow:0 0 0 2px #ffffff40}.biz-label-picker{display:flex;flex-direction:column;gap:6px;padding:4px 0;min-width:180px}.biz-label-picker button{display:flex;align-items:center;gap:10px;width:100%;border:0;border-radius:10px;padding:10px 12px;background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit;font-size:14px}.biz-label-picker button:hover,.biz-label-picker button.is-on{background:#3d8bff1f}.biz-label-picker-dot{width:12px;height:12px;border-radius:50%;flex:0 0 auto}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;height:100%;height:100dvh;max-height:100dvh;overflow:hidden}body{font-family:Outfit,system-ui,sans-serif;background:#0b0c10;color:#f5f6f8;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button,input,textarea{font-family:inherit}.twin-scroll{overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(138,147,167,.45) transparent;scrollbar-gutter:stable}.twin-scroll::-webkit-scrollbar{width:6px;height:6px}.twin-scroll::-webkit-scrollbar-track{background:transparent}.twin-scroll::-webkit-scrollbar-thumb{background:#8a93a759;border-radius:999px}.twin-scroll::-webkit-scrollbar-thumb:hover{background:#8a93a78c}.twin-scroll:hover::-webkit-scrollbar-thumb{background:#8a93a780}
