.tgk-site-popup{position:fixed;inset:0;z-index:62;display:grid;place-items:center;padding:20px 16px;pointer-events:none;--tgk-site-popup-bg:#ffffff;--tgk-site-popup-bg-elevated:#f4f4f5;--tgk-site-popup-text:#111827;--tgk-site-popup-text-secondary:#707579;--tgk-site-popup-border:#dfe1e5;--tgk-site-popup-divider:rgba(0,0,0,0.08);--tgk-site-popup-accent:#3390ec;--tgk-site-popup-accent-hover:rgba(51,144,236,0.1);--tgk-site-popup-accent-fill:#3390ec;--tgk-site-popup-accent-fill-hover:#2b7fd4;--tgk-site-popup-accent-fill-active:#256bb8;--tgk-site-popup-on-accent:#ffffff;--tgk-site-popup-btn-hover:rgba(0,0,0,0.04);--tgk-site-popup-shadow:0 28px 72px rgba(0,0,0,0.22),0 8px 24px rgba(0,0,0,0.1)}html[data-theme=dark] .tgk-site-popup{--tgk-site-popup-bg:#212a33;--tgk-site-popup-bg-elevated:#2b3640;--tgk-site-popup-text:#e8eef5;--tgk-site-popup-text-secondary:#8d969e;--tgk-site-popup-border:#2f3d4d;--tgk-site-popup-divider:rgba(255,255,255,0.08);--tgk-site-popup-accent:#8774e1;--tgk-site-popup-accent-hover:rgba(135,116,225,0.16);--tgk-site-popup-accent-fill:#8774e1;--tgk-site-popup-accent-fill-hover:#9484e8;--tgk-site-popup-accent-fill-active:#7a68d4;--tgk-site-popup-on-accent:#ffffff;--tgk-site-popup-btn-hover:rgba(255,255,255,0.06);--tgk-site-popup-shadow:0 32px 80px rgba(0,0,0,0.55),0 10px 28px rgba(0,0,0,0.35)}.tgk-site-popup button{-webkit-tap-highlight-color:transparent}.tgk-site-popup__backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;background:rgba(0,0,0,.52);backdrop-filter:blur(8px) saturate(1.05);-webkit-backdrop-filter:blur(8px) saturate(1.05);cursor:pointer;pointer-events:auto;animation:tgkSitePopupBackdropIn .22s ease-out both}html[data-theme=dark] .tgk-site-popup__backdrop{background:rgba(0,0,0,.72)}.tgk-site-popup__panel{position:relative;z-index:1;width:min(100%,400px);max-height:min(88dvh,640px);overflow:hidden;overscroll-behavior:contain;display:flex;flex-direction:column;border-radius:18px;background:var(--tgk-site-popup-bg);border:1px solid var(--tgk-site-popup-border);box-shadow:var(--tgk-site-popup-shadow);pointer-events:auto;animation:tgkSitePopupPanelIn .28s cubic-bezier(.22,1,.36,1) both}.tgk-site-popup__close{position:absolute;top:12px;right:12px;z-index:3;width:36px;height:36px;border-radius:999px;border:none;outline:none;box-shadow:none;background:var(--tgk-site-popup-btn-hover);color:var(--tgk-site-popup-text-secondary);display:grid;place-items:center;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}.tgk-site-popup__close:hover{background:var(--tgk-site-popup-accent-hover);color:var(--tgk-site-popup-text)}.tgk-site-popup__close:active{transform:scale(.96)}.tgk-site-popup__close:focus-visible{outline:2px solid var(--tgk-site-popup-accent);outline-offset:2px}.tgk-site-popup__media{flex:0 0 auto;overflow:hidden;background:var(--tgk-site-popup-bg-elevated);border-bottom:1px solid var(--tgk-site-popup-border)}.tgk-site-popup__image,.tgk-site-popup__video{display:block;width:100%;max-height:min(52dvh,360px);object-fit:cover}.tgk-site-popup__video{background:#000}.tgk-site-popup__content{flex:0 0 auto;padding:20px 20px 0;background:var(--tgk-site-popup-bg)}.tgk-site-popup__title{margin:0;padding-right:36px;font-size:20px;line-height:26px;font-weight:800;letter-spacing:-.02em;color:var(--tgk-site-popup-text)}.tgk-site-popup__body{margin:10px 0 0;font-size:15px;line-height:22px;color:var(--tgk-site-popup-text-secondary);white-space:pre-wrap}.tgk-site-popup__content:has(+.tgk-site-popup__actions) .tgk-site-popup__body:last-child{margin-bottom:16px}.tgk-site-popup__actions{flex:0 0 auto;display:flex;flex-direction:column;gap:0;padding:0;margin-top:auto;background:var(--tgk-site-popup-bg);border-top:1px solid var(--tgk-site-popup-divider)}.tgk-site-popup__actions:has(.tgk-site-popup__btn--primary){gap:8px;padding:10px 12px 12px}.tgk-site-popup__btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin:0;padding:12px 16px;border:none;border-radius:0;outline:none;box-shadow:none;appearance:none;-webkit-appearance:none;font:inherit;font-size:17px;line-height:22px;font-weight:600;letter-spacing:-.01em;text-align:center;cursor:pointer;background:transparent;transition:background .15s ease,color .15s ease,transform .12s ease,box-shadow .15s ease}.tgk-site-popup__actions:not(:has(.tgk-site-popup__btn--primary)) .tgk-site-popup__btn+.tgk-site-popup__btn{border-top:1px solid var(--tgk-site-popup-divider)}.tgk-site-popup__btn:focus-visible{outline:2px solid var(--tgk-site-popup-accent);outline-offset:-2px;z-index:1}.tgk-site-popup__btn--primary{min-height:44px;padding:11px 16px;border-radius:10px;color:var(--tgk-site-popup-on-accent);background:var(--tgk-site-popup-accent-fill);box-shadow:0 1px 2px rgba(16,35,47,.12)}.tgk-site-popup__btn--primary:hover:not(:disabled){background:var(--tgk-site-popup-accent-fill-hover)}.tgk-site-popup__btn--primary:active:not(:disabled){background:var(--tgk-site-popup-accent-fill-active);transform:scale(.985)}.tgk-site-popup__actions:has(.tgk-site-popup__btn--primary) .tgk-site-popup__btn--secondary{min-height:44px;padding:10px 4px 2px;font-size:16px;font-weight:500}.tgk-site-popup__btn--secondary{color:var(--tgk-site-popup-text-secondary)}.tgk-site-popup__btn--secondary:hover:not(:disabled){background:var(--tgk-site-popup-btn-hover);color:var(--tgk-site-popup-text)}.tgk-site-popup__btn:disabled{opacity:.45;cursor:not-allowed}.tgk-site-popup__panel>.tgk-site-popup__content:first-child{padding-top:24px}.tgk-site-popup__panel:has(>.tgk-site-popup__content:first-child) .tgk-site-popup__actions{margin-top:0}@keyframes tgkSitePopupBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes tgkSitePopupPanelIn{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.tgk-site-popup__backdrop,.tgk-site-popup__panel{animation:none}}:root{--publication-media-max-width:420px;--publication-media-max-height:400px}@media (max-width:600px){:root{--publication-media-max-width:340px;--publication-media-max-height:340px}}[data-bubble-cap][data-feed-post]{display:inline-block;width:max-content;max-width:100%;vertical-align:top}[data-bubble-cap][data-feed-post]:has([data-bubble-media]),[data-bubble-cap][data-feed-post]:has([data-media-caption-album]),[data-bubble-cap][data-feed-post]:has([data-media-caption]){max-width:min(var(--publication-media-max-width),100%)}[data-bubble-shell][data-post-publication]{width:max-content;max-width:100%}[data-bubble-shell][data-post-publication] [data-bubble-content]{width:100%;max-width:100%;box-sizing:border-box}[data-bubble-shell][data-post-publication][data-bubble-media=photo]:not([data-media-caption]):not([data-media-caption-album]) [data-bubble-content],[data-bubble-shell][data-post-publication][data-bubble-media=video]:not([data-media-caption]):not([data-media-caption-album]) [data-bubble-content]{width:min-content}[data-bubble-shell][data-media-caption]:not([data-media-caption-album]){width:max-content;max-width:min(var(--publication-media-max-width),100%)}[data-bubble-shell][data-media-caption]:not([data-media-caption-album]) [data-bubble-content]{display:flex;flex-direction:column;align-items:stretch;width:min-content;min-width:min(320px,100%);max-width:min(var(--publication-media-max-width),100%)}[data-bubble-shell][data-media-caption-album]{width:max-content;max-width:min(var(--publication-media-max-width),100%)}[data-bubble-shell][data-media-caption-album] [data-bubble-content]{display:flex;flex-direction:column;align-items:stretch;width:min-content;min-width:min(15rem,100%);max-width:min(var(--publication-media-max-width),100%)}[data-bubble-shell][data-media-caption-album] .attachment,[data-bubble-shell][data-media-caption]:not([data-media-caption-album]) .attachment{align-self:flex-start;max-width:100%}[data-bubble-cap][data-media-caption-album]{width:max-content;max-width:100%}[data-bubble-shell][data-post-footer] [data-post-replies-footer]{width:auto;min-width:min(15rem,100%);max-width:100%}[data-bubble-shell][data-post-publication] [class*=reactionsLikeBlock]{width:auto;max-width:100%}[data-bubble-shell][data-post-footer]:has([data-voice-attachment]){display:inline-grid!important;width:max-content;max-width:100%;grid-template-columns:minmax(0,max-content)}[data-bubble-shell][data-post-footer]:has([data-voice-attachment])>:first-child{width:max-content;max-width:100%;min-width:0}[data-bubble-shell][data-post-footer]:has([data-voice-attachment]) [data-bubble-content]{display:block;width:100%;min-width:0;max-width:min(100%,364px);overflow:visible}[data-bubble-shell][data-post-footer]:has([data-voice-attachment]) [data-post-replies-footer]{grid-column:1;justify-self:stretch;width:100%;min-width:min(15rem,100%);max-width:100%;box-sizing:border-box}[data-bubble-shell][data-post-footer]:has([data-voice-attachment]) [class*=reactionsLikeBlock]{width:100%;max-width:100%;box-sizing:border-box}@keyframes max-auth-spin{to{transform:rotate(1turn)}}.max-auth-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px 16px;box-sizing:border-box}.max-auth-modal__backdrop{position:absolute;inset:0;border:0;padding:0;background:color-mix(in srgb,#000 48%,transparent);cursor:pointer}.max-auth-modal__panel{position:relative;z-index:1;width:min(100%,400px);max-height:min(92dvh,720px);overflow:auto;border-radius:20px;border:1px solid color-mix(in srgb,#2b7fff 35%,var(--shell-border,var(--border,#e5e7eb)));background:var(--shell-surface,var(--surface,#fff));color:var(--primary-text-color,var(--foreground,#111));padding:28px 24px 24px;box-shadow:0 24px 64px color-mix(in srgb,#000 22%,transparent),0 0 0 1px color-mix(in srgb,var(--shell-border,var(--border)) 40%,transparent);text-align:center}[data-theme=dark] .max-auth-modal__panel{background:color-mix(in srgb,var(--shell-surface,var(--surface-2)) 92%,#0b1220)}.max-auth-modal__close{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:999px;background:transparent;color:var(--shell-secondary-text,var(--muted,#6b7280));cursor:pointer}.max-auth-modal__close:hover{background:var(--shell-hover,color-mix(in srgb,var(--surface-2) 80%,transparent));color:var(--primary-text-color,var(--foreground))}.max-auth-modal__logoWrap{display:flex;justify-content:center;margin-bottom:14px}.max-auth-modal__logo{width:56px;height:56px;border-radius:999px;background:#2b7fff;padding:12px;box-sizing:border-box}.max-auth-modal__title{margin:0;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.25}.max-auth-modal__lead{margin:12px 0 0;font-size:14px;line-height:1.5;color:var(--shell-secondary-text,var(--muted))}.max-auth-modal__bot{color:#2b7fff;font-weight:700;word-break:break-all}.max-auth-modal__primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:18px;padding:14px 18px;border:0;border-radius:14px;background:#2b7fff;color:#fff;font-size:15px;font-weight:700;cursor:pointer;text-decoration:none;box-sizing:border-box;transition:filter .15s ease}.max-auth-modal__primary:hover{filter:brightness(1.05)}.max-auth-modal__primaryLogo{width:22px;height:22px;filter:brightness(0) invert(1)}.max-auth-modal__copyBlock{margin-top:18px;padding:14px;border-radius:14px;background:color-mix(in srgb,var(--shell-hover,var(--surface-2)) 82%,transparent);text-align:left}.max-auth-modal__copyLead{margin:0;font-size:13px;line-height:1.45;color:var(--shell-secondary-text,var(--muted))}.max-auth-modal__commandWrap{position:relative;margin-top:10px}.max-auth-modal__command{display:block;width:100%;min-height:44px;padding:10px 44px 10px 12px;border:1px solid var(--shell-border,var(--border));border-radius:10px;background:var(--shell-surface,var(--surface,#fff));color:var(--primary-text-color,var(--foreground));font-size:13px;line-height:1.35;text-align:left;word-break:break-all;cursor:pointer}.max-auth-modal__command:hover{border-color:color-mix(in srgb,#2b7fff 45%,var(--shell-border,var(--border)))}.max-auth-modal__copyBtn{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:8px;background:color-mix(in srgb,var(--shell-hover,var(--surface-2)) 88%,transparent);color:var(--shell-secondary-text,var(--muted));cursor:pointer}.max-auth-modal__copyBtn:hover{color:var(--primary-text-color,var(--foreground));background:color-mix(in srgb,#2b7fff 14%,var(--shell-hover,var(--surface-2)))}.max-auth-modal__copiedTip{position:absolute;right:8px;top:-10px;padding:4px 8px;border-radius:8px;background:#111827;color:#fff;font-size:11px;font-weight:600;white-space:nowrap;pointer-events:none}.max-auth-modal__shareHint{margin:10px 0 0;font-size:12px;line-height:1.45;color:var(--shell-secondary-text,var(--muted))}.max-auth-modal__shareLink{color:#2b7fff;font-weight:600;text-decoration:underline}.max-auth-modal__waiting{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;font-size:14px;color:var(--shell-secondary-text,var(--muted))}.max-auth-modal__spinner{width:20px;height:20px;animation:max-auth-spin .9s linear infinite}.max-auth-modal__hint{margin:16px 0 0;font-size:12px;line-height:1.45;color:var(--shell-secondary-text,var(--muted))}.max-auth-modal__error{margin:14px 0 0;padding:10px 12px;border-radius:10px;background:color-mix(in srgb,#ef4444 12%,transparent);color:#b91c1c;font-size:13px;line-height:1.45;text-align:left}[data-theme=dark] .max-auth-modal__error{color:#fca5a5}@media (max-width:639px){.max-auth-modal{align-items:flex-end;padding:0}.max-auth-modal__panel{width:100%;max-height:min(92dvh,720px);border-radius:20px 20px 0 0;border-bottom:0;animation:max-auth-sheet-in .28s cubic-bezier(.22,1,.36,1)}}@keyframes max-auth-sheet-in{0%{transform:translateY(100%);opacity:.6}to{transform:translateY(0);opacity:1}}:root{--transition-standard-easing:cubic-bezier(0.4,0,0.2,1);--transition-standard-out-time:0.25s;--transition-standard-out:var(--transition-standard-out-time) var(--transition-standard-easing);--topbar-audio-height:3.25rem;--topbar-floating-audio-height:0px;--topbar-floating-call-height:0px;--voice-global-bar-title:var(--primary-text-color,#000);--voice-global-bar-subtitle:var(--shell-secondary-text,#707579);--voice-global-bar-icon:var(--secondary-text-color,#707579);--voice-global-bar-icon-hover:var(--primary-text-color,#000);--voice-global-bar-icon-disabled:color-mix(in srgb,var(--voice-global-bar-icon) 38%,transparent);--voice-global-bar-progress-bg:color-mix(in srgb,var(--voice-global-bar-icon) 22%,transparent);--voice-global-bar-progress-fill:var(--shell-primary,#3390ec);--voice-global-bar-play-bg:var(--shell-primary,#3390ec);--voice-global-bar-rate-active-bg:color-mix(in srgb,var(--shell-primary,#3390ec) 16%,transparent);--voice-global-bar-rate-active-fg:var(--shell-primary,#3390ec)}html[data-theme=dark]{--voice-global-bar-title:var(--primary-text-color,#fff);--voice-global-bar-subtitle:var(--shell-secondary-text,#aaaaaa);--voice-global-bar-icon:var(--secondary-text-color,#aaaaaa);--voice-global-bar-icon-hover:var(--primary-text-color,#fff);--voice-global-bar-progress-bg:color-mix(in srgb,var(--voice-global-bar-icon) 28%,transparent)}body.tgk-voice-bar-shown{--topbar-floating-audio-height:calc(var(--topbar-audio-height) + var(--plates-gap))}body.tgk-voice-bar-shown #column-center header.topbar{transition-delay:0s!important}.settings-topbar{--topbar-height:3.5rem;position:relative;z-index:2;flex-shrink:0;min-height:var(--topbar-height);max-height:var(--topbar-height);width:100%;background:var(--shell-bg);color:var(--primary-text-color,#000);border-bottom:1px solid var(--shell-border);box-sizing:border-box}.settings-topbar:before{content:"";position:absolute;inset:0 0 auto 0;height:var(--topbar-height);box-shadow:0 1px 5px -1px rgba(0,0,0,.12);pointer-events:none}.settings-topbar__inner{position:relative;z-index:1;width:100%;height:var(--topbar-height);max-height:var(--topbar-height);padding-inline:.375rem .5rem;gap:.125rem}.settings-topbar__back,.settings-topbar__inner{display:flex;align-items:center;box-sizing:border-box}.settings-topbar__back{flex:0 0 auto;width:2.5rem;height:2.5rem;margin-inline-start:.125rem;justify-content:center;border:none;background:transparent;color:var(--secondary-text-color,var(--shell-secondary-text));cursor:pointer;border-radius:50%;padding:.5rem;text-decoration:none}.settings-topbar__back:hover{background:var(--shell-hover)}.settings-topbar__back .tgico{width:1.5rem;height:1.5rem;background-color:currentColor}.settings-topbar__titles{flex:1 1 auto;min-width:0;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding-inline-start:.1875rem}.settings-topbar__titles--withBack{padding-inline-start:.25rem}.settings-topbar__title{font-size:1rem;line-height:1.375rem;font-weight:600;color:var(--primary-text-color)}.settings-topbar__subtitle,.settings-topbar__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-topbar__subtitle{font-size:.875rem;line-height:1.25rem;color:var(--secondary-text-color,var(--shell-secondary-text))}.settings-topbar__trailing{flex:0 0 auto;display:flex;align-items:center;padding-inline-start:.25rem}.tgk-settings--sidebar{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:0;background:var(--shell-bg)}.tgk-settings--sidebar .tgk-settings__scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;padding:.5rem;box-sizing:border-box}#column-left[data-tgk-side-settings] .settings-topbar{background:transparent!important;border-bottom:none;position:relative;top:auto;left:auto;right:auto;width:100%;max-width:none;margin:0;box-shadow:none}#column-left[data-tgk-side-settings] .settings-topbar:before{display:none!important}#column-left[data-tgk-side-settings] .tgk-settings--sidebar{background:transparent}.tgk-settings--page{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:0;background:var(--shell-bg)}.tgk-settings--page .tgk-settings__scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;padding:.5rem .5rem calc(2rem + env(safe-area-inset-bottom, 0px));box-sizing:border-box}.tgk-settings--page .settings-topbar{position:sticky;top:0}.tgk-settings-sidebar-slot{height:100%;min-height:0;display:flex;flex-direction:column;background:var(--shell-bg)}.tgk-settings-sidebar-slot .tgk-settings--sidebar .tgk-settings__panel{max-width:none;margin:0}.tgk-settings__back{width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;color:var(--secondary-text-color,var(--shell-secondary-text));text-decoration:none;flex-shrink:0;padding:0;cursor:pointer}.tgk-settings__back:hover{background:var(--shell-hover)}.tgk-settings__header{display:none}.tgk-settings--menuPane{height:100%;min-height:0;display:flex;flex-direction:column}.tgk-settings--menuPane,.tgk-settings--menuPane .tgk-settings__detailScroll{background:var(--shell-bg)}.tgk-settings--menuPane .tgk-settings__profile,.tgk-settings--menuPane .tgk-settings__section{background:var(--shell-bg);backdrop-filter:none;-webkit-backdrop-filter:none}.tgk-settings--detail{height:100%;min-height:0;display:flex;flex-direction:column;background:transparent}.tgk-settings__detailScroll{flex:1 1 auto;min-height:0;overflow-x:hidden;--settings-fade-top:calc(var(--chat-topbar-zone-height, var(--chat-topbar-height, 3rem)) + 0.5rem);padding:var(--settings-fade-top) 0 calc(2.75rem + env(safe-area-inset-bottom, 0px));box-sizing:border-box;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 var(--settings-fade-top),#000 calc(100% - 1.75rem),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 var(--settings-fade-top),#000 calc(100% - 1.75rem),transparent 100%)}html.no-backdrop .tgk-settings__detailScroll{-webkit-mask-image:none;mask-image:none}.tgk-settings--detail .tgk-settings__panel,.tgk-settings--menuPane .tgk-settings__panel{width:100%;max-width:var(--chat-plate-max-width,var(--chat-width));margin-inline:auto;box-sizing:border-box}#column-center .chat-surface.tgk-settings .support-queue-tabs-host{inset-inline:0;width:auto;max-width:var(--chat-plate-max-width,var(--chat-width));margin-inline:auto;box-sizing:border-box}#column-center .chat-surface.tgk-settings .support-queue-scroll>*{width:100%;max-width:var(--chat-plate-max-width,var(--chat-width));margin-inline:auto;box-sizing:border-box}.tgk-settings--onWallpaper .tgk-settings__profile,.tgk-settings--onWallpaper .tgk-settings__section,.tgk-settings--onWallpaper.tgk-settings--detail .tgk-settings__section{background:color-mix(in srgb,var(--shell-bg) 88%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}html.shell-stack-mode #column-center .tgk-settings--detail{min-height:100%;box-sizing:border-box}@media (max-width:479px){.tgk-settings__detailScroll{padding-inline:.375rem}}