:root{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--text-primary:#17212b;--text-secondary:#707579;--text-muted:#9aa2a8;--text-inverse:#fff;--surface-page:#fff;--surface-card:#fff;--surface-subtle:#f4f6f8;--surface-hover:#f1f3f5;--surface-active:#e8f7ee;--border:#e4e8eb;--border-strong:#d8dde1;--accent:#20a559;--accent-hover:#1b914e;--accent-soft:#e8f7ee;--accent-border:#20a55947;--danger:#d84a4a;--danger-soft:#fff0f0;--warning:#d8921e;--success:#20a559;--shadow-xs:0 1px 2px #1018280a;--shadow-sm:0 1px 3px #1018280f, 0 1px 2px #10182808;--shadow-md:0 8px 24px #10182814, 0 2px 6px #1018280a;--shadow-lg:0 18px 48px #10182829;--radius-xs:6px;--radius-sm:9px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-pill:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--transition-fast:.14s ease;--transition-base:.19s ease;--transition-slow:.24s ease;color:var(--text-primary);background:var(--surface-page);font-family:var(--font-sans);letter-spacing:-.005em;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-size:15px;font-weight:400;line-height:1.42}@media (prefers-color-scheme:dark){:root{--text-primary:#f3f5f7;--text-secondary:#aeb6bd;--text-muted:#7f8992;--text-inverse:#fff;--surface-page:#17212b;--surface-card:#202b36;--surface-subtle:#1b2732;--surface-hover:#263441;--surface-active:#193d2b;--border:#2f3c48;--border-strong:#3a4854;--accent:#35b86f;--accent-hover:#49c780;--accent-soft:#35b86f24;--accent-border:#35b86f57;--danger-soft:#d84a4a1f;--shadow-xs:0 1px 2px #0000002e;--shadow-sm:0 1px 3px #0000003d, 0 1px 2px #00000029;--shadow-md:0 8px 24px #00000047, 0 2px 6px #0000002e;--shadow-lg:0 18px 48px #0006;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*,:before,:after{box-sizing:border-box}html{background:var(--surface-page);scroll-behavior:smooth;overscroll-behavior-y:none;min-width:320px;min-height:100%}body{min-width:320px;min-height:100svh;color:var(--text-primary);background:var(--surface-page);font-family:var(--font-sans);letter-spacing:-.005em;text-align:left;-webkit-tap-highlight-color:transparent;margin:0;font-size:15px;font-weight:400;line-height:1.42;overflow-x:hidden}#root{width:100%;min-height:100svh;color:var(--text-primary);background:var(--surface-page);text-align:left;isolation:isolate;flex-direction:column;margin:0;display:flex}button,input,textarea,select{font:inherit;color:inherit}button{border-radius:var(--radius-sm);background:var(--accent);min-height:42px;color:var(--text-inverse);letter-spacing:-.01em;cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast), opacity var(--transition-fast);-webkit-tap-highlight-color:transparent;border:1px solid #0000;padding:10px 14px;font-size:14px;font-weight:600;line-height:1.2}button:hover:not(:disabled){background:var(--accent-hover)}button:active:not(:disabled){transform:scale(.985)}button:disabled{cursor:not-allowed;opacity:.52}input,textarea,select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-subtle);width:100%;color:var(--text-primary);transition:background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);outline:0;font-size:15px;line-height:1.4}input,select{min-height:44px;padding:10px 13px}textarea{resize:vertical;min-height:44px;padding:11px 13px}input::placeholder,textarea::placeholder{color:var(--text-muted);opacity:1}input:hover,textarea:hover,select:hover{border-color:var(--border-strong)}input:focus,textarea:focus,select:focus{border-color:var(--accent);background:var(--surface-card);box-shadow:0 0 0 3px var(--accent-soft)}input[type=search]{appearance:none}input[type=search]::-webkit-search-cancel-button{cursor:pointer}a{color:var(--accent);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-hover)}img,picture,video,canvas,svg{max-width:100%;display:block}img{-webkit-user-select:none;user-select:none}h1,h2,h3,h4,h5,h6,p{margin:0}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:var(--font-sans);letter-spacing:-.02em;font-weight:600;line-height:1.2}h1{font-size:clamp(22px,2.4vw,28px)}h2{font-size:clamp(18px,2vw,22px)}h3{font-size:17px}h4,h5,h6{font-size:15px}p{color:inherit;font-size:15px;line-height:1.48}small{color:var(--text-secondary);font-size:12px;line-height:1.35}strong,b{font-weight:600}code,pre,kbd,samp,.counter{font-family:var(--font-mono)}code{border-radius:var(--radius-xs);background:var(--surface-subtle);color:var(--text-primary);padding:3px 6px;font-size:13px;line-height:1.35;display:inline-flex}hr{width:100%;height:1px;margin:var(--space-4) 0;background:var(--border);border:0}::selection{background:var(--accent-soft);color:var(--text-primary)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}[hidden]{display:none!important}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--radius-pill);background:var(--border-strong);background-clip:padding-box;border:2px solid #0000}::-webkit-scrollbar-thumb:hover{background:var(--text-muted);background-clip:padding-box}.surfaceCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-card);box-shadow:var(--shadow-sm)}.secondaryText{color:var(--text-secondary);font-size:13px;line-height:1.4}.telegramSectionTitle{color:var(--text-secondary);letter-spacing:.045em;text-transform:uppercase;font-size:12px;font-weight:600;line-height:1.2}.telegramDivider{background:var(--border);border:0;height:1px}.telegramIconButton{width:42px;min-width:42px;height:42px;min-height:42px;color:var(--text-secondary);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.telegramIconButton:hover:not(:disabled){background:var(--surface-hover);color:var(--text-primary)}.imageLightbox{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#000000eb;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.imageLightboxImage{object-fit:contain;border-radius:var(--radius-lg);max-width:95vw;max-height:90vh;box-shadow:var(--shadow-lg);display:block}.imageLightboxClose{top:max(18px, env(safe-area-inset-top));z-index:10000;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#ffffff24;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;font-size:30px;font-weight:400;line-height:1;display:inline-flex;position:fixed;right:18px}.imageLightboxClose:hover:not(:disabled){background:#ffffff3d}.chatMessageImage{cursor:zoom-in}.chatImageUploadButton:before,.chatImageUploadButton:after{content:none!important;display:none!important}.chatImageUploadButton{font-size:0!important}.chatImageUploadButton:after{content:"📷"!important;font-size:22px!important;display:inline!important}@media (width<=768px){:root,body{font-size:15px}button{min-height:44px}input,select,textarea{font-size:16px}h1{font-size:23px}h2{font-size:19px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--morph-accent:#29d86b;--morph-accent-bright:#57ef8e;--morph-accent-soft:#29d86b21;--morph-accent-border:#29d86b38;--morph-app-bg:#07100b;--morph-chat-bg:#07130d;--morph-surface:#0d1a12;--morph-surface-raised:#12231a;--morph-surface-hover:#172b20;--morph-border:#ffffff13;--morph-text:#f6fbf8;--morph-muted:#8fa198;--morph-muted-strong:#b7c4bd;--morph-danger:#f77;--morph-header-height:58px;--morph-bottom-nav-height:67px;--morph-radius:14px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body,#root{background:var(--morph-app-bg)!important}body.morphMobileOnlyBody{background:radial-gradient(circle at 50% -12%, #29d86b14, transparent 34%), var(--morph-app-bg)!important}.app.appMobileOnly{color:var(--morph-text);background:var(--morph-app-bg)!important}.appHeader{min-height:calc(var(--morph-header-height) + var(--morph-safe-top));padding:var(--morph-safe-top) 0 0!important;border:0!important;border-bottom:1px solid var(--morph-border)!important;-webkit-backdrop-filter:blur(20px)saturate(140%)!important;background:#08180ff9!important;box-shadow:0 1px #0003!important}.appHeaderContent{gap:10px;min-height:var(--morph-header-height)!important;padding-top:7px!important;padding-bottom:7px!important}.headerProfileButton{overflow:hidden;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;box-shadow:none!important;background:#0d2316!important;border:1px solid #29d86b5c!important;border-radius:50%!important;padding:0!important}.headerProfileImage{border-radius:50%!important}.appHeaderBrand{flex:1;min-width:0;text-align:left!important}.appHeaderBrand h1,.appHeader h1{color:var(--morph-text)!important;letter-spacing:-.02em!important;margin:0!important;font-size:18px!important;font-weight:800!important;line-height:1.08!important}.appHeaderBrand p,.appHeader p{color:var(--morph-muted)!important;letter-spacing:0!important;margin:3px 0 0!important;font-size:11px!important;font-weight:600!important}.appHeaderContent>button:last-child{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;color:var(--morph-muted-strong)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:50%!important}.appHeaderContent>button:last-child:active{background:var(--morph-accent-soft)!important;color:var(--morph-accent-bright)!important}.bottomNav{min-height:calc(var(--morph-bottom-nav-height) + var(--morph-safe-bottom))!important;padding:3px 2px var(--morph-safe-bottom)!important;border:0!important;border-top:1px solid var(--morph-border)!important;-webkit-backdrop-filter:blur(22px)saturate(140%)!important;background:#07180efb!important;box-shadow:0 -8px 26px #00000038!important}.bottomNav>button{color:#7f9187!important;min-width:0!important;min-height:58px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:10px!important;gap:2px!important;padding:5px 2px 3px!important;font-weight:700!important}.bottomNav>button.active{color:var(--morph-accent-bright)!important;background:0 0!important}.bottomNav>button.active:before{content:"";background:var(--morph-accent);border-radius:999px;width:28px;height:2px;position:absolute;top:2px;left:50%;transform:translate(-50%)}.bottomNav>button{position:relative}.bottomNavIcon{color:currentColor;place-items:center;min-height:27px;font-size:21px!important;line-height:1!important;display:grid!important}.bottomNav>button>span:last-child{color:currentColor;letter-spacing:0!important;max-width:none!important;font-size:9px!important;font-weight:750!important}.bottomNavUnreadBadge{box-shadow:0 0 0 1px #29d86b33;background:var(--morph-accent)!important;color:#04200d!important;border-color:#07180e!important}.container{width:100%!important;max-width:720px!important;padding:14px 12px 24px!important}.container>h2{margin:4px 2px 14px!important;font-size:22px!important;font-weight:800!important}main:not(.chatPage):not(.pmPage):not(.authLoadingPage){color:var(--morph-text)}input,textarea,select{caret-color:var(--morph-accent)}input:focus,textarea:focus,select:focus{border-color:#29d86b8c!important;box-shadow:0 0 0 3px #29d86b17!important}body[data-morph-page=messages] .appHeader{display:none!important}.messagesPage{min-height:var(--morph-app-height,100dvh);width:100%!important;padding:0 0 calc(var(--morph-bottom-nav-height) + var(--morph-safe-bottom) + 12px)!important;background:var(--morph-chat-bg)!important;margin:0!important}.messagesHeaderCard{z-index:50!important;padding:max(10px, var(--morph-safe-top)) 12px 10px!important;border:0!important;border-bottom:1px solid var(--morph-border)!important;box-shadow:none!important;-webkit-backdrop-filter:blur(20px)saturate(135%)!important;background:#08190ffb!important;border-radius:0!important;margin:0!important;position:sticky!important;top:0!important}.messagesHeaderTop{min-height:40px;align-items:center!important;gap:10px!important;margin-bottom:9px!important}.messagesHeaderTop>div{flex:1;min-width:0}.messagesHeaderTop>div>span,.messagesHeaderTop p{display:none!important}.messagesHeaderTop h1{color:var(--morph-text)!important;letter-spacing:-.025em!important;margin:0!important;font-size:22px!important;font-weight:850!important}.messagesRefreshButton{min-height:36px!important;color:var(--morph-accent-bright)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:10px!important;padding:0 10px!important;font-size:12px!important;font-weight:750!important}.messagesRefreshButton:active{background:var(--morph-accent-soft)!important}.messagesHeaderActions{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;display:grid!important}.messagesSearchInput{min-width:0!important;height:42px!important;color:var(--morph-text)!important;box-shadow:none!important;background:#13251b!important;border:1px solid #0000!important;border-radius:12px!important;outline:none!important;padding:0 13px!important;font-size:14px!important}.messagesSearchInput::placeholder{color:#73877c!important}.messagesNewButton{background:var(--morph-accent)!important;color:#03200d!important;min-width:44px!important;min-height:42px!important;box-shadow:none!important;border:0!important;border-radius:12px!important;padding:0 13px!important;font-size:12px!important;font-weight:850!important}.messagesStateCard{text-align:center;border:1px solid var(--morph-border)!important;background:var(--morph-surface)!important;box-shadow:none!important;border-radius:16px!important;margin:24px 14px!important;padding:28px 20px!important}.messagesStateCard h2{color:var(--morph-text)!important;margin-top:0!important;font-size:18px!important}.messagesStateCard p{color:var(--morph-muted)!important}.messagesList{background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;display:block!important}.messagesConversationCard{position:relative;width:100%!important;min-height:78px!important;color:var(--morph-text)!important;box-shadow:none!important;text-align:left!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;gap:11px!important;margin:0!important;padding:8px 12px!important;display:flex!important}.messagesConversationCard:after{content:"";background:var(--morph-border);height:1px;position:absolute;bottom:0;left:76px;right:0}.messagesConversationCard:active,.messagesConversationCard:hover{background:#29d86b0e!important}.messagesConversationUnread{background:#29d86b09!important}.messagesConversationAvatar{color:#fff!important;width:54px!important;height:54px!important;box-shadow:none!important;background:linear-gradient(145deg,#238f4e,#0f5830)!important;border:0!important;border-radius:50%!important;flex:0 0 54px!important;place-items:center!important;font-size:20px!important;font-weight:850!important;display:grid!important;overflow:hidden!important}.messagesConversationAvatar img{object-fit:cover!important;width:100%!important;height:100%!important}.messagesConversationBody{flex:1!important;min-width:0!important}.messagesConversationTop{align-items:baseline!important;gap:8px!important;display:flex!important}.messagesConversationTop strong{min-width:0!important;color:var(--morph-text)!important;text-overflow:ellipsis!important;white-space:nowrap!important;flex:1!important;font-size:15px!important;font-weight:800!important;overflow:hidden!important}.messagesConversationTop time{color:#75877d!important;flex:none!important;font-size:10px!important}.messagesConversationUnread .messagesConversationTop time{color:var(--morph-accent-bright)!important}.messagesPresenceStatus{margin:1px 0 2px!important;font-size:10px!important;line-height:1.15!important}.messagesPresenceOnline{color:var(--morph-accent-bright)!important}.messagesPresenceOffline{color:#73857b!important}.messagesConversationBottom{align-items:center!important;gap:8px!important;display:flex!important}.messagesConversationBottom p{color:#9aaca2!important;text-overflow:ellipsis!important;white-space:nowrap!important;flex:1!important;min-width:0!important;margin:0!important;font-size:13px!important;font-weight:500!important;line-height:1.3!important;overflow:hidden!important}.messagesConversationUnread .messagesConversationBottom p{color:#c7d4cd!important}.messagesUnreadBadge{background:var(--morph-accent)!important;color:#03200d!important;border:0!important;border-radius:999px!important;place-items:center!important;min-width:20px!important;height:20px!important;padding:0 6px!important;font-size:10px!important;font-weight:900!important;display:grid!important}.messagesConversationUsername{display:none!important}.messagesOnlineDot{border:2px solid var(--morph-chat-bg)!important;background:var(--morph-accent-bright)!important;width:13px!important;height:13px!important;box-shadow:none!important}.app.appChatMode .chatPage,.app.appChatMode .chatPage>.chatShell{--chat-blue:var(--morph-accent)!important;--chat-green:var(--morph-accent-bright)!important}.app.appChatMode .chatShell>.chatTopBar,.app.appChatMode .chatShell>.chatComposer,.app.appChatMode .chatShell>.chatChannelNavigation{background-color:#071a0f!important}.app.appChatMode .chatBubbleOwn{background:linear-gradient(145deg,#17814a,#0e6035)!important}.pmHeader{border-bottom-color:var(--morph-border)!important;background:#071a0ffb!important;box-shadow:0 3px 16px #00000038!important}.pmConversation{background:linear-gradient(#04120adb,#04120ae6),radial-gradient(circle at 20% 20%,#29d86b0e,#0000 34%)!important}.homePage{padding-top:12px!important}.homeHero{border:1px solid var(--morph-accent-border)!important;background:linear-gradient(145deg, #29d86b1c, #29d86b06), var(--morph-surface)!important;min-height:0!important;box-shadow:none!important;border-radius:18px!important;padding:20px!important}.homeHero h2{margin-top:10px!important;font-size:clamp(28px,8vw,36px)!important;line-height:1.02!important}.homeHero p{color:var(--morph-muted-strong)!important;font-size:13px!important}.homeHeroMark{opacity:.08!important}.homeHeroActions{gap:8px!important}.primaryActionButton,.secondaryActionButton{min-height:44px!important;box-shadow:none!important;border-radius:12px!important}.primaryActionButton{border-color:var(--morph-accent)!important;background:var(--morph-accent)!important;color:#03200d!important}.secondaryActionButton{border-color:var(--morph-accent-border)!important;background:var(--morph-surface-raised)!important;color:var(--morph-text)!important}.homeStats{gap:8px!important}.homeStatCard,.homeFeatureBanner{border:1px solid var(--morph-border)!important;background:var(--morph-surface)!important;box-shadow:none!important;border-radius:14px!important}.homeSectionHeader h3{color:var(--morph-text)!important}.homeSectionLabel,.homeTextButton,.homeFeatureContent>span{color:var(--morph-accent-bright)!important}.app>div[role=presentation]{-webkit-backdrop-filter:blur(4px)!important;background:#00000080!important}.app>div[role=presentation]>section[role=dialog]{border-color:var(--morph-border)!important;background:#0d1d14!important;border-radius:20px 20px 16px 16px!important;box-shadow:0 20px 55px #00000080!important}@media (width>=721px) and (hover:hover) and (pointer:fine){#root{background:var(--morph-app-bg)!important;border-color:#29d86b24!important}}@media (width<=380px){.messagesNewButton{overflow:hidden;color:#0000!important;width:44px!important;padding:0!important;font-size:0!important}.messagesNewButton:before{content:"+";color:#03200d;font-size:24px;font-weight:600}.bottomNav>button>span:last-child{font-size:8px!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--morph-tg-glass:#0c1912d1;--morph-tg-glass-strong:#09150ef0;--morph-tg-glass-soft:#122219bd;--morph-tg-hairline:#ffffff12;--morph-tg-muted:#8fa099;--morph-tg-bubble:#17231d;--morph-tg-bubble-own:#17643a;--morph-tg-accent:#39e879}html body .app.appChatMode .chatPage,html body .app.appChatMode .chatPage>.chatShell{background:#07110b!important}html body .app.appChatMode .chatShell{position:relative!important;overflow:hidden!important}html body .app.appChatMode .chatTopBar{border:0!important;border-bottom:1px solid var(--morph-tg-hairline)!important;background:var(--morph-tg-glass)!important;-webkit-backdrop-filter:blur(24px)saturate(145%)!important;min-height:58px!important;padding:8px 10px!important;box-shadow:0 1px #0000002e!important}html body .app.appChatMode .chatTopBarIdentity{gap:10px!important;min-width:0!important}html body .app.appChatMode .chatGroupAvatar{width:40px!important;min-width:40px!important;height:40px!important;box-shadow:none!important;background:linear-gradient(145deg,#1f8e4b,#0c5b2e)!important;border:0!important;border-radius:50%!important;font-size:19px!important}html body .app.appChatMode .chatTopBarInfo{min-width:0!important}html body .app.appChatMode .chatTopBarInfo h1{color:#f7faf8!important;letter-spacing:-.015em!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin:0!important;font-size:16px!important;font-weight:720!important;line-height:1.15!important;overflow:hidden!important}html body .app.appChatMode .chatTopBarInfo p{color:#8fa099!important;margin:3px 0 0!important;font-size:12px!important;font-weight:500!important;line-height:1.1!important}html body .app.appChatMode .chatOnlineDot{background:var(--morph-tg-accent)!important;width:6px!important;height:6px!important;box-shadow:none!important;margin-right:5px!important}html body .app.appChatMode .chatRefreshButton{color:#b9c5bf!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:50%!important;padding:0!important;font-size:20px!important}html body .app.appChatMode .chatRefreshButton:active{color:var(--morph-tg-accent)!important;background:#ffffff12!important}html body .app.appChatMode .chatChannelNavigation{border:0!important;border-bottom:1px solid var(--morph-tg-hairline)!important;box-shadow:none!important;-webkit-backdrop-filter:blur(18px)!important;background:#08140deb!important;padding:6px 8px!important}html body .app.appChatMode .chatChannelScroller{scrollbar-width:none!important;gap:4px!important;padding:0!important}html body .app.appChatMode .chatChannelScroller::-webkit-scrollbar{display:none!important}html body .app.appChatMode .chatChannelButton{color:#8f9d96!important;min-height:34px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:17px!important;gap:5px!important;padding:6px 10px!important;font-size:12px!important;font-weight:650!important}html body .app.appChatMode .chatChannelButtonActive{color:var(--morph-tg-accent)!important;background:#39e87921!important}html body .app.appChatMode .chatChannelIcon{font-size:14px!important}html body .app.appChatMode .chatChannelName{line-height:1!important}html body .app.appChatMode .chatConversation,html body .app.appChatMode .chatMessages{background-color:#07110b!important}html body .app.appChatMode .chatConversation{background-image:radial-gradient(circle at 20% 12%,#39e87906,#0000 22%),radial-gradient(circle at 84% 74%,#39e87905,#0000 20%)!important}html body .app.appChatMode .chatMessages{padding:12px 8px 10px!important}html body .app.appChatMode .chatDateGroup{margin:0 0 8px!important}html body .app.appChatMode .chatDateLabel,html body .app.appChatMode .chatDateDivider span{color:#a6b2ac!important;box-shadow:none!important;-webkit-backdrop-filter:blur(12px)!important;background:#0c1912c2!important;border:1px solid #ffffff0e!important;border-radius:999px!important;padding:4px 9px!important;font-size:11px!important;font-weight:650!important}html body .app.appChatMode .chatMessageRow{margin:2px 0!important}html body .app.appChatMode .chatUserAvatar{width:34px!important;min-width:34px!important;height:34px!important;box-shadow:none!important;border:0!important;border-radius:50%!important}html body .app.appChatMode .chatMessageContent{max-width:min(78%,520px)!important}html body .app.appChatMode .chatSenderIdentity{gap:5px!important;margin:0 0 3px 8px!important}html body .app.appChatMode .chatSenderName{color:#71eb9a!important;font-size:12px!important;font-weight:700!important}html body .app.appChatMode .chatSenderUsername{color:#75877e!important;font-size:10px!important}html body .app.appChatMode .chatBubble{background:var(--morph-tg-bubble)!important;color:#f3f7f4!important;border:0!important;border-radius:17px 17px 17px 5px!important;padding:7px 9px 5px!important;font-size:14px!important;line-height:1.32!important;box-shadow:0 1px 1px #0000003d!important}html body .app.appChatMode .chatBubbleOwn{background:var(--morph-tg-bubble-own)!important;border-radius:17px 17px 5px!important}html body .app.appChatMode .chatBubbleMeta{color:#e0eae494!important;gap:4px!important;margin-left:8px!important;font-size:10px!important;line-height:1!important}html body .app.appChatMode .chatBubbleOwn .chatBubbleMeta{color:#e1fae9a6!important}html body .app.appChatMode .chatMessageTick{color:#7cf4a4!important;letter-spacing:-2px!important;font-size:10px!important}html body .app.appChatMode .chatMessageImage{border-radius:13px!important}html body .app.appChatMode .chatMessageMenu,html body .app.appChatMode .chatReactionPicker,html body .app.appChatMode .chatMessageActions,html body .app.appChatMode .chatContextMenu{-webkit-backdrop-filter:blur(26px)saturate(135%)!important;background:#141f19eb!important;border:1px solid #ffffff13!important;border-radius:17px!important;box-shadow:0 14px 38px #00000057!important}html body .app.appChatMode .chatMessageMenu button,html body .app.appChatMode .chatMessageActions button,html body .app.appChatMode .chatContextMenu button{color:#f0f5f2!important;border-radius:11px!important;min-height:42px!important}html body .app.appChatMode .chatComposer{padding:6px 7px calc(6px + env(safe-area-inset-bottom,0px))!important;border:0!important;border-top:1px solid var(--morph-tg-hairline)!important;box-shadow:none!important;-webkit-backdrop-filter:blur(24px)saturate(145%)!important;background:#07110bc2!important}html body .app.appChatMode .chatComposerField{background:#19231ee0!important;border:1px solid #ffffff17!important;border-radius:23px!important;gap:4px!important;min-height:46px!important;padding:3px 4px 3px 7px!important;box-shadow:0 2px 8px #00000024!important}html body .app.appChatMode .chatComposerInput{color:#f4f7f5!important;min-height:38px!important;max-height:120px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;padding:9px 4px 7px!important;font-size:15px!important;line-height:1.28!important}html body .app.appChatMode .chatComposerInput::placeholder{color:#89978f!important;opacity:1!important}html body .app.appChatMode .chatImageUploadButton,html body .app.appChatMode .chatSendButton{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;box-shadow:none!important;border:0!important;border-radius:50%!important;padding:0!important}html body .app.appChatMode .chatImageUploadButton{color:#a8b5ae!important;background:0 0!important}html body .app.appChatMode .chatSendButton{background:var(--morph-tg-accent)!important;color:#05200d!important;font-size:17px!important}html body .app.appChatMode .chatSendButton:disabled{color:#69766f!important;opacity:1!important;background:0 0!important}html body[data-morph-page=messages] .messagesHeaderCard{padding:max(9px, var(--morph-safe-top)) 10px 8px!important;background:var(--morph-tg-glass)!important;-webkit-backdrop-filter:blur(24px)saturate(145%)!important}html body[data-morph-page=messages] .messagesHeaderTop h1{font-size:21px!important;font-weight:750!important}html body[data-morph-page=messages] .messagesSearchInput{background:#1c2822e0!important;border-radius:19px!important;height:39px!important}html body[data-morph-page=messages] .messagesConversationCard{gap:10px!important;min-height:72px!important;padding:7px 10px!important}html body[data-morph-page=messages] .messagesConversationCard:after{background:#ffffff0e!important;left:72px!important}html body[data-morph-page=messages] .messagesConversationAvatar{flex-basis:52px!important;width:52px!important;height:52px!important}html body[data-morph-page=messages] .messagesConversationTop strong{font-size:15px!important;font-weight:720!important}html body[data-morph-page=messages] .messagesConversationBottom p{color:#8f9e96!important;font-size:13px!important}html body .pmPage,html body .pmPage .pmShell{background:#07110b!important}html body .pmPage .pmHeader{border:0!important;border-bottom:1px solid var(--morph-tg-hairline)!important;background:var(--morph-tg-glass)!important;min-height:58px!important;box-shadow:none!important;-webkit-backdrop-filter:blur(24px)saturate(145%)!important;padding:8px 9px!important}html body .pmPage .pmHeader button{min-width:38px!important;min-height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:19px!important}html body .pmPage .pmMessages{background-color:#07110b!important;padding:12px 8px 10px!important}html body .pmPage .pmBubble{background:var(--morph-tg-bubble)!important;color:#f3f7f4!important;border:0!important;border-radius:17px 17px 17px 5px!important;padding:7px 9px 5px!important;font-size:14px!important;line-height:1.32!important;box-shadow:0 1px 1px #0000003d!important}html body .pmPage .pmBubbleOwn{background:var(--morph-tg-bubble-own)!important;border-radius:17px 17px 5px!important}html body .pmPage .pmComposer{padding:6px 7px calc(6px + env(safe-area-inset-bottom,0px))!important;border:0!important;border-top:1px solid var(--morph-tg-hairline)!important;-webkit-backdrop-filter:blur(24px)saturate(145%)!important;background:#07110bc2!important}html body .pmPage .pmComposer textarea,html body .pmPage .pmComposer input{color:#f4f7f5!important;background:#19231ee0!important;border-radius:22px!important}html body .pmPage .pmComposer button{box-shadow:none!important;border-radius:50%!important}@media (prefers-reduced-motion:no-preference){html body .app.appChatMode .chatBubble,html body .pmPage .pmBubble,html body .app.appChatMode .chatChannelButton,html body .app.appChatMode .chatSendButton{transition:transform .12s,background-color .12s,opacity .12s!important}html body .app.appChatMode .chatChannelButton:active,html body .app.appChatMode .chatSendButton:active,html body .pmPage .pmComposer button:active{transform:scale(.96)!important}}:root{--morph-tg2-panel:#131f18f0;--morph-tg2-panel-solid:#142019;--morph-tg2-soft:#ffffff0e;--morph-tg2-line:#fff1;--morph-tg2-green:#39e879;--morph-tg2-green-soft:#39e87924;--morph-tg2-danger:#ff8585;--morph-tg2-ease:cubic-bezier(.2,.75,.25,1)}html body .app.appChatMode .chatMessages{scrollbar-width:thin!important;scrollbar-color:#ffffff29 transparent!important;scroll-padding-block:76px 68px!important}html body .app.appChatMode .chatMessages::-webkit-scrollbar{width:4px!important}html body .app.appChatMode .chatMessages::-webkit-scrollbar-thumb{background:#ffffff29!important;border-radius:999px!important}html body .app.appChatMode .chatMessageRow{gap:6px!important;transition:background-color .15s!important}html body .app.appChatMode .chatMessageRowOwn{justify-content:flex-end!important}html body .app.appChatMode .chatMessageContent{min-width:0!important}html body .app.appChatMode .chatBubble{transform-origin:0 100%!important;min-width:58px!important;max-width:100%!important;transition:transform .12s var(--morph-tg2-ease), filter .12s ease!important;-webkit-tap-highlight-color:transparent!important;position:relative!important;overflow:visible!important}html body .app.appChatMode .chatBubbleOwn{transform-origin:100% 100%!important}html body .app.appChatMode .chatBubble:active{filter:brightness(.98)!important;transform:scale(.992)!important}html body .app.appChatMode .chatBubble:not(.chatBubbleOwn):after{content:""!important;background:var(--morph-tg-bubble)!important;clip-path:polygon(100% 0,100% 100%,0 100%)!important;pointer-events:none!important;width:9px!important;height:10px!important;position:absolute!important;bottom:0!important;left:-5px!important}html body .app.appChatMode .chatBubbleOwn:after{content:""!important;background:var(--morph-tg-bubble-own)!important;clip-path:polygon(0 0,100% 100%,0 100%)!important;pointer-events:none!important;width:9px!important;height:10px!important;position:absolute!important;bottom:0!important;right:-5px!important}html body .app.appChatMode .chatMessageText{letter-spacing:-.006em!important;text-wrap:pretty!important}html body .app.appChatMode .chatBubbleMeta{white-space:nowrap!important;-webkit-user-select:none!important;user-select:none!important;align-self:flex-end!important}html body .app.appChatMode .chatReplyQuote,html body .app.appChatMode .chatMessageReply,html body .app.appChatMode .chatReplyPreview{border-left-color:var(--morph-tg2-green)!important;box-shadow:none!important;background:#00000026!important;border-radius:7px!important}html body .app.appChatMode .chatMessageImageWrapper{border-radius:13px!important;overflow:hidden!important}html body .app.appChatMode .chatMessageImage{transition:transform .18s var(--morph-tg2-ease)!important;display:block!important;transform:translateZ(0)!important}html body .app.appChatMode .chatMessageImage:active{transform:scale(.995)!important}html body .app.appChatMode .chatReactionList,html body .app.appChatMode .chatReactionChips{gap:3px!important;margin-top:3px!important}html body .app.appChatMode .chatReactionButton,html body .app.appChatMode .chatReactionChip{color:#edf4ef!important;min-width:31px!important;min-height:26px!important;box-shadow:none!important;transition:transform .11s var(--morph-tg2-ease), background-color .11s ease!important;background:#17231de8!important;border:1px solid #ffffff12!important;border-radius:14px!important;padding:2px 7px!important;font-size:13px!important}html body .app.appChatMode .chatReactionButton:active,html body .app.appChatMode .chatReactionChip:active{transform:scale(.94)!important}html body .app.appChatMode .chatReactionButtonActive,html body .app.appChatMode .chatReactionChipActive{background:var(--morph-tg2-green-soft)!important;color:#8af7ae!important;border-color:#39e87957!important}html body .app.appChatMode .chatReactionPicker{gap:2px!important;padding:5px!important}html body .app.appChatMode .chatReactionPicker .chatReactionButton,html body .app.appChatMode .chatReactionPicker button{background:0 0!important;border:0!important;border-radius:50%!important;min-width:35px!important;min-height:35px!important;padding:0!important;font-size:20px!important}html body .app.appChatMode .chatReactionPicker button:active{background:#ffffff13!important;transform:scale(.9)!important}html body .chatReactionSheetOverlay{-webkit-backdrop-filter:blur(4px)!important;background:#00000085!important;align-items:flex-end!important;padding:0!important;animation:.15s both morphTgFadeIn!important}html body .chatReactionSheet{-webkit-backdrop-filter:blur(28px)saturate(135%)!important;width:min(620px,100%)!important;max-height:min(72dvh,650px)!important;animation:morphTgSheetIn .22s var(--morph-tg2-ease) both!important;background:#121e17fb!important;border:1px solid #ffffff14!important;border-bottom:0!important;border-radius:24px 24px 0 0!important;overflow:hidden!important;box-shadow:0 -16px 50px #00000057!important}html body .chatReactionSheet .chatSheetHandle,html body .chatReactionSheetHandle{background:#ffffff38!important;border-radius:999px!important;width:36px!important;height:4px!important;margin:7px auto 3px!important}html body .chatReactionCategoryTabs{border-bottom:1px solid var(--morph-tg2-line)!important;scrollbar-width:none!important;gap:2px!important;padding:6px 8px!important;overflow-x:auto!important}html body .chatReactionCategoryTabs::-webkit-scrollbar{display:none!important}html body .chatReactionCategoryTab{color:#9aa8a1!important;min-width:38px!important;min-height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:19px!important;padding:0 9px!important}html body .chatReactionCategoryTabActive{background:var(--morph-tg2-green-soft)!important;color:var(--morph-tg2-green)!important}html body .chatReactionEmojiButton{transition:transform .11s var(--morph-tg2-ease)!important;border-radius:14px!important}html body .chatReactionEmojiButton:active{background:#fff1!important;transform:scale(.86)!important}html body .app.appChatMode .chatMessageMenu,html body .app.appChatMode .chatMessageActions,html body .app.appChatMode .chatContextMenu{min-width:176px!important;animation:morphTgMenuIn .15s var(--morph-tg2-ease) both!important;padding:4px!important;overflow:hidden!important}html body .app.appChatMode .chatMessageMenu button,html body .app.appChatMode .chatMessageActions button,html body .app.appChatMode .chatContextMenu button{text-align:left!important;background:0 0!important;border:0!important;gap:12px!important;min-height:44px!important;padding:0 11px!important;font-size:14px!important;font-weight:560!important;transition:background-color .1s!important}html body .app.appChatMode .chatMessageMenu button:active,html body .app.appChatMode .chatMessageActions button:active,html body .app.appChatMode .chatContextMenu button:active{background:#fff1!important}html body .app.appChatMode .chatMessageMenuDelete,html body .app.appChatMode .chatDangerAction{color:var(--morph-tg2-danger)!important}html body .app.appChatMode .chatComposer{isolation:isolate!important}html body .app.appChatMode .chatComposerField:focus-within{border-color:#39e87933!important;box-shadow:0 0 0 1px #39e8790a!important}html body .app.appChatMode .chatImageUploadButton,html body .app.appChatMode .chatSendButton{transition:transform .115s var(--morph-tg2-ease), background-color .115s ease, color .115s ease!important;-webkit-tap-highlight-color:transparent!important}html body .app.appChatMode .chatImageUploadButton:active,html body .app.appChatMode .chatSendButton:not(:disabled):active{transform:scale(.91)!important}html body .app.appChatMode .chatReplyBar,html body .app.appChatMode .chatEditBar,html body .app.appChatMode .chatComposerReply{border:0!important;border-left:3px solid var(--morph-tg2-green)!important;box-shadow:none!important;background:#18261edb!important;border-radius:8px!important;margin:0 6px 5px!important;padding:6px 9px!important}html body[data-morph-page=messages] .messagesConversationCard{-webkit-tap-highlight-color:transparent!important;transition:background-color .11s!important}html body[data-morph-page=messages] .messagesConversationCard:active{background:#ffffff0e!important}html body[data-morph-page=messages] .messagesConversationAvatar{box-shadow:none!important;border:0!important}html body[data-morph-page=messages] .messagesConversationTop time{font-size:11px!important;font-weight:500!important}html body[data-morph-page=messages] .messagesConversationBottom p{line-height:1.25!important}html body[data-morph-page=messages] .messagesConversationUnread .messagesConversationTop strong{font-weight:760!important}html body[data-morph-page=messages] .messagesConversationUnreadBadge,html body[data-morph-page=messages] .messagesUnreadBadge{background:var(--morph-tg2-green)!important;color:#082313!important;min-width:20px!important;height:20px!important;box-shadow:none!important;border:0!important;border-radius:10px!important;padding:0 6px!important;font-size:10px!important;font-weight:800!important}html body .appPrivateChatMode .pmShell{background:#07110b!important;border:0!important}html body .appPrivateChatMode .pmHeader{min-height:58px!important;padding:max(7px, env(safe-area-inset-top,0px)) 8px 7px!important;border:0!important;border-bottom:1px solid var(--morph-tg2-line)!important;-webkit-backdrop-filter:blur(24px)saturate(145%)!important;background:#0c1912d6!important;grid-template-columns:38px 40px minmax(0,1fr) 38px!important;gap:8px!important;box-shadow:0 1px #0000002e!important}html body .appPrivateChatMode .pmBackButton,html body .appPrivateChatMode .pmHeaderMenuButton{color:#c4cec9!important;width:38px!important;height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important}html body .appPrivateChatMode .pmBackButton:active,html body .appPrivateChatMode .pmHeaderMenuButton:active{background:#fff1!important;transform:scale(.92)!important}html body .appPrivateChatMode .pmMemberAvatar{width:40px!important;height:40px!important;box-shadow:none!important;border:0!important;font-size:16px!important}html body .appPrivateChatMode .pmIdentity h1{letter-spacing:-.015em!important;font-size:16px!important;font-weight:720!important}html body .appPrivateChatMode .pmIdentity p{color:#92a198!important;margin-top:2px!important;font-size:11px!important;font-weight:520!important}html body .appPrivateChatMode .pmHeaderMenu{background:var(--morph-tg2-panel)!important;-webkit-backdrop-filter:blur(28px)!important;border:1px solid #ffffff13!important;border-radius:17px!important;padding:4px!important;top:calc(100% - 2px)!important;right:6px!important;box-shadow:0 16px 42px #0000006b!important}html body .appPrivateChatMode .pmHeaderMenu button{border:0!important;border-radius:11px!important;min-height:44px!important;padding:0 11px!important;font-size:14px!important;font-weight:560!important}html body .appPrivateChatMode .pmHeaderMenu button:active{background:#fff1!important}html body .appPrivateChatMode .pmEncryptionNotice{color:#7f9187!important;background:#08140de0!important;border-bottom-color:#ffffff0b!important;padding:5px 10px!important;font-size:9px!important;font-weight:560!important}html body .appPrivateChatMode .pmConversation{scrollbar-width:thin!important;scrollbar-color:#ffffff26 transparent!important;background:radial-gradient(circle at 17% 16%,#39e87906,#0000 22%),radial-gradient(circle at 80% 78%,#39e87905,#0000 20%),#07110b!important;padding:11px 8px 14px!important}html body .appPrivateChatMode .pmMessageRow{gap:6px!important;margin:2px 0!important}html body .appPrivateChatMode .pmMessageAvatar{width:32px!important;height:32px!important;box-shadow:none!important;border:0!important;flex-basis:32px!important}html body .appPrivateChatMode .pmBubble{transform-origin:0 100%!important;min-width:58px!important;transition:transform .12s var(--morph-tg2-ease)!important;background:#17231d!important;border:0!important;border-radius:17px 17px 17px 5px!important;padding:7px 9px 5px!important;box-shadow:0 1px 1px #0000003b!important}html body .appPrivateChatMode .pmBubbleOwn{transform-origin:100% 100%!important;background:#17643a!important;border-radius:17px 17px 5px!important}html body .appPrivateChatMode .pmBubble:not(.pmBubbleOwn):after{content:""!important;clip-path:polygon(100% 0,100% 100%,0 100%)!important;pointer-events:none!important;background:#17231d!important;width:9px!important;height:10px!important;position:absolute!important;bottom:0!important;left:-5px!important}html body .appPrivateChatMode .pmBubbleOwn:after{content:""!important;clip-path:polygon(0 0,100% 100%,0 100%)!important;pointer-events:none!important;background:#17643a!important;width:9px!important;height:10px!important;position:absolute!important;bottom:0!important;right:-5px!important}html body .appPrivateChatMode .pmBubble:active{transform:scale(.992)!important}html body .appPrivateChatMode .pmMessageText{letter-spacing:-.006em!important;padding-right:16px!important;font-size:14px!important;line-height:1.34!important}html body .appPrivateChatMode .pmMessageMeta{color:#e0ebe494!important;gap:3px!important;min-height:13px!important;margin-top:2px!important;font-size:10px!important}html body .appPrivateChatMode .pmMessageMenuButton{color:#eff6f29e!important;opacity:.72!important;background:0 0!important;width:28px!important;height:28px!important;top:0!important;right:0!important}html body .appPrivateChatMode .pmMessageMenuButton:active{opacity:1!important;background:#0000002e!important}html body .appPrivateChatMode .pmReplyQuote{border-left:3px solid var(--morph-tg2-green)!important;background:#00000024!important;border-radius:7px!important;margin-bottom:5px!important;padding:5px 7px!important}html body .appPrivateChatMode .pmImageButton,html body .appPrivateChatMode .pmImageButton img{border-radius:13px!important}html body .appPrivateChatMode .pmVoicePlayButton{width:39px!important;height:39px!important;box-shadow:none!important;background:#75efa0!important;flex-basis:39px!important}html body .appPrivateChatMode .pmReactionChips{gap:3px!important;margin-top:3px!important}html body .appPrivateChatMode .pmReactionChip{min-height:26px!important;box-shadow:none!important;background:#17231deb!important;border:1px solid #ffffff12!important;border-radius:14px!important;padding:2px 7px!important}html body .appPrivateChatMode .pmReactionChipActive{background:var(--morph-tg2-green-soft)!important;color:#8af7ae!important;border-color:#39e87957!important}html body .pmSheetBackdrop{-webkit-backdrop-filter:blur(4px)!important;background:#00000085!important;align-items:flex-end!important;padding:0!important}html body .pmReactionSheet{-webkit-backdrop-filter:blur(28px)saturate(135%)!important;width:min(620px,100%)!important;max-height:min(72dvh,650px)!important;animation:morphTgSheetIn .22s var(--morph-tg2-ease) both!important;background:#121e17fb!important;border:1px solid #ffffff14!important;border-bottom:0!important;border-radius:24px 24px 0 0!important;box-shadow:0 -16px 50px #00000057!important}html body .pmSheetHandle{background:#ffffff38!important;border-radius:999px!important;width:36px!important;height:4px!important;margin:7px auto 3px!important}html body .pmReactionTabs{border-bottom:1px solid var(--morph-tg2-line)!important;scrollbar-width:none!important;gap:2px!important;padding:6px 8px!important}html body .pmReactionTabs::-webkit-scrollbar{display:none!important}html body .pmReactionTab{min-width:38px!important;min-height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:19px!important;padding:0 9px!important}html body .pmReactionTabs .pmReactionTabActive{background:var(--morph-tg2-green-soft)!important;color:var(--morph-tg2-green)!important;border-color:#0000!important}html body .pmReactionEmojiButton{transition:transform .11s var(--morph-tg2-ease)!important;border-radius:14px!important}html body .pmReactionEmojiButton:active{background:#fff1!important;transform:scale(.86)!important}html body .appPrivateChatMode .pmComposer{padding:6px 7px calc(6px + env(safe-area-inset-bottom,0px))!important;border:0!important;border-top:1px solid var(--morph-tg2-line)!important;box-shadow:none!important;-webkit-backdrop-filter:blur(24px)saturate(145%)!important;background:#07110bc7!important}html body .appPrivateChatMode .pmComposerField,html body .appPrivateChatMode .pmComposerInputWrap{box-shadow:none!important;background:#19231ee0!important;border-color:#ffffff16!important;border-radius:23px!important}html body .appPrivateChatMode .pmComposer textarea,html body .appPrivateChatMode .pmComposer input{color:#f4f7f5!important;font-size:15px!important;line-height:1.28!important}html body .appPrivateChatMode .pmComposer textarea::placeholder,html body .appPrivateChatMode .pmComposer input::placeholder{color:#89978f!important}html body .appPrivateChatMode .pmSendButton,html body .appPrivateChatMode .pmAttachButton,html body .appPrivateChatMode .pmVoiceRecordButton{box-shadow:none!important;transition:transform .115s var(--morph-tg2-ease)!important;border:0!important;border-radius:50%!important}html body .appPrivateChatMode .pmSendButton:active,html body .appPrivateChatMode .pmAttachButton:active,html body .appPrivateChatMode .pmVoiceRecordButton:active{transform:scale(.91)!important}html body .appPrivateChatMode .pmSearchBar,html body .appPrivateChatMode .pmPinnedBar,html body .appPrivateChatMode .pmReplyComposerBar{border-color:var(--morph-tg2-line)!important;box-shadow:none!important;-webkit-backdrop-filter:blur(18px)!important;background:#0d1b13eb!important}@keyframes morphTgFadeIn{0%{opacity:0}to{opacity:1}}@keyframes morphTgSheetIn{0%{opacity:.82;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes morphTgMenuIn{0%{opacity:0;transform:translateY(-3px)scale(.965)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width>=720px){html body .chatReactionSheetOverlay,html body .pmSheetBackdrop{align-items:center!important;padding:20px!important}html body .chatReactionSheet,html body .pmReactionSheet{border-bottom:1px solid #ffffff14!important;border-radius:24px!important}}@media (prefers-reduced-motion:reduce){html body .app.appChatMode .chatBubble,html body .appPrivateChatMode .pmBubble,html body .chatReactionSheet,html body .pmReactionSheet,html body .app.appChatMode .chatMessageMenu,html body .appPrivateChatMode .pmHeaderMenu{transition:none!important;animation:none!important}}.morphTelegramInlineLink{color:#62e991;overflow-wrap:anywhere;text-decoration:none}.morphTelegramInlineLink:active,.morphTelegramInlineLink:hover{text-decoration:underline}.morphTelegramSpoiler{color:#0000;text-shadow:none;cursor:pointer;-webkit-user-select:none;user-select:none;background:repeating-linear-gradient(135deg,#b9cabf6b 0 2px,#b9cabf2e 2px 4px);border-radius:4px;padding:0 2px;transition:background .16s,color .16s;display:inline}.morphTelegramSpoilerRevealed{color:inherit;-webkit-user-select:text;user-select:text;background:#ffffff12}.chatBubble code,.pmBubble code{color:#c9f5d8;background:#0000003d;border-radius:5px;padding:1px 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.morphTelegramLinkPreview{min-width:0;color:inherit;background:#05110a45;border-radius:8px;gap:8px;margin:7px 1px 2px;padding:7px 8px 7px 7px;text-decoration:none;display:flex;position:relative;overflow:hidden}.morphTelegramLinkPreviewAccent{background:#3ce97b;border-radius:999px;flex:0 0 3px;width:3px}.morphTelegramLinkPreviewCopy{flex-direction:column;gap:2px;min-width:0;display:flex}.morphTelegramLinkPreviewCopy strong{color:#5fea8e;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;overflow:hidden}.morphTelegramLinkPreviewCopy span{color:#eef7f1b8;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.25;overflow:hidden}.morphTelegramFormattingBar{z-index:10050;-webkit-backdrop-filter:blur(24px)saturate(140%);background:#121d17f5;border:1px solid #ffffff17;border-radius:13px;justify-content:space-evenly;align-items:center;gap:2px;height:40px;padding:3px;display:flex;position:fixed;box-shadow:0 10px 30px #00000059}.morphTelegramFormattingBar[hidden]{display:none!important}.morphTelegramFormattingBar button{color:#eef6f1;min-width:40px;height:34px;font:inherit;background:0 0;border:0;border-radius:9px;padding:0 8px;font-size:13px;font-weight:750}.morphTelegramFormattingBar button:active{color:#58ef8d;background:#39e87924}.morphTelegramSelectionBar{z-index:10060;min-height:calc(58px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) 9px 0;-webkit-backdrop-filter:blur(24px)saturate(145%);background:#09150ef6;border-bottom:1px solid #ffffff13;align-items:center;gap:6px;animation:.15s cubic-bezier(.2,.75,.25,1) both morphTelegramSelectionIn;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 8px 26px #00000038}.morphTelegramSelectionBar button{color:#dce9e1;min-height:40px;font:inherit;background:0 0;border:0;border-radius:12px;padding:0 12px;font-size:13px;font-weight:700}.morphTelegramSelectionBar button:active{background:#fff1}.morphTelegramSelectionCancel{width:40px;min-width:40px;padding:0!important;font-size:25px!important}.morphTelegramSelectionCount{color:#f5faf7;font-size:15px;font-weight:760}.morphTelegramSelectionSpacer{flex:1}.morphTelegramSelectionForward{color:#50ed87!important}.morphTelegramMessageSelected{position:relative}.morphTelegramMessageSelected:before{content:"";z-index:0;pointer-events:none;background:#39e8791c;position:absolute;inset:-2px -999px}.morphTelegramMessageSelected>*{z-index:1;position:relative}.morphTelegramSelectAction span{place-items:center;width:20px;display:inline-grid}.morphTelegramForwardOverlay{z-index:10070;padding-top:env(safe-area-inset-top,0px);-webkit-backdrop-filter:blur(2px);background:#0000007a;justify-content:center;align-items:flex-end;animation:.14s both morphTelegramOverlayIn;display:flex;position:fixed;inset:0}.morphTelegramForwardSheet{background:#111e17;border:1px solid #ffffff13;border-bottom:0;border-radius:24px 24px 0 0;flex-direction:column;width:min(620px,100%);max-height:min(76dvh,720px);animation:.21s cubic-bezier(.2,.75,.25,1) both morphTelegramSheetIn;display:flex;overflow:hidden;box-shadow:0 -16px 50px #00000057}.morphTelegramForwardHandle{background:#ffffff40;border-radius:999px;flex:none;width:38px;height:4px;margin:8px auto 2px}.morphTelegramForwardSheet>header{border-bottom:1px solid #fff1;align-items:center;gap:12px;min-height:62px;padding:8px 12px;display:flex}.morphTelegramForwardSheet>header>div{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.morphTelegramForwardSheet>header span{color:#718279;letter-spacing:.08em;font-size:9px;font-weight:800}.morphTelegramForwardSheet>header strong{color:#f4f9f6;font-size:17px;font-weight:780}.morphTelegramForwardClose{color:#a8b5ae;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;font-size:25px;display:grid}.morphTelegramForwardDestinations{overscroll-behavior:contain;min-height:120px;padding:4px 0 10px;overflow:hidden auto}.morphTelegramForwardDestination{color:#f3f8f5;width:100%;min-height:66px;font:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:11px;padding:7px 12px;display:flex;position:relative}.morphTelegramForwardDestination:after{content:"";background:#ffffff0e;height:1px;position:absolute;bottom:0;left:72px;right:0}.morphTelegramForwardDestination:active{background:#39e87913}.morphTelegramForwardDestination:disabled{opacity:.45}.morphTelegramForwardAvatar{background:linear-gradient(145deg,#228d4b,#0d5b2f);border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:19px;display:grid}.morphTelegramForwardCopy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.morphTelegramForwardCopy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:750;overflow:hidden}.morphTelegramForwardCopy small{color:#82938a;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.morphTelegramForwardChevron{color:#75867d;font-size:24px}.morphTelegramForwardLoading{color:#8f9e96;text-align:center;padding:28px 16px;font-size:13px}.morphTelegramForwardSheet>footer{padding:9px 14px calc(10px + env(safe-area-inset-bottom,0px));color:#6f8077;text-align:center;border-top:1px solid #ffffff0e;flex:none;font-size:10px;line-height:1.35}.morphTelegramRuntimeToast{z-index:10100;left:50%;bottom:calc(84px + env(safe-area-inset-bottom,0px));color:#eef6f1;text-align:center;background:#101c15f5;border:1px solid #ffffff14;border-radius:999px;max-width:min(360px,100vw - 28px);padding:9px 14px;font-size:12px;font-weight:650;animation:.18s cubic-bezier(.2,.75,.25,1) both morphTelegramToastIn;position:fixed;transform:translate(-50%);box-shadow:0 10px 30px #0000004d}@keyframes morphTelegramSelectionIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes morphTelegramOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes morphTelegramSheetIn{0%{opacity:.75;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes morphTelegramToastIn{0%{opacity:0;transform:translate(-50%,8px)scale(.97)}to{opacity:1;transform:translate(-50%)scale(1)}}@media (width>=720px){.morphTelegramForwardOverlay{align-items:center;padding:24px}.morphTelegramForwardSheet{border-bottom:1px solid #ffffff13;border-radius:24px}}@media (prefers-reduced-motion:reduce){.morphTelegramSelectionBar,.morphTelegramForwardOverlay,.morphTelegramForwardSheet,.morphTelegramRuntimeToast{animation:none!important}}.morphTelegramAttachmentOverlay,.morphTelegramStickerOverlay{z-index:2147483000;padding:10px 8px calc(8px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(3px);background:#0000007a;justify-content:center;align-items:flex-end;animation:.15s ease-out both morphTg4Fade;display:flex;position:fixed;inset:0}.morphTelegramAttachmentSheet,.morphTelegramStickerSheet{color:#f5faf6;background:#121e17fb;border:1px solid #ffffff17;border-radius:22px;width:min(100%,560px);max-height:min(76dvh,680px);animation:.19s cubic-bezier(.2,.8,.25,1) both morphTg4SheetUp;overflow:hidden;box-shadow:0 -20px 60px #0000006b}.morphTelegramPass4Handle{background:#ffffff38;border-radius:999px;width:38px;height:4px;margin:8px auto 2px}.morphTelegramAttachmentSheet>header,.morphTelegramStickerSheet>header{border-bottom:1px solid #fff1;align-items:center;gap:12px;min-height:54px;padding:7px 14px 9px;display:flex}.morphTelegramAttachmentSheet>header>strong,.morphTelegramStickerSheet>header>div{flex:1;min-width:0}.morphTelegramStickerSheet>header>div{flex-direction:column;gap:1px;display:flex}.morphTelegramStickerSheet>header span{color:#ffffff7a;letter-spacing:.12em;font-size:10px;font-weight:850}.morphTelegramAttachmentSheet>header strong,.morphTelegramStickerSheet>header strong{color:#f7fbf8;font-size:16px;font-weight:760}.morphTelegramAttachmentClose,.morphTelegramStickerClose{color:#ffffffa8;width:40px;height:40px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 40px;place-items:center;padding:0;font-size:27px;display:grid}.morphTelegramAttachmentClose:active,.morphTelegramStickerClose:active{background:#ffffff14}.morphTelegramAttachmentGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:14px 12px 10px;display:grid}.morphTelegramAttachmentGrid>button{color:#ffffffd1;min-width:0;min-height:96px;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:8px 4px;display:flex}.morphTelegramAttachmentGrid>button:active{background:#ffffff0e;transform:scale(.97)}.morphTelegramAttachmentGrid>button>span{color:#07140b;background:linear-gradient(145deg,#45ef80,#1eb75b);border-radius:50%;place-items:center;width:52px;height:52px;font-size:22px;font-weight:900;display:grid;box-shadow:0 8px 22px #28db6933}.morphTelegramAttachmentGrid>button[data-attach=camera]>span{background:linear-gradient(145deg,#55dbff,#3a82f4)}.morphTelegramAttachmentGrid>button[data-attach=gif]>span{color:#fff;letter-spacing:.04em;background:linear-gradient(145deg,#cf8cff,#8b5cf6);font-size:13px}.morphTelegramAttachmentGrid>button[data-attach=sticker]>span{background:linear-gradient(145deg,#ffd35c,#f69e36);font-size:25px}.morphTelegramAttachmentGrid>button>strong{color:#ffffffc2;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:680;overflow:hidden}.morphTelegramAttachmentSheet>p{color:#ffffff6b;text-align:center;margin:0;padding:5px 16px 15px;font-size:11px;line-height:1.35}.morphTelegramStickerTabs{gap:3px;padding:7px 10px 0;display:flex}.morphTelegramStickerTabs>button{color:#ffffff8a;min-height:36px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0 13px;font-size:12px;font-weight:720}.morphTelegramStickerTabs>button.morphTelegramStickerTabActive{color:#56ee8b;background:#39e8791f}.morphTelegramStickerGrid{overscroll-behavior:contain;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;max-height:min(49dvh,440px);padding:8px 9px 13px;display:grid;overflow:auto}.morphTelegramStickerChoice{aspect-ratio:1;min-width:0;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:18px;place-items:center;padding:3px;font-size:clamp(39px,12vw,58px);transition:transform .12s,background .12s;display:grid}.morphTelegramStickerChoice:active{background:#ffffff0e;transform:scale(.88)}.morphTelegramStickerSheet>footer{padding:10px 14px calc(11px + env(safe-area-inset-bottom,0px));color:#fff6;text-align:center;border-top:1px solid #ffffff0e;font-size:11px}html body .app.appChatMode .chatBubble:has(>p.morphTelegramStickerMessage){box-shadow:none!important;background:0 0!important;border-color:#0000!important}html body .pmPage .pmBubble:has(.morphTelegramStickerMessage){box-shadow:none!important;background:0 0!important;border-color:#0000!important}html body .app.appChatMode .chatBubble:has(>p.morphTelegramStickerMessage):before{display:none!important}html body .app.appChatMode .chatBubble:has(>p.morphTelegramStickerMessage):after{display:none!important}html body .pmPage .pmBubble:has(.morphTelegramStickerMessage):before{display:none!important}html body .pmPage .pmBubble:has(.morphTelegramStickerMessage):after{display:none!important}.morphTelegramStickerMessage{margin:0!important;padding:0!important;line-height:1!important}.morphTelegramStickerGlyph{filter:drop-shadow(0 10px 16px #0003);transform-origin:50% 80%;-webkit-user-select:none;user-select:none;width:fit-content;padding:4px 3px 7px;font-size:clamp(74px,22vw,112px);line-height:.95;animation:.22s cubic-bezier(.2,.9,.3,1.25) both morphTg4StickerPop;display:block}.morphTelegramPass4ShareAction,.morphTelegramPass4CopyLinkAction{align-items:center!important;gap:12px!important;display:flex!important}.morphTelegramPass4ShareAction>span,.morphTelegramPass4CopyLinkAction>span{text-align:center;flex:0 0 22px;width:22px}.morphTelegramPass4SelectionShare{color:#ffffffdb;min-height:38px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:0 12px;font-size:13px;font-weight:720}.morphTelegramPass4SelectionShare:active{background:#ffffff12}.morphTelegramMediaToolbar{left:50%;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:8;-webkit-backdrop-filter:blur(18px);background:#121814d6;border:1px solid #ffffff21;border-radius:16px;align-items:center;gap:4px;padding:5px;display:flex;position:absolute;transform:translate(-50%);box-shadow:0 10px 32px #0000005c}.morphTelegramMediaToolbar>button{color:#f5f8f6;min-width:82px;min-height:44px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:0 13px;display:inline-flex}.morphTelegramMediaToolbar>button:active{background:#ffffff16}.morphTelegramMediaToolbar>button>span{color:#51ed87;font-size:18px;font-weight:800}.morphTelegramMediaToolbar>button>strong{font-size:13px;font-weight:700}.morphTelegramPass4Toast{left:50%;bottom:calc(86px + env(safe-area-inset-bottom,0px));z-index:2147483646;color:#f4f8f5;text-align:center;background:#111b15f5;border:1px solid #ffffff1a;border-radius:13px;max-width:min(88vw,380px);padding:10px 14px;font-size:13px;font-weight:650;animation:.17s ease-out both morphTg4Toast;position:fixed;transform:translate(-50%);box-shadow:0 10px 30px #00000052}@keyframes morphTg4Fade{0%{opacity:0}to{opacity:1}}@keyframes morphTg4SheetUp{0%{opacity:0;transform:translateY(24px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes morphTg4StickerPop{0%{opacity:0;transform:scale(.65)rotate(-4deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes morphTg4Toast{0%{opacity:0;transform:translate(-50%,8px)scale(.98)}to{opacity:1;transform:translate(-50%)scale(1)}}@media (width<=420px){.morphTelegramAttachmentOverlay,.morphTelegramStickerOverlay{padding-inline:0;padding-bottom:0}.morphTelegramAttachmentSheet,.morphTelegramStickerSheet{border-bottom:0;border-left:0;border-right:0;border-radius:22px 22px 0 0;width:100%}.morphTelegramAttachmentGrid{padding-inline:7px}.morphTelegramAttachmentGrid>button{min-height:92px}.morphTelegramMediaToolbar{bottom:calc(12px + env(safe-area-inset-bottom,0px))}}@media (prefers-reduced-motion:reduce){.morphTelegramAttachmentOverlay,.morphTelegramStickerOverlay,.morphTelegramAttachmentSheet,.morphTelegramStickerSheet,.morphTelegramStickerGlyph,.morphTelegramPass4Toast{animation:none!important}}.morphTelegramPass5Toast{left:50%;bottom:calc(92px + env(safe-area-inset-bottom,0px));z-index:2147483646;color:#fff;-webkit-backdrop-filter:blur(18px);pointer-events:none;background:#141816eb;border:1px solid #ffffff1a;border-radius:999px;max-width:min(88vw,420px);padding:9px 14px;font-size:13px;font-weight:700;line-height:1.25;position:fixed;transform:translate(-50%);box-shadow:0 10px 34px #00000057}.morphTelegramPass5InfoOverlay,.morphTelegramPass5ContextOverlay{z-index:2147483600;padding:10px 8px calc(8px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(3px);background:#0000007a;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.morphTelegramPass5InfoSheet,.morphTelegramPass5ContextSheet{color:#f6fbf8;background:linear-gradient(#131c17fa,#070f0bfc);border:1px solid #ffffff1c;border-radius:22px;width:min(100%,520px);max-height:min(78dvh,720px);overflow:hidden;box-shadow:0 24px 80px #00000094}.morphTelegramPass5Handle{background:#ffffff4d;border-radius:999px;width:38px;height:4px;margin:7px auto 2px}.morphTelegramPass5InfoSheet>header{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;min-height:61px;padding:8px 12px 9px 16px;display:flex}.morphTelegramPass5InfoSheet>header>div{flex:1;gap:1px;min-width:0;display:grid}.morphTelegramPass5InfoSheet>header span{color:#adffcaa8;letter-spacing:.11em;font-size:10px;font-weight:800}.morphTelegramPass5InfoSheet>header strong{color:#fff;font-size:17px;font-weight:760}.morphTelegramPass5InfoClose{color:#fff;background:#ffffff12;border:0;border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;font-size:25px;line-height:1;display:grid}.morphTelegramPass5InfoClose:active{background:#ffffff1f;transform:scale(.94)}.morphTelegramPass5InfoBody{overscroll-behavior:contain;max-height:calc(min(78dvh,720px) - 76px);padding:12px;overflow:auto}.morphTelegramPass5InfoLoading{color:#ffffffa6;text-align:center;padding:28px 14px;font-size:13px}.morphTelegramPass5MessagePreview{background:#389f5a17;border:1px solid #65ff9726;border-left:3px solid #44ea7acc;border-radius:10px 15px 15px 10px;gap:5px;margin-bottom:10px;padding:12px 13px;display:grid}.morphTelegramPass5MessagePreview strong{color:#7ef1a6;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;overflow:hidden}.morphTelegramPass5MessagePreview span{color:#ffffffe6;overflow-wrap:anywhere;font-size:14px;line-height:1.35;overflow:hidden}.morphTelegramPass5InfoRow{border-bottom:1px solid #fff1;grid-template-columns:minmax(82px,.55fr) minmax(0,1fr);align-items:center;gap:14px;min-height:51px;padding:8px 11px;display:grid}.morphTelegramPass5InfoRow:last-of-type{border-bottom:0}.morphTelegramPass5InfoRow>span{color:#ffffff7d;font-size:12px;font-weight:650}.morphTelegramPass5InfoRow>strong,.morphTelegramPass5InfoRow>code{color:#ffffffed;text-align:right;overflow-wrap:anywhere;min-width:0;font-size:13px;font-weight:680}.morphTelegramPass5InfoRow>code{color:#c5ffd9c7;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.morphTelegramPass5InfoNote{color:#ffffff6e;margin:11px 4px 2px;font-size:11px;line-height:1.4}.morphTelegramPass5ContextSheet{padding:8px}.morphTelegramPass5ContextPreview{padding:3px 3px 5px}.morphTelegramPass5ContextPreview .morphTelegramPass5MessagePreview{margin:0}.morphTelegramPass5ContextActions{background:#ffffff09;border:1px solid #ffffff13;border-radius:15px;margin-top:5px;overflow:hidden}.morphTelegramPass5ContextActions>button{color:#fff;text-align:left;background:0 0;border:0;border-bottom:1px solid #fff1;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:7px;width:100%;min-height:50px;padding:7px 14px;display:grid}.morphTelegramPass5ContextActions>button:last-child{border-bottom:0}.morphTelegramPass5ContextActions>button:active{background:#ffffff13}.morphTelegramPass5ContextActions>button>span{color:#71eda0;place-items:center;width:27px;font-size:18px;font-weight:700;display:grid}.morphTelegramPass5ContextActions>button>strong{font-size:14px;font-weight:680}.morphTelegramPass5ContextSheetFloating{transform-origin:top;border-radius:17px;width:300px;max-height:420px;margin:0;position:fixed}.morphTelegramPass5InfoAction{color:inherit}.morphTelegramPass5InfoAction>span:first-child{color:#62e691}.appPrivateChatMode .morphTelegramPass5ReceiptRead{text-shadow:0 0 10px #4ceb852e;color:#68eca0!important}.morphTelegramPass5GalleryCounter{top:calc(14px + env(safe-area-inset-top,0px));z-index:5;color:#fff;-webkit-backdrop-filter:blur(12px);pointer-events:none;background:#0000007a;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;min-height:31px;padding:5px 12px;font-size:12px;font-weight:760;display:flex;position:absolute;left:50%;transform:translate(-50%)}.morphTelegramPass5GalleryNav{z-index:6;color:#fff;-webkit-backdrop-filter:blur(12px);background:#00000061;border:1px solid #ffffff1f;border-radius:17px;place-items:center;width:44px;height:56px;font-size:38px;font-weight:300;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.morphTelegramPass5GalleryPrev{left:max(12px, env(safe-area-inset-left,0px))}.morphTelegramPass5GalleryNext{right:max(12px, env(safe-area-inset-right,0px))}.morphTelegramPass5GalleryNav:active{background:#ffffff1a;transform:translateY(-50%)scale(.93)}@media (width<=699px){.morphTelegramPass5InfoOverlay,.morphTelegramPass5ContextOverlay{padding-left:6px;padding-right:6px}.morphTelegramPass5InfoSheet,.morphTelegramPass5ContextSheet{border-radius:21px 21px 15px 15px;width:100%}.morphTelegramPass5GalleryNav{border-radius:14px;width:38px;height:50px;font-size:32px}.morphTelegramPass5GalleryPrev{left:8px}.morphTelegramPass5GalleryNext{right:8px}}@media (prefers-reduced-motion:no-preference){.morphTelegramPass5InfoSheet,.morphTelegramPass5ContextSheet{animation:.18s cubic-bezier(.2,.7,.2,1) morphTelegramPass5SheetIn}.morphTelegramPass5Toast{animation:.16s ease-out morphTelegramPass5ToastIn}}@keyframes morphTelegramPass5SheetIn{0%{opacity:.72;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes morphTelegramPass5ToastIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.morphTelegramPass5InfoSheet,.morphTelegramPass5ContextSheet,.morphTelegramPass5GalleryNav,.morphTelegramPass5Toast{transition:none!important;animation:none!important}}.morphTelegramPass6Overlay{z-index:2147483002;padding:10px 8px calc(8px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.morphTelegramPrivateForwardSheet,.morphTelegramSharedMediaSheet{color:#f5f8f6;background:linear-gradient(#12221afb,#07110cfc);border:1px solid #ffffff17;border-radius:24px 24px 18px 18px;flex-direction:column;width:min(100%,620px);max-height:min(82dvh,760px);animation:.2s cubic-bezier(.2,.8,.2,1) morphTelegramPass6SheetIn;display:flex;overflow:hidden;box-shadow:0 -18px 52px #00000075}.morphTelegramPass6Handle{background:#ffffff3b;border-radius:999px;width:38px;height:4px;margin:8px auto 4px}.morphTelegramPrivateForwardSheet>header,.morphTelegramSharedMediaSheet>header{align-items:center;gap:12px;min-height:58px;padding:7px 12px 9px 16px;display:flex}.morphTelegramPrivateForwardSheet>header>div,.morphTelegramSharedMediaSheet>header>div{flex:1;gap:2px;min-width:0;display:grid}.morphTelegramPrivateForwardSheet>header span,.morphTelegramSharedMediaSheet>header span{color:#dfeae38f;letter-spacing:.1em;font-size:10px;font-weight:800}.morphTelegramPrivateForwardSheet>header strong,.morphTelegramSharedMediaSheet>header strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:760;overflow:hidden}.morphTelegramPass6Close{color:#eaf2ed;background:#ffffff13;border:0;border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;font:400 26px/1 system-ui,sans-serif;display:grid}.morphTelegramPrivateForwardSearch{color:#fff;background:#ffffff0e;border:1px solid #ffffff14;border-radius:14px;outline:none;min-height:42px;margin:0 12px 10px;padding:0 14px;font:500 14px/1.2 system-ui,sans-serif}.morphTelegramPrivateForwardSearch::placeholder{color:#ebf2ee73}.morphTelegramPrivateForwardSearch:focus{border-color:#4de48f61;box-shadow:0 0 0 3px #2ad37414}.morphTelegramPrivateForwardList{overscroll-behavior:contain;min-height:120px;padding:0 8px 8px;overflow:auto}.morphTelegramPrivateForwardDestination{color:#fff;text-align:left;background:0 0;border:0;border-radius:14px;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:10px;width:100%;min-height:62px;padding:7px 9px;display:grid}.morphTelegramPrivateForwardDestination:active{background:#ffffff12;transform:scale(.992)}.morphTelegramPrivateForwardDestination:disabled{opacity:.48}.morphTelegramPrivateForwardAvatar{color:#04130a;background:linear-gradient(145deg,#37dc81f2,#107e43f2);border-radius:50%;place-items:center;width:44px;height:44px;font-size:17px;font-weight:850;display:grid}.morphTelegramPrivateForwardCopy{gap:3px;min-width:0;display:grid}.morphTelegramPrivateForwardCopy strong,.morphTelegramPrivateForwardCopy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.morphTelegramPrivateForwardCopy strong{color:#f8fbf9;font-size:14px;font-weight:730}.morphTelegramPrivateForwardCopy small{color:#e5efe980;font-size:12px}.morphTelegramPass6Chevron{color:#eaf2ed59;font-size:25px}.morphTelegramPrivateForwardSheet>footer,.morphTelegramSharedMediaSheet>footer{color:#e6efea70;text-align:center;border-top:1px solid #ffffff0e;padding:9px 14px 12px;font-size:10px;line-height:1.35}.morphTelegramPass6Empty,.morphTelegramSharedMediaEmpty{color:#eaf2ed80;text-align:center;place-items:center;min-height:140px;padding:24px;font-size:13px;display:grid}.morphTelegramPass6SharedMediaButton{color:#f4faf6e0!important;width:38px!important;min-width:38px!important;height:38px!important;box-shadow:none!important;background:#fff1!important;border:0!important;border-radius:50%!important;flex:0 0 38px!important;place-items:center!important;padding:0!important;font-size:18px!important;line-height:1!important;display:grid!important}.morphTelegramPass6SharedMediaButton:active{transform:scale(.94);background:#ffffff1f!important}.morphTelegramSharedMediaTabs{scrollbar-width:none;gap:3px;padding:0 9px 8px;display:flex;overflow-x:auto}.morphTelegramSharedMediaTabs::-webkit-scrollbar{display:none}.morphTelegramSharedMediaTabs button{color:#e6efea8c;background:0 0;border:0;border-radius:12px;flex:none;min-height:34px;padding:0 12px;font-size:12px;font-weight:700}.morphTelegramSharedMediaTabs .morphTelegramSharedMediaTabActive{color:#61ed9d;background:#2ed77921}.morphTelegramSharedMediaContent{overscroll-behavior:contain;min-height:190px;padding:3px 9px 12px;overflow:auto}.morphTelegramSharedMediaGrid{border-radius:13px;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;display:grid;overflow:hidden}.morphTelegramSharedMediaTile{aspect-ratio:1;background:#ffffff0a;border:0;min-width:0;padding:0;position:relative;overflow:hidden}.morphTelegramSharedMediaTile img{object-fit:cover;width:100%;height:100%;display:block}.morphTelegramSharedMediaTile:active img{transform:scale(.97)}.morphTelegramSharedMediaGifBadge{color:#fff;letter-spacing:.04em;background:#0000009e;border-radius:6px;padding:2px 5px;font-size:9px;font-weight:850;position:absolute;bottom:6px;left:6px}.morphTelegramSharedMediaList{gap:3px;display:grid}.morphTelegramSharedMediaLink,.morphTelegramSharedVoiceRow{background:#ffffff0b;border-radius:13px;gap:3px;min-height:58px;padding:10px 12px;text-decoration:none;display:grid}.morphTelegramSharedMediaLink strong,.morphTelegramSharedVoiceRow strong{color:#66ee9f;font-size:12px;font-weight:800}.morphTelegramSharedMediaLink span{color:#eff5f1b8;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.morphTelegramSharedVoiceRow audio{width:100%;height:34px}.morphTelegramSharedStickerGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.morphTelegramSharedStickerTile{background:#ffffff09;border-radius:14px;place-items:center;min-height:82px;font-size:44px;display:grid}.morphTelegramPass6PrivateForwardAction,.morphTelegramPass6PrivateSelectionForward{font:inherit}.morphTelegramPass6PrivateSelectionForward{color:#62ee9e;background:#2ed6781f;border:0;border-radius:11px;min-height:34px;padding:0 10px;font-size:12px;font-weight:760}.morphTelegramPass6Toast{left:50%;bottom:calc(80px + env(safe-area-inset-bottom,0px));z-index:2147483640;color:#fff;text-align:center;background:#101914f5;border:1px solid #ffffff14;border-radius:13px;max-width:min(88vw,420px);padding:10px 13px;font-size:12px;font-weight:650;position:fixed;transform:translate(-50%);box-shadow:0 10px 30px #00000057}@keyframes morphTelegramPass6SheetIn{0%{opacity:.35;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=520px){.morphTelegramSharedMediaGrid{grid-template-columns:repeat(3,1fr)}.morphTelegramSharedStickerGrid{grid-template-columns:repeat(4,1fr)}}@media (prefers-reduced-motion:reduce){.morphTelegramPrivateForwardSheet,.morphTelegramSharedMediaSheet,.morphTelegramPrivateForwardDestination,.morphTelegramPass6SharedMediaButton,.morphTelegramSharedMediaTile img{transition:none!important;animation:none!important}}html body .appPrivateChatMode .pmHeader{-webkit-backdrop-filter:blur(24px)saturate(145%)!important;background:#0c1912d6!important;border:0!important;border-bottom:1px solid #fff1!important;grid-template-rows:42px!important;grid-template-columns:38px 40px minmax(0,1fr) 38px!important;align-items:center!important;gap:8px!important;min-height:58px!important;max-height:58px!important;padding:8px!important;overflow:visible!important;box-shadow:0 1px #0000002e!important}html body .appPrivateChatMode .pmBackButton,html body .appPrivateChatMode .pmHeaderMenuButton{color:#c4cec9!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:50%!important;padding:0!important}html body .appPrivateChatMode .pmMemberAvatar{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;box-shadow:none!important;border:0!important;border-radius:50%!important}html body .appPrivateChatMode .pmIdentity{min-width:0!important;padding-right:40px!important}html body .appPrivateChatMode .pmIdentity h1{color:#f7faf8!important;letter-spacing:-.015em!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin:0!important;font-size:16px!important;font-weight:720!important;line-height:1.15!important;overflow:hidden!important}html body .appPrivateChatMode .telegramPrivateLayer .pmIdentity p{visibility:visible!important;color:#8fa099!important;margin:3px 0 0!important;font-size:12px!important;font-weight:500!important;line-height:1.1!important}html body .appPrivateChatMode .telegramPrivatePresence,html body .appPrivateChatMode .pmHeader>.morphTelegramPass6SharedMediaButton{display:none!important}html body .appPrivateChatMode .telegramPrivateControlsButton{color:#c4cec9!important;width:38px!important;height:38px!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:50%!important;padding:0!important;font-size:0!important;top:8px!important;right:48px!important}html body .appPrivateChatMode .telegramPrivateControlsButton:before{content:"";box-sizing:border-box;border:2px solid;border-radius:50%;width:13px;height:13px;position:absolute;top:9px;left:10px}html body .appPrivateChatMode .telegramPrivateControlsButton:after{content:"";transform-origin:0;background:currentColor;border-radius:2px;width:7px;height:2px;position:absolute;top:22px;left:22px;transform:rotate(45deg)}html body .appPrivateChatMode .telegramPrivateControlsButton:active{background:#fff1!important;transform:scale(.92)!important}html body .appPrivateChatMode .telegramPrivateControlsMenu{background:#131f18f5!important;border:1px solid #ffffff13!important;border-radius:17px!important;width:min(285px,100vw - 16px)!important;padding:4px!important;top:54px!important;right:8px!important;box-shadow:0 16px 42px #0000006b!important}html body .appPrivateChatMode .telegramPrivateControlsMenu>button{background:0 0!important;border:0!important;border-radius:11px!important;min-height:44px!important;padding:0 11px!important;font-size:14px!important;font-weight:560!important}html body .appPrivateChatMode .pmEncryptionNotice{color:#a6b2ac!important;width:max-content!important;max-width:calc(100% - 16px)!important;box-shadow:none!important;background:#0c1912c2!important;border:1px solid #ffffff0e!important;border-radius:999px!important;margin:6px auto 0!important;padding:4px 9px!important;font-size:10px!important;font-weight:600!important;line-height:1.2!important}html body .appPrivateChatMode .pmConversation{background-color:#07110b!important;background-image:radial-gradient(circle at 20% 12%,#39e87906,#0000 22%),radial-gradient(circle at 84% 74%,#39e87905,#0000 20%)!important;padding:12px 8px 10px!important}html body .appPrivateChatMode .pmMessageRow{margin:2px 0!important}html body .appPrivateChatMode .pmMessageStage{max-width:min(78%,520px)!important}html body .appPrivateChatMode .pmBubble{color:#f3f7f4!important;background:#17231d!important;border:0!important;border-radius:17px 17px 17px 5px!important;min-width:58px!important;max-width:100%!important;padding:7px 9px 5px!important;font-size:14px!important;line-height:1.32!important;position:relative!important;box-shadow:0 1px 1px #0000003d!important}html body .appPrivateChatMode .pmBubbleOwn{background:#17643a!important;border-radius:17px 17px 5px!important}html body .appPrivateChatMode .pmMessageText{letter-spacing:-.006em!important;margin:0!important;font-size:14px!important;line-height:1.32!important}html body .appPrivateChatMode .pmMessageMeta{color:#e0eae494!important;gap:4px!important;margin-left:8px!important;font-size:10px!important;line-height:1!important}html body .appPrivateChatMode .pmBubbleOwn .pmMessageMeta{color:#e1fae9a6!important}html body .appPrivateChatMode .pmReadReceipt{color:#7cf4a4!important;letter-spacing:-2px!important;font-size:10px!important}html body .appPrivateChatMode .pmMessageMenuButton{opacity:0!important;pointer-events:none!important}@media (hover:hover) and (pointer:fine){html body .appPrivateChatMode .pmBubble:hover .pmMessageMenuButton{opacity:.58!important;pointer-events:auto!important}}html body .appPrivateChatMode .pmComposer{isolation:isolate!important;min-height:58px!important;padding:6px 7px calc(6px + env(safe-area-inset-bottom,0px))!important;box-shadow:none!important;-webkit-backdrop-filter:blur(24px)saturate(145%)!important;background:#07110bc2!important;border:0!important;border-top:1px solid #ffffff12!important;grid-template-rows:46px!important;grid-template-columns:minmax(0,1fr) 38px 38px 46px!important;align-items:center!important;gap:4px!important;display:grid!important;position:relative!important}html body .appPrivateChatMode .pmComposer:before{content:""!important;z-index:0!important;top:6px!important;left:7px!important;right:57px!important;bottom:calc(6px + env(safe-area-inset-bottom,0px))!important;pointer-events:none!important;background:#19231ee0!important;border:1px solid #ffffff17!important;border-radius:23px!important;position:absolute!important;box-shadow:0 2px 8px #00000024!important}html body .appPrivateChatMode .pmComposer textarea{z-index:1!important;color:#f4f7f5!important;width:100%!important;min-width:0!important;min-height:38px!important;max-height:120px!important;box-shadow:none!important;resize:none!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important;grid-area:1/1!important;padding:9px 4px 7px 10px!important;font-size:15px!important;line-height:1.28!important}html body .appPrivateChatMode .pmComposer textarea::placeholder{color:#89978f!important;opacity:1!important}html body .appPrivateChatMode .pmComposer>.pmComposerIconButton{z-index:2!important;color:#a8b5ae!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:50%!important;padding:0!important;font-size:20px!important}html body .appPrivateChatMode .pmComposer>.pmComposerIconButton:first-of-type{grid-area:1/2!important}html body .appPrivateChatMode .pmComposer>.pmComposerIconButton:nth-of-type(2){grid-area:1/3!important}html body .appPrivateChatMode .pmHiddenInput{display:none!important}html body .appPrivateChatMode .pmSendButton,html body .appPrivateChatMode .pmVoiceButton{z-index:2!important;color:#05200d!important;background:#39e879!important;border:0!important;border-radius:50%!important;grid-area:1/4!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0!important;box-shadow:0 4px 14px #18b4582e!important}html body .appPrivateChatMode .pmSendButton:disabled,html body .appPrivateChatMode .pmVoiceButton:disabled{opacity:.45!important}html body .appPrivateChatMode .pmComposer>button:active{transform:scale(.92)!important}@media (width<=620px){html body .appPrivateChatMode .pmHeader{grid-template-rows:42px!important;min-height:58px!important;max-height:58px!important;padding:8px!important}html body .appPrivateChatMode .telegramPrivateControlsButton{top:8px!important;right:48px!important}html body .appPrivateChatMode .pmMessageStage{max-width:82%!important}}.marketing-rhino-art{display:none!important}.marketing-hero:before{content:"";z-index:1;aspect-ratio:4/3;pointer-events:none;opacity:.94;mix-blend-mode:screen;filter:saturate(1.18)contrast(1.06)drop-shadow(0 0 42px #6fff3033);background:url(/rhino-hero.svg) top/contain no-repeat;width:min(68vw,810px);position:absolute;top:16px;right:-10%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 17% 88%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 17% 88%,#0000 100%)}.marketing-hero:after{z-index:2!important}.marketing-hero-content{z-index:3!important}@media (width<=980px){.marketing-hero:before{opacity:.88;width:min(84vw,760px);right:-24%}}@media (width<=700px){.marketing-hero:before{opacity:.77;width:122%;top:46px;right:-47%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 34% 100%),linear-gradient(#000 0% 74%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 34% 100%),linear-gradient(#000 0% 74%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}}@media (width<=430px){.marketing-hero:before{opacity:.72;width:138%;top:55px;right:-57%}}.performanceSite .performanceProducts{background:radial-gradient(circle at 50% 0,#caff0013,#0000 22rem),#020302;padding:24px 0 118px}.performanceSite .performanceProducts .performanceShell{width:calc(100% - 24px);max-width:560px}.performanceSite .performanceProducts .performanceSectionHead{margin:0 0 18px;display:block}.performanceSite .performanceProducts .performanceSectionHead h2{margin-top:9px;font-size:clamp(2.55rem,14vw,4rem);line-height:.86}.performanceSite .performanceProducts .performanceSectionHead>p{color:#8f978c;max-width:440px;margin:14px 0 0;font-size:.78rem;line-height:1.55}.performanceSite .performanceCategoryNav{overscroll-behavior-inline:contain;scrollbar-width:none;clip-path:none;-webkit-overflow-scrolling:touch;background:#050805e6;border:1px solid #caff001c;border-left:0;border-right:0;flex-wrap:nowrap;gap:8px;margin:0 -12px 24px;padding:10px 12px 12px;display:flex;overflow-x:auto}.performanceSite .performanceCategoryNav::-webkit-scrollbar{display:none}.performanceSite .performanceCategoryNav a{color:#d8ddd4;letter-spacing:.08em;text-transform:uppercase;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,9px 100%,0 calc(100% - 9px));background:#090c08;border:1px solid #ffffff1a;flex:none;gap:8px;min-height:38px;padding:0 12px;font-size:.56rem;font-weight:900;text-decoration:none}.performanceSite .performanceCategoryNav a span{min-width:20px;height:20px;color:var(--acid);background:#caff001a;border-radius:999px;place-items:center;padding:0 5px;font-size:.52rem;display:grid}.performanceSite .performanceCatalogueGroups{gap:28px;display:grid}.performanceSite .performanceProductGroup{clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px));background:linear-gradient(#0b0f0af0,#040604f5);border:1px solid #caff001f;padding:14px;scroll-margin-top:82px}.performanceSite .performanceProductGroupHead{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-end;gap:12px;margin:0 0 12px;padding:0 0 12px;display:flex}.performanceSite .performanceProductGroupHead .performanceOverline{letter-spacing:.2em;font-size:.48rem}.performanceSite .performanceProductGroupHead .performanceOverline:after{width:30px}.performanceSite .performanceProductGroupHead h3{color:#f4f6ef;letter-spacing:-.018em;text-transform:uppercase;margin:6px 0 0;font:900 clamp(1.75rem,9vw,2.45rem)/.9 Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}.performanceSite .performanceProductGroupHead>span{color:#81897d;letter-spacing:.1em;text-transform:uppercase;flex:none;padding:0 0 2px;font-size:.48rem;font-weight:900}.performanceSite .performanceProductGroupDescription{color:#7f877c;margin:-2px 0 12px;font-size:.7rem;line-height:1.45}.performanceSite .performanceProductGroup .performanceProductGrid,.performanceSite .performanceProductGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:10px;margin-top:0;display:grid}.performanceSite .performanceProductCard{min-width:0;height:auto;min-height:0;box-shadow:none;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));background:#060806;border:1px solid #ffffff17;flex-direction:column;display:flex;overflow:hidden;transform:none}.performanceSite .performanceProductCard:hover{box-shadow:none;border-color:#caff003d;transform:none}.performanceSite .performanceProductImageWrap{aspect-ratio:auto;background:radial-gradient(circle at 50% 58%,#caff001a,#caff0005 42%,#0000 72%),#050805;justify-content:center;align-items:center;width:100%;height:auto;min-height:0;padding:0;display:flex;position:relative;overflow:hidden}.performanceSite .performanceProductImageWrap:after{content:none}.performanceSite .performanceProductImageWrap>img{z-index:2;display:block;position:relative;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;filter:none!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;transform:none!important}.performanceSite .performanceProductGlow{display:none}.performanceSite .performanceProductMeta{background:linear-gradient(#060806,#040504);border-top:1px solid #ffffff12;flex:auto;min-height:76px;padding:10px 10px 12px}.performanceSite .performanceProductMeta span{color:#858d81;letter-spacing:.11em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.43rem;font-weight:900;display:block;overflow:hidden}.performanceSite .performanceProductMeta strong{color:#f4f6ef;letter-spacing:.01em;text-transform:uppercase;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:.74rem;font-weight:900;line-height:1.16;display:-webkit-box;overflow:hidden}.performanceSite .performanceProductMeta small{color:var(--acid);letter-spacing:.07em;text-transform:uppercase;margin-top:7px;font-size:.45rem;font-weight:900;line-height:1.2;display:block}.performanceSite .performanceCatalogueState{color:#9da59a;letter-spacing:.11em;text-align:center;text-transform:uppercase;background:#070907;border:1px solid #caff0021;min-height:180px;padding:24px;font-size:.65rem;line-height:1.55}.performanceSite .performanceProductsAction{display:none!important}@media (width<=360px){.performanceSite .performanceProducts .performanceShell{width:calc(100% - 18px)}.performanceSite .performanceProductGroup{padding:10px}.performanceSite .performanceProductGroup .performanceProductGrid,.performanceSite .performanceProductGrid{gap:7px}.performanceSite .performanceProductMeta{min-height:72px;padding:9px 8px 10px}.performanceSite .performanceProductMeta strong{font-size:.68rem}}.performanceSite{--acid:#caff00;--acid-soft:#9dc900;--ink:#020302;--panel:#070907;--line:#caff0029;--white:#f7f8f2;--muted:#9da39a;min-height:100vh;color:var(--white);scroll-behavior:smooth;background:#020302;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}.performanceSite *{box-sizing:border-box}.performanceSite img{max-width:100%;display:block}.performanceSite a{color:inherit}.performanceShell{width:min(1280px,100% - 44px);margin:0 auto}.performanceNav{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020302e6;border-bottom:1px solid #caff0024;position:sticky;top:0;box-shadow:0 12px 40px #00000042}.performanceNavInner{grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:70px;display:grid}.performanceBrand{text-transform:uppercase;letter-spacing:.14em;white-space:nowrap;align-items:center;gap:10px;font-size:.84rem;font-weight:900;text-decoration:none;display:flex}.performanceBrand img{object-fit:contain;filter:drop-shadow(0 0 9px #caff0047);width:34px;height:34px}.performanceLinks{letter-spacing:.12em;text-transform:uppercase;color:#9ba197;justify-self:center;align-items:center;gap:32px;font-size:.68rem;font-weight:900;display:flex}.performanceLinks a{padding:27px 0 24px;text-decoration:none;transition:color .18s;position:relative}.performanceLinks a:hover,.performanceLinks a.isActive{color:var(--acid)}.performanceLinks a.isActive:after{content:"";background:var(--acid);height:2px;position:absolute;bottom:17px;left:0;right:0;box-shadow:0 0 12px #caff00bf}.performanceButton{border:1px solid var(--acid);background:var(--acid);text-transform:uppercase;letter-spacing:.08em;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 21px;font-size:.69rem;font-weight:900;text-decoration:none;transition:transform .18s,filter .18s,box-shadow .18s;display:inline-flex;box-shadow:0 0 #caff0000;color:#040500!important}.performanceButton:hover{filter:brightness(1.07);transform:translateY(-2px);box-shadow:0 12px 28px #caff001f}.performanceButtonDark{background:#070907;border-color:#caff0080;color:#f2f3ed!important}.performanceNavButton{min-height:42px;padding-inline:18px}.performanceHero{border-bottom:1px solid var(--line);background:#020302;flex-direction:column;justify-content:center;min-height:720px;display:flex;position:relative;overflow:hidden}.performanceHero:before{content:"";z-index:1;background:linear-gradient(90deg,#02030294,#02030205 28%,#02030233 50%,#02030205 72%,#02030294),linear-gradient(#02030214,#02030214 55%,#020302 100%);position:absolute;inset:0}.performanceHero:after{content:"";z-index:2;pointer-events:none;background:radial-gradient(circle at 50% 36%,#caff0024,#0000 28rem);position:absolute;inset:0}.performanceHeroGlow{z-index:0;pointer-events:none;background:repeating-linear-gradient(90deg,#0000 0 140px,#caff0005 141px 142px),linear-gradient(#caff0008,#0000 35%);position:absolute;inset:0}.performanceHeroRhino{z-index:0;width:47%;position:absolute;top:0;bottom:0;overflow:hidden}.performanceHeroRhino img{object-fit:cover;filter:saturate(.9)contrast(1.15)brightness(.83);width:100%;height:100%}.performanceHeroRhinoLeft{left:0}.performanceHeroRhinoLeft img{object-position:52% center}.performanceHeroRhinoRight{right:0}.performanceHeroRhinoRight img{object-position:52% center;transform:scaleX(-1)}.performanceHeroInner{z-index:4;grid-template-columns:180px 1fr 180px;align-items:center;min-height:630px;display:grid;position:relative}.performanceHeroCopy{text-align:center;justify-self:center;width:min(640px,100%);padding:58px 20px 110px}.performanceHeroLogo{object-fit:contain;filter:drop-shadow(0 0 28px #caff0029);width:min(245px,43vw);max-height:185px;margin:0 auto 4px}.performanceHeroBrandName{letter-spacing:.035em;text-transform:uppercase;color:var(--acid);text-shadow:0 0 25px #caff001f;font:900 clamp(2.7rem,5.5vw,5.1rem)/.86 Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}.performanceHeroTagline{text-transform:uppercase;letter-spacing:.47em;color:var(--acid);margin-top:7px;font-size:.68rem;font-weight:900}.performanceHeroRule{background:linear-gradient(90deg,transparent,var(--acid),transparent);opacity:.72;width:74%;height:1px;margin:22px auto}.performanceHeroKicker{text-transform:uppercase;letter-spacing:.31em;color:#f0f2ec;font-size:.69rem;font-weight:900}.performanceHeroCopy p{color:#acb1a8;max-width:590px;margin:13px auto 0;font-size:.88rem;line-height:1.65}.performanceActions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:22px;display:flex}.performanceSideCopy{text-transform:uppercase;letter-spacing:.035em;color:#ffffff57;align-self:center;font:900 1.72rem/1.18 Impact,Arial Black,sans-serif}.performanceSideCopyLeft{text-align:left}.performanceSideCopyRight{text-align:right}.performanceMetricBar{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020302c2;border-top:1px solid #ffffff12;grid-template-columns:repeat(4,1fr);min-height:92px;padding:0 max(24px,50% - 640px);display:grid;position:absolute;bottom:0;left:0;right:0}.performanceMetricBar>div{border-right:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex}.performanceMetricBar>div:last-child{border-right:0}.performanceMetricBar strong{color:var(--acid);letter-spacing:.03em;font:900 1.55rem/1 Impact,Arial Black,sans-serif}.performanceMetricBar span{text-transform:uppercase;letter-spacing:.19em;color:#acb1a9;font-size:.55rem;font-weight:900}.performanceCardRail{z-index:6;background:#020302;padding:16px 0;position:relative}.performanceCardGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.performanceMiniCard{clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,0 100%);background:#050605;border:1px solid #ffffff17;min-height:172px;text-decoration:none;transition:transform .2s,border-color .2s;position:relative;overflow:hidden}.performanceMiniCard:hover{border-color:#caff007a;transform:translateY(-3px)}.performanceMiniCard>img{object-fit:cover;object-position:center;filter:saturate(.82)contrast(1.08);opacity:.74;width:100%;height:100%;transition:transform .3s;position:absolute;inset:0;transform:scale(1.02)}.performanceMiniCard:hover>img{transform:scale(1.055)}.performanceMiniShade{background:linear-gradient(90deg,#020302f5,#020302ba 50%,#0203021f),linear-gradient(#0000 40%,#020302d6);position:absolute;inset:0}.performanceMiniCopy{z-index:2;flex-direction:column;align-items:flex-start;min-height:172px;padding:22px;display:flex;position:relative}.performanceMiniCopy small,.performanceOverline{color:#d0d5ca;text-transform:uppercase;letter-spacing:.18em;font-size:.53rem;font-weight:900}.performanceMiniCopy strong{text-transform:uppercase;color:var(--acid);letter-spacing:.01em;margin-top:9px;font:900 1.55rem/1 Impact,Arial Black,sans-serif}.performanceMiniCopy em{color:#afb4aa;max-width:230px;margin-top:8px;font-size:.68rem;font-style:normal;line-height:1.45}.performanceMiniCopy b{color:var(--acid);align-self:flex-end;margin-top:auto;font-size:1.1rem}.performanceMission{background:#050605;border-top:1px solid #caff0014;border-bottom:1px solid #caff0014;align-items:center;min-height:560px;display:grid;position:relative;overflow:hidden}.performanceMission:before{content:"";z-index:1;background:linear-gradient(90deg,#020302 0%,#020302f7 35%,#020302a8 56%,#0203022b 100%);position:absolute;inset:0}.performanceMissionArt{z-index:0;position:absolute;inset:0}.performanceMissionArt img{object-fit:cover;object-position:70% 50%;filter:saturate(.78)contrast(1.12)brightness(.66);width:100%;height:100%;transform:scale(1.03)}.performanceMissionGrid{z-index:2;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);align-items:center;gap:72px;padding:88px 0;display:grid;position:relative}.performanceMissionCopy{max-width:700px}.performanceOverline{color:var(--acid);letter-spacing:.27em;align-items:center;gap:14px;font-size:.61rem;display:flex}.performanceOverline:after{content:"";background:var(--acid);opacity:.7;width:54px;height:1px}.performanceMission h2,.performanceProducts h2,.performanceSystem h2,.performanceCommunity h2{text-transform:uppercase;letter-spacing:-.025em;margin:12px 0 0;font:900 clamp(3.2rem,7vw,6.5rem)/.84 Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}.performanceMission h2 span,.performanceProducts h2 span,.performanceSystem h2 span,.performanceCommunity h2 span{color:var(--acid)}.performanceMissionCopy p,.performanceSystemCopy p,.performanceCommunity p{color:#a7ada3;max-width:650px;font-size:.94rem;line-height:1.72}.performanceMissionCopy .performanceButton{margin-top:16px}.performanceMissionStatement{text-transform:uppercase;color:#afb4aa;letter-spacing:.15em;justify-self:end;font-size:.82rem;line-height:1.5}.performanceMissionStatement span,.performanceMissionStatement strong{display:block}.performanceMissionStatement strong{color:var(--acid);margin-top:5px;font-size:1.25rem}.performanceProducts{background:radial-gradient(circle at 50% 5%,#caff000f,#0000 32rem),#020302;padding:96px 0 104px}.performanceSectionHead{grid-template-columns:minmax(0,1.05fr) minmax(300px,.72fr);align-items:end;gap:60px;margin-bottom:40px;display:grid}.performanceSectionHead>p{color:#90968d;margin:0;font-size:.88rem;line-height:1.68}.performanceProductGrid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.performanceProductCard{clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,18px 100%,0 calc(100% - 18px));background:linear-gradient(#0d110b,#050605);border:1px solid #ffffff17;min-height:430px;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.performanceProductCard:hover{border-color:#caff0080;transform:translateY(-5px);box-shadow:0 24px 50px #00000059,0 0 28px #caff000f}.performanceProductImageWrap{background:radial-gradient(circle at 50% 58%,#caff0029,#caff0005 36%,#0000 66%),linear-gradient(#0b0d0a,#050605);place-items:center;height:320px;padding:28px;display:grid;position:relative}.performanceProductImageWrap:after{content:"";filter:blur(5px);background:radial-gradient(#000000a3,#0000 70%);height:28px;position:absolute;inset:auto 10% 13px}.performanceProductImageWrap img{z-index:2;object-fit:contain;filter:drop-shadow(0 20px 22px #0006);max-width:100%;max-height:100%;transition:transform .25s;position:relative}.performanceProductCard:hover .performanceProductImageWrap img{transform:scale(1.035)}.performanceProductGlow{border:1px solid #caff002e;border-radius:50%;width:130px;height:130px;position:absolute;box-shadow:0 0 70px #caff0014}.performanceProductMeta{border-top:1px solid #ffffff12;padding:18px 20px 22px}.performanceProductMeta span{color:#7f867b;text-transform:uppercase;letter-spacing:.16em;font-size:.53rem;font-weight:900;display:block}.performanceProductMeta strong{color:#f4f6ef;text-transform:uppercase;letter-spacing:.02em;margin-top:5px;font-size:.95rem;display:block}.performanceProductMeta small{color:var(--acid);text-transform:uppercase;letter-spacing:.1em;margin-top:10px;font-size:.55rem;font-weight:900;display:block}.performanceProductPlaceholder{border:1px solid var(--line);text-align:center;background:#060806;grid-column:1/-1;align-content:center;place-items:center;gap:12px;min-height:280px;display:grid}.performanceProductPlaceholder img{width:100px}.performanceProductPlaceholder strong{text-transform:uppercase;color:var(--acid);letter-spacing:.08em}.performanceProductPlaceholder span{color:#888f84;font-size:.82rem}.performanceProductsAction{justify-content:center;margin-top:34px;display:flex}.performanceSystem{background:linear-gradient(#050605,#020302);border-top:1px solid #ffffff0f;padding:92px 0}.performanceSystemGrid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:70px;display:grid}.performanceSystemVisual{clip-path:polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px));background:#070907;border:1px solid #caff002e;min-height:520px;position:relative;overflow:hidden}.performanceSystemVisual img{object-fit:cover;filter:saturate(.82)contrast(1.08)brightness(.73);width:100%;height:100%;position:absolute;inset:0}.performanceSystemVisual:after{content:"";background:linear-gradient(#0000 35%,#020302ed 100%),radial-gradient(circle at 72% 30%,#caff0029,#0000 22rem);position:absolute;inset:0}.performanceSystemBadge{z-index:2;position:absolute;bottom:30px;left:34px;right:34px}.performanceSystemBadge span{color:var(--acid);text-transform:uppercase;letter-spacing:.16em;font-size:.57rem;font-weight:900;display:block}.performanceSystemBadge strong{text-transform:uppercase;margin-top:8px;font:900 2rem/1 Impact,Arial Black,sans-serif;display:block}.performanceSystemCopy h2{font-size:clamp(3.7rem,6.2vw,6.8rem)}.performanceToolLinks{border-top:1px solid #ffffff14;grid-template-columns:1fr 1fr;margin-top:28px;display:grid}.performanceToolLinks a{text-transform:uppercase;letter-spacing:.11em;color:#c9cdc5;border-bottom:1px solid #ffffff14;justify-content:space-between;gap:16px;padding:17px 0;font-size:.68rem;font-weight:900;text-decoration:none;display:flex}.performanceToolLinks a:nth-child(odd){padding-right:18px}.performanceToolLinks a:nth-child(2n){border-left:1px solid #ffffff14;padding-left:18px}.performanceToolLinks a:hover{color:var(--acid)}.performanceCommunity{background:#080a07;border-top:1px solid #caff001f;border-bottom:1px solid #caff001f;position:relative;overflow:hidden}.performanceCommunity:before{content:"";z-index:1;background:linear-gradient(90deg,#050605 0%,#050605f5 42%,#05060575 72%,#050605b8);position:absolute;inset:0}.performanceCommunityArt{z-index:0;position:absolute;inset:0}.performanceCommunityArt img{object-fit:cover;object-position:78% center;filter:saturate(.82)contrast(1.05)brightness(.58);width:100%;height:100%}.performanceCommunityInner{z-index:2;grid-template-columns:1fr auto;align-items:center;gap:40px;min-height:390px;padding:62px 0;display:grid;position:relative}.performanceCommunity h2{font-size:clamp(3.2rem,6vw,5.9rem)}.performanceCommunity p{margin-bottom:0}.performanceFooter{color:#6f766c;background:#020302;border-top:1px solid #ffffff0f;padding:38px 0 48px;font-size:.7rem}.performanceFooterInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:22px;display:flex}.performanceFooterBrand{text-transform:uppercase;letter-spacing:.1em;color:#c8cdc4;align-items:center;gap:9px;text-decoration:none;display:flex}.performanceFooterBrand img{object-fit:contain;width:31px;height:31px}.performanceFooterBrand strong{font-size:.7rem}@media (width<=1120px){.performanceLinks{gap:20px}.performanceHeroInner{grid-template-columns:130px 1fr 130px}.performanceSideCopy{font-size:1.35rem}.performanceProductGrid{grid-template-columns:repeat(2,1fr)}.performanceSystemGrid{gap:44px}}@media (width<=900px){.performanceNavInner{grid-template-columns:auto 1fr}.performanceLinks{display:none}.performanceNavButton{justify-self:end}.performanceHero{min-height:760px}.performanceHeroRhino{opacity:.66;width:66%}.performanceHeroRhinoLeft{left:-19%}.performanceHeroRhinoRight{right:-19%}.performanceHero:before{background:linear-gradient(90deg,#020302ad,#02030240 35% 65%,#020302ad),linear-gradient(#02030205,#0203020d 45%,#020302 100%)}.performanceHeroInner{grid-template-columns:1fr}.performanceSideCopy{display:none}.performanceHeroCopy{padding-bottom:130px}.performanceCardGrid{grid-template-columns:repeat(2,1fr)}.performanceMissionGrid,.performanceSystemGrid{grid-template-columns:1fr}.performanceMissionStatement{justify-self:start}.performanceMission:before{background:linear-gradient(90deg,#020302 0%,#020302e0 64%,#02030294)}.performanceSectionHead{grid-template-columns:1fr;gap:20px}.performanceSystemVisual{min-height:460px}.performanceCommunityInner{grid-template-columns:1fr}.performanceCommunityInner>.performanceButton{justify-self:start}}@media (width<=640px){.performanceShell{width:min(100% - 22px,1280px)}.performanceNavInner{gap:10px;min-height:62px}.performanceBrand{letter-spacing:.09em;font-size:.69rem}.performanceBrand img{width:30px;height:30px}.performanceNavButton{min-height:38px;padding:0 12px;font-size:.58rem}.performanceHero{min-height:680px}.performanceHeroRhino{opacity:.48;width:88%}.performanceHeroRhinoLeft{left:-42%}.performanceHeroRhinoRight{right:-42%}.performanceHeroInner{min-height:590px}.performanceHeroCopy{padding:40px 2px 122px}.performanceHeroLogo{width:min(180px,50vw)}.performanceHeroBrandName{font-size:clamp(2.75rem,13vw,4.2rem)}.performanceHeroTagline{letter-spacing:.32em;font-size:.55rem}.performanceHeroKicker{letter-spacing:.16em;font-size:.56rem}.performanceHeroCopy p{font-size:.8rem;line-height:1.55}.performanceActions{display:grid}.performanceActions .performanceButton{width:100%}.performanceMetricBar{min-height:78px;padding:0 4px}.performanceMetricBar strong{font-size:1.2rem}.performanceMetricBar span{letter-spacing:.09em;text-align:center;font-size:.45rem}.performanceCardRail{padding-top:10px}.performanceCardGrid{grid-template-columns:1fr;gap:9px}.performanceMiniCard,.performanceMiniCopy{min-height:150px}.performanceMissionGrid{gap:30px;padding:68px 0}.performanceMission h2,.performanceProducts h2,.performanceSystem h2,.performanceCommunity h2{font-size:clamp(3.4rem,16vw,5rem)}.performanceMissionArt img{object-position:67% center}.performanceMissionCopy p,.performanceSystemCopy p,.performanceCommunity p{font-size:.86rem;line-height:1.62}.performanceProducts{padding:72px 0 78px}.performanceProductGrid{grid-template-columns:1fr 1fr;gap:9px}.performanceProductCard{min-height:310px}.performanceProductImageWrap{height:220px;padding:18px}.performanceProductMeta{padding:13px}.performanceProductMeta strong{font-size:.75rem}.performanceProductMeta small{font-size:.48rem}.performanceSystem{padding:70px 0}.performanceSystemVisual{min-height:390px}.performanceSystemBadge{bottom:22px;left:22px;right:22px}.performanceSystemBadge strong{font-size:1.55rem}.performanceToolLinks{grid-template-columns:1fr}.performanceToolLinks a:nth-child(odd),.performanceToolLinks a:nth-child(2n){border-left:0;padding:15px 0}.performanceCommunityInner{min-height:390px;padding:54px 0}.performanceCommunityArt img{object-position:68% center}.performanceFooterInner{text-align:center;justify-content:center}.performanceFooterBrand{justify-content:center;width:100%}}@media (width<=420px){.performanceBrand span{display:none}.performanceProductGrid{grid-template-columns:1fr}.performanceProductCard{min-height:390px}.performanceProductImageWrap{height:285px}}.performanceMenuButton{color:#caff00;cursor:pointer;background:#080a07;border:1px solid #caff0059;width:42px;height:42px;padding:0;display:none}.performanceMenuButton span{background:currentColor;width:19px;height:2px;margin:4px auto;display:block}.performanceMobileMenu,.performanceMobileNav{display:none}.performanceLinks .performanceProfileLink{color:#caff00}.performanceHomeCards{padding:18px 0 76px}.performanceStandalonePage{min-height:calc(100vh - 70px);padding-top:78px!important}.performanceStandaloneMission{min-height:calc(100vh - 70px)}.performanceStandaloneToolGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.performanceStandaloneToolGrid a{color:#f2f4ed;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px));background:linear-gradient(145deg,#caff000b,#0000 50%),#080a08;border:1px solid #ffffff17;flex-direction:column;min-height:220px;padding:24px;text-decoration:none;transition:transform .18s,border-color .18s;display:flex;position:relative}.performanceStandaloneToolGrid a:hover{border-color:#caff0080;transform:translateY(-4px)}.performanceStandaloneToolGrid span{color:#caff00;font:900 .7rem ui-monospace,monospace}.performanceStandaloneToolGrid strong{text-transform:uppercase;margin-top:auto;font:900 1.3rem/1 Impact,Arial Black,sans-serif}.performanceStandaloneToolGrid small{color:#8c9389;margin-top:9px;line-height:1.45}.performanceStandaloneToolGrid b{color:#caff00;margin-top:15px;font-size:1.1rem}.performanceToolsHead{margin-bottom:34px}.performanceToolsHead h2 span{color:#caff00}.performanceProducts.performanceStandalonePage{padding-bottom:90px}.performanceStandaloneMission .performanceMissionGrid{min-height:calc(100vh - 70px)}@media (width<=1050px){.performanceStandaloneToolGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.performanceNavInner{grid-template-columns:auto 1fr auto}.performanceBrand{justify-self:start}.performanceLinks{display:none!important}.performanceNavButton{justify-self:end}.performanceMenuButton{justify-self:end;display:block}.performanceNavButton{display:none!important}.performanceMobileMenu{z-index:79;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;pointer-events:none;background:#020302fa;border-bottom:1px solid #caff002e;padding:12px;transition:transform .2s,opacity .2s;display:grid;position:fixed;top:66px;left:0;right:0;transform:translateY(-130%);box-shadow:0 22px 50px #0006}.performanceMobileMenu.isOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.performanceMobileMenu a{color:#d8ddd5;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;min-height:48px;padding:0 12px;font-size:.68rem;font-weight:900;text-decoration:none;display:flex}.performanceMobileMenu a:last-child{border-bottom:0}.performanceMobileMenu a span{color:#caff00}.performanceMobileMenu .performanceMobileMenuPrimary{color:#020302;background:#caff00;border:1px solid #caff00;justify-content:center;margin-top:8px}.performanceSite{padding-bottom:62px}.performanceMobileNav{z-index:90;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#020302f7;border-top:1px solid #caff002e;grid-template-columns:repeat(4,1fr);height:62px;display:grid;position:fixed;bottom:0;left:0;right:0}.performanceMobileNav a{color:#8e958a;text-transform:uppercase;letter-spacing:.08em;place-items:center;font-size:.55rem;font-weight:900;text-decoration:none;display:grid}.performanceMobileNav a:hover,.performanceMobileNav a.isActive{color:#caff00}.performanceHero{min-height:calc(100dvh - 66px)}.performanceStandalonePage{padding-top:52px!important}.performanceStandaloneMission,.performanceStandaloneMission .performanceMissionGrid{min-height:calc(100dvh - 66px)}}@media (width<=620px){.performanceStandaloneToolGrid{grid-template-columns:1fr}.performanceStandaloneToolGrid a{min-height:150px}.performanceHomeCards .performanceCardGrid{grid-template-columns:1fr}.performanceHomeCards .performanceMiniCard{min-height:150px}}@media (width<=520px){.performanceNavInner{gap:10px}.performanceBrand span:last-child{display:none}.performanceBrand img{width:38px;height:38px}.performanceMenuButton{width:40px;height:40px}.performanceMobileMenu{top:66px}.performanceMobileNav{height:60px}.performanceSite{padding-bottom:60px}.performanceStandalonePage{padding-top:42px!important}}.performanceProfilePage{--acid:#caff00;--ink:#020302;--panel:#080a08;--line:#caff002e;color:#f5f6ef;background:radial-gradient(circle at 78% 6%,#caff0012,#0000 28rem),#020302;min-height:100vh;font-family:Arial,Helvetica,sans-serif}.performanceProfilePage *{box-sizing:border-box}.performanceProfilePage a{color:inherit}.performanceProfileLoading{color:#caff00;text-transform:uppercase;letter-spacing:.16em;background:#020302;place-items:center;min-height:100vh;font:900 .8rem Arial,sans-serif;display:grid}.performanceProfileTopbar{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#020302f0;border-bottom:1px solid #caff0024;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:70px;padding:0 max(18px,50% - 640px);display:grid;position:sticky;top:0}.performanceProfileBrand{text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:10px;font-size:.8rem;font-weight:900;text-decoration:none;display:flex}.performanceProfileBrand img{object-fit:contain!important;width:38px!important;height:38px!important}.performanceProfileTopbar nav{justify-self:center;gap:24px;display:flex}.performanceProfileTopbar nav a,.performanceProfileBack{color:#9ba196;text-transform:uppercase;letter-spacing:.09em;font-size:.66rem;font-weight:900;text-decoration:none}.performanceProfileTopbar nav a:hover,.performanceProfileBack:hover{color:var(--acid)}.performanceProfileTopbar>button{color:#fff;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:#0b0d0a;border:1px solid #ffffff24;min-height:38px;padding:0 14px;font-size:.62rem;font-weight:900}.performanceProfileAuthShell{place-items:center;min-height:calc(100dvh - 70px);padding:42px 18px 90px;display:grid}.performanceProfileAuthCard{background:radial-gradient(circle at 50% 0,#caff0014,#0000 16rem),#070907;border:1px solid #caff0033;width:min(560px,100%);padding:34px;box-shadow:0 35px 90px #00000080}.performanceProfileAuthLogo{object-fit:contain!important;width:92px!important;max-width:92px!important;height:92px!important;margin:0 auto 24px!important;display:block!important}.performanceProfileEyebrow{color:var(--acid);text-transform:uppercase;letter-spacing:.23em;font-size:.62rem;font-weight:900}.performanceProfileAuthCard h1,.performanceProfileHero h1,.performanceProfilePanel h2{text-transform:uppercase;letter-spacing:-.03em;margin:10px 0 0;font:900 clamp(2.9rem,7vw,5.7rem)/.86 Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}.performanceProfileAuthCard h1 span,.performanceProfileHero h1 span{color:var(--acid)}.performanceProfileAuthCard>p,.performanceProfileHero p{color:#9ca299;max-width:720px;margin:18px 0 0;line-height:1.65}.performanceProfileLoginForm{gap:14px;margin-top:28px;display:grid}.performanceProfileLoginForm label,.performanceProfileFormGrid label,.performanceProfileTargetGrid label,.performanceProfileMealMacros label{gap:7px;display:grid}.performanceProfileLoginForm label>span,.performanceProfileFormGrid label>span,.performanceProfileTargetGrid label>span,.performanceProfileMealMacros label>span{color:#858c82;text-transform:uppercase;letter-spacing:.08em;font-size:.59rem;font-weight:900}.performanceProfilePage input,.performanceProfilePage select,.performanceProfilePage textarea{color:#f5f6f0;width:100%;min-height:48px;font:inherit;background:#07110b;border:1px solid #ffffff1f;border-radius:0;outline:none;padding:0 13px}.performanceProfilePage textarea{resize:vertical;min-height:92px;padding:12px 13px}.performanceProfilePage input:focus,.performanceProfilePage select:focus,.performanceProfilePage textarea:focus{border-color:#caff00ad}.performanceProfileMessage{color:#ffb8b8;background:#7d1f1f26;border:1px solid #ff68684d;padding:11px 12px;font-size:.78rem;line-height:1.5}.performanceProfilePrimary{border:1px solid var(--acid);background:var(--acid);color:#020302;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);min-height:48px;padding:0 20px;font-size:.67rem;font-weight:950}.performanceProfilePrimary:disabled{opacity:.45;cursor:not-allowed}.performanceProfilePrimary.compact{min-height:42px}.performanceProfileSecondary{color:#b8bdb5;text-transform:uppercase;letter-spacing:.08em;background:#0b0d0a;border:1px solid #ffffff1f;justify-content:center;align-items:center;min-height:42px;padding:0 14px;font-size:.62rem;font-weight:900;text-decoration:none;display:inline-flex}.performanceProfileAuthLinks{justify-content:space-between;gap:18px;margin-top:18px;display:flex}.performanceProfileAuthLinks a{color:#8c9389;font-size:.72rem;text-decoration:none}.performanceProfileAuthLinks a:hover{color:var(--acid)}.performanceProfileShell{width:min(1280px,100% - 40px);margin:auto;padding:50px 0 120px}.performanceProfileHero{grid-template-columns:1fr auto;align-items:end;gap:34px;padding:18px 0 40px;display:grid}.performanceProfileQuickStats{background:#caff0029;border:1px solid #caff0029;grid-template-columns:repeat(3,minmax(120px,1fr));gap:1px;display:grid}.performanceProfileQuickStats>div{background:#080a08;min-width:140px;padding:18px 20px}.performanceProfileQuickStats span{color:#7f867d;text-transform:uppercase;letter-spacing:.11em;font-size:.54rem;font-weight:900;display:block}.performanceProfileQuickStats strong{color:var(--acid);margin-top:6px;font:900 1.55rem/1 Impact,Arial Black,sans-serif;display:block}.performanceProfileToolGrid{grid-template-columns:repeat(6,1fr);gap:10px;margin:0 0 28px;display:grid}.performanceProfileToolGrid a{background:linear-gradient(145deg,#caff0009,#0000 50%),#080a08;border:1px solid #ffffff14;flex-direction:column;min-height:128px;padding:18px;text-decoration:none;display:flex}.performanceProfileToolGrid span{color:var(--acid);font:900 .65rem ui-monospace,monospace}.performanceProfileToolGrid strong{text-transform:uppercase;margin-top:auto;font-size:.9rem}.performanceProfileToolGrid small{color:#7f867c;margin-top:5px;font-size:.66rem}.performanceProfilePanel{clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,18px 100%,0 calc(100% - 18px));background:linear-gradient(145deg,#caff0008,#0000 45%),#070907;border:1px solid #ffffff14;margin-top:18px;padding:30px}.performanceProfilePanelHead{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.performanceProfilePanel h2{font-size:clamp(2.5rem,5vw,4.5rem)}.performanceProfileGoalTabs{flex-wrap:wrap;gap:7px;display:flex}.performanceProfileGoalTabs button{color:#b8bdb5;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:#0b0d0a;border:1px solid #ffffff1f;min-height:42px;padding:0 14px;font-size:.62rem;font-weight:900}.performanceProfileGoalTabs button.isActive{border-color:var(--acid);color:var(--acid);background:#caff0012}.performanceProfileFormGrid,.performanceProfileTargetGrid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.performanceProfileFormGrid{grid-template-columns:repeat(4,1fr);margin-bottom:18px}.performanceProfileWide{grid-column:span 2}.performanceProfileActions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.performanceProfileMeals{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.performanceProfileMealCard{background:#0a0d0a;border:1px solid #ffffff17;padding:18px}.performanceProfileMealTop{grid-template-columns:1fr auto;align-items:center;gap:10px;margin-bottom:10px;display:grid}.performanceProfileMealName{text-transform:uppercase;font-weight:900!important}.performanceProfileMealTop button{color:#9fa69c;cursor:pointer;background:#070907;border:1px solid #ffffff1a;width:42px;height:42px;font-size:1.25rem}.performanceProfileMealMacros{grid-template-columns:repeat(4,1fr);gap:7px;margin-top:10px;display:grid}.performanceProfileEmpty{color:#858b82;text-align:center;border:1px dashed #caff0033;grid-column:1/-1;place-items:center;min-height:140px;padding:22px;display:grid}.performanceProfileMealBuilderStrip{background:#caff0006;border:1px solid #caff001f;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:18px;display:flex}.performanceProfileMealBuilderStrip span{color:#7f867c;text-transform:uppercase;letter-spacing:.1em;font-size:.55rem;font-weight:900;display:block}.performanceProfileMealBuilderStrip strong{margin-top:5px;display:block}.performanceProfileSaveBar{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#050705f2;border:1px solid #caff0047;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;padding:18px 20px;display:flex;position:sticky;bottom:18px;box-shadow:0 20px 50px #0000005c}.performanceProfileSaveBar strong,.performanceProfileSaveBar span,.performanceProfileSaveBar em{display:block}.performanceProfileSaveBar span{color:#878e84;margin-top:3px;font-size:.75rem}.performanceProfileSaveBar em{color:var(--acid);margin-top:8px;font-size:.73rem;font-style:normal}.performanceProfileMobileNav{display:none}@media (width<=1080px){.performanceProfileToolGrid{grid-template-columns:repeat(3,1fr)}.performanceProfileFormGrid,.performanceProfileTargetGrid{grid-template-columns:repeat(2,1fr)}.performanceProfileHero{grid-template-columns:1fr}.performanceProfileQuickStats{justify-self:start}}@media (width<=760px){.performanceProfileTopbar{grid-template-columns:1fr auto;padding:0 14px}.performanceProfileTopbar nav{display:none}.performanceProfileShell{width:min(100% - 22px,1280px);padding-top:34px;padding-bottom:110px}.performanceProfileHero{padding-top:8px}.performanceProfileHero h1{font-size:clamp(3.1rem,14vw,5.2rem)}.performanceProfileQuickStats{grid-template-columns:repeat(3,1fr);width:100%}.performanceProfileQuickStats>div{min-width:0;padding:14px 11px}.performanceProfileQuickStats strong{font-size:1.25rem}.performanceProfileToolGrid{grid-template-columns:repeat(2,1fr)}.performanceProfilePanel{padding:22px 16px}.performanceProfilePanelHead{display:block}.performanceProfileGoalTabs{margin-top:18px}.performanceProfileFormGrid,.performanceProfileTargetGrid{grid-template-columns:1fr 1fr}.performanceProfileWide{grid-column:1/-1}.performanceProfileMeals{grid-template-columns:1fr}.performanceProfileMealBuilderStrip,.performanceProfileSaveBar{display:block}.performanceProfileMealBuilderStrip .performanceProfileSecondary,.performanceProfileSaveBar .performanceProfilePrimary{width:100%;margin-top:14px}.performanceProfileSaveBar{bottom:72px}.performanceProfileMobileNav{z-index:60;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#020302fa;border-top:1px solid #caff0029;grid-template-columns:repeat(4,1fr);height:62px;display:grid;position:fixed;bottom:0;left:0;right:0}.performanceProfileMobileNav a{color:#8d938a;text-transform:uppercase;letter-spacing:.08em;place-items:center;font-size:.56rem;font-weight:900;text-decoration:none;display:grid}.performanceProfileMobileNav a.isActive{color:var(--acid)}.performanceProfileAuthShell{padding:28px 12px 88px}.performanceProfileAuthCard{padding:28px 20px}.performanceProfileAuthLogo{width:78px!important;max-width:78px!important;height:78px!important}.performanceProfileAuthLinks{text-align:center;display:grid}}@media (width<=480px){.performanceProfileBrand span{display:none}.performanceProfileTopbar>button,.performanceProfileBack{font-size:.56rem}.performanceProfileFormGrid,.performanceProfileTargetGrid{grid-template-columns:1fr}.performanceProfileMealMacros{grid-template-columns:repeat(2,1fr)}.performanceProfilePanel h2{font-size:2.5rem}.performanceProfileAuthCard h1{font-size:clamp(2.9rem,13vw,4.2rem)}}.performanceNavActions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.performanceNavGlyph{border:1px solid #ffffff1c;place-items:center;width:40px;height:40px;font:900 1.45rem/1 ui-monospace,monospace;text-decoration:none;transition:border-color .18s,color .18s,background .18s;display:grid;color:#eef2e8!important}.performanceNavGlyph:hover{background:#caff000d;border-color:#caff0075;color:#caff00!important}.performanceSite:has(.performanceHero) .performanceNav{background:#010201f0;border-bottom-color:#ffffff17}.performanceSite:has(.performanceHero) .performanceShell{width:min(1380px,100% - 54px)}.performanceSite:has(.performanceHero) .performanceNavInner{gap:24px;min-height:64px}.performanceSite:has(.performanceHero) .performanceBrand img{width:30px;height:30px}.performanceSite:has(.performanceHero) .performanceBrand{letter-spacing:.16em;font-size:.76rem}.performanceSite:has(.performanceHero) .performanceLinks{gap:30px;font-size:.62rem}.performanceSite:has(.performanceHero) .performanceLinks a{padding:24px 0 22px}.performanceSite:has(.performanceHero) .performanceLinks a.isActive:after{bottom:14px}.performanceSite:has(.performanceHero) .performanceNavButton{clip-path:none;border-radius:2px;min-height:38px;padding:0 24px;box-shadow:0 0 26px #caff0014}.performanceSite:has(.performanceHero) .performanceHero{background:#010201;height:min(760px,100dvh - 64px);min-height:650px}.performanceSite:has(.performanceHero) .performanceHero:before{z-index:2;background:linear-gradient(90deg,#00000038 0%,#0000000d 24%,#000000d4 42%,#000000e0 50%,#000000d4 58%,#0000000d 76%,#00000047 100%),linear-gradient(#00000005 0% 67%,#010201 100%)}.performanceSite:has(.performanceHero) .performanceHero:after{z-index:3;background:radial-gradient(circle at 50% 31%,#caff001f,#0000 24rem),linear-gradient(#0000 0 77%,#caff0006 100%)}.performanceSite:has(.performanceHero) .performanceHeroGlow{background:repeating-linear-gradient(90deg,#0000 0 116px,#caff0004 117px 118px),linear-gradient(#caff0006,#0000 42%)}.performanceSite:has(.performanceHero) .performanceHeroRhino{z-index:1;width:43%;top:0;bottom:56px}.performanceSite:has(.performanceHero) .performanceHeroRhino img{filter:saturate(.82)contrast(1.22)brightness(.78);transform:scale(1.075)}.performanceSite:has(.performanceHero) .performanceHeroRhinoLeft img{object-position:54% 48%}.performanceSite:has(.performanceHero) .performanceHeroRhinoRight img{object-position:54% 48%;transform:scaleX(-1)scale(1.075)}.performanceSite:has(.performanceHero) .performanceHeroRhinoLeft:after{content:"";pointer-events:none;position:absolute;inset:0}.performanceSite:has(.performanceHero) .performanceHeroRhinoRight:after{content:"";pointer-events:none;position:absolute;inset:0}.performanceSite:has(.performanceHero) .performanceHeroRhinoLeft:after{background:linear-gradient(90deg,#0000 52%,#010201 100%)}.performanceSite:has(.performanceHero) .performanceHeroRhinoRight:after{background:linear-gradient(270deg,#0000 52%,#010201 100%)}.performanceSite:has(.performanceHero) .performanceHeroInner{z-index:4;grid-template-columns:180px minmax(0,1fr) 180px;min-height:560px;padding-bottom:72px}.performanceSite:has(.performanceHero) .performanceHeroCopy{width:min(660px,100%);padding:38px 24px 92px;position:relative}.performanceSite:has(.performanceHero) .performanceHeroCopy:before{content:"";z-index:-1;filter:blur(2px);background:radial-gradient(#000000eb,#000000c2 44%,#0000 72%);position:absolute;inset:4% -11% 12%}.performanceSite:has(.performanceHero) .performanceHeroLogo{filter:drop-shadow(0 0 22px #caff0038);width:190px;max-height:145px;margin-bottom:8px}.performanceSite:has(.performanceHero) .performanceHeroBrandName{letter-spacing:.045em;font-size:clamp(3.05rem,5.2vw,4.9rem);line-height:.84}.performanceSite:has(.performanceHero) .performanceHeroTagline{letter-spacing:.52em;margin-top:8px;font-size:.64rem}.performanceSite:has(.performanceHero) .performanceHeroRule{width:72%;margin:20px auto 18px}.performanceSite:has(.performanceHero) .performanceHeroKicker{letter-spacing:.29em;font-size:.68rem}.performanceSite:has(.performanceHero) .performanceHeroCopy p{color:#a6aca3;max-width:540px;margin-top:12px;font-size:.82rem;line-height:1.55}.performanceSite:has(.performanceHero) .performanceActions{margin-top:18px}.performanceSite:has(.performanceHero) .performanceActions .performanceButton{clip-path:none;min-width:176px;min-height:42px}.performanceSite:has(.performanceHero) .performanceSideCopy{color:#ffffff57;text-shadow:0 2px 18px #000;font-size:1.58rem}.performanceSite:has(.performanceHero) .performanceSideCopyLeft{transform:translate(-6px)}.performanceSite:has(.performanceHero) .performanceSideCopyRight{transform:translate(6px)}.performanceSite:has(.performanceHero) .performanceMetricBar{background:linear-gradient(#010201ad,#010201f0);border-top-color:#ffffff14;min-height:86px;padding:0 max(26px,50% - 680px)}.performanceSite:has(.performanceHero) .performanceMetricBar strong{font-size:1.36rem}.performanceSite:has(.performanceHero) .performanceMetricBar span{font-size:.5rem}.performanceSite:has(.performanceHero) .performanceMetricBar>div{position:relative}.performanceSite:has(.performanceHero) .performanceMetricBar>div:after{content:"";background:#ffffff14;width:1px;position:absolute;top:30%;bottom:30%;right:0}.performanceSite:has(.performanceHero) .performanceMetricBar>div:last-child:after{display:none}.performanceSite:has(.performanceHero) .performanceHomeCards{border-bottom:1px solid #ffffff12;padding:14px 0 18px}.performanceSite:has(.performanceHero) .performanceCardGrid{gap:13px}.performanceSite:has(.performanceHero) .performanceMiniCard{clip-path:none;border-color:#ffffff1c;min-height:162px}.performanceSite:has(.performanceHero) .performanceMiniCard>img{opacity:.72;filter:saturate(.72)contrast(1.14)brightness(.86)}.performanceSite:has(.performanceHero) .performanceMiniShade{background:linear-gradient(90deg,#010201f5,#010201c2 54%,#01020129),linear-gradient(#0000 38%,#010201cc)}.performanceSite:has(.performanceHero) .performanceMiniCopy{min-height:162px;padding:18px 19px}.performanceSite:has(.performanceHero) .performanceMiniCopy small{font-size:.49rem}.performanceSite:has(.performanceHero) .performanceMiniCopy strong{font-size:1.48rem;line-height:.93}.performanceSite:has(.performanceHero) .performanceMiniCopy em{max-width:215px;font-size:.64rem}.performanceStory{background:#020302;border-bottom:1px solid #caff0014;align-items:center;min-height:410px;display:grid;position:relative;overflow:hidden}.performanceStoryArt{position:absolute;inset:0}.performanceStoryArt img{object-fit:cover;object-position:65% 44%;filter:saturate(.74)contrast(1.14)brightness(.62);width:100%;height:100%;transform:scale(1.02)}.performanceStory:before{content:"";z-index:1;background:linear-gradient(90deg,#010201 0%,#010201fa 32%,#010201b8 53%,#0102012e 82%,#01020175 100%),linear-gradient(#0000 62%,#0102019e);position:absolute;inset:0}.performanceStoryGrid{z-index:2;grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:70px;padding:54px 0;display:grid;position:relative}.performanceStoryCopy{max-width:560px}.performanceStoryCopy h2{text-transform:uppercase;letter-spacing:-.025em;margin:10px 0 0;font:900 clamp(3.2rem,5.4vw,5.8rem)/.82 Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}.performanceStoryCopy h2 span{color:#caff00}.performanceStoryCopy p{color:#a7ada3;max-width:520px;margin:18px 0 0;font-size:.84rem;line-height:1.62}.performanceStoryCopy .performanceButton{clip-path:none;min-width:162px;margin-top:18px}.performanceStoryStatement{text-transform:uppercase;color:#b1b5ad;letter-spacing:.16em;justify-self:end;font-size:.76rem;line-height:1.6}.performanceStoryStatement span,.performanceStoryStatement strong{display:block}.performanceStoryStatement strong{color:#caff00;margin-top:4px;font-size:1rem}.performanceStoryStatement:after{content:"";background:#caff00;width:32px;height:2px;margin-top:12px;display:block}@media (width<=1180px){.performanceSite:has(.performanceHero) .performanceLinks{gap:19px}.performanceSite:has(.performanceHero) .performanceHeroInner{grid-template-columns:130px minmax(0,1fr) 130px}.performanceSite:has(.performanceHero) .performanceSideCopy{font-size:1.3rem}}@media (width<=900px){.performanceNavActions{display:none}.performanceSite:has(.performanceHero) .performanceShell{width:min(100% - 30px,760px)}.performanceSite:has(.performanceHero) .performanceHero{height:auto;min-height:720px}.performanceSite:has(.performanceHero) .performanceHeroRhino{opacity:.76;width:72%;bottom:80px}.performanceSite:has(.performanceHero) .performanceHeroRhinoLeft{left:-24%}.performanceSite:has(.performanceHero) .performanceHeroRhinoRight{right:-24%}.performanceSite:has(.performanceHero) .performanceHero:before{background:linear-gradient(90deg,#0000005c,#000000c2 34%,#000000c7 66%,#0000005c),linear-gradient(#0000000a,#0000000f 68%,#010201 100%)}.performanceSite:has(.performanceHero) .performanceHeroInner{grid-template-columns:1fr;min-height:610px;padding-bottom:98px}.performanceSite:has(.performanceHero) .performanceSideCopy{display:none}.performanceSite:has(.performanceHero) .performanceHeroCopy{padding:62px 10px 96px}.performanceSite:has(.performanceHero) .performanceHeroLogo{width:165px}.performanceSite:has(.performanceHero) .performanceHeroTagline{letter-spacing:.36em}.performanceSite:has(.performanceHero) .performanceMetricBar{grid-template-columns:repeat(2,1fr);min-height:110px}.performanceSite:has(.performanceHero) .performanceMetricBar>div{min-height:55px}.performanceSite:has(.performanceHero) .performanceMetricBar>div:nth-child(2):after{display:none}.performanceSite:has(.performanceHero) .performanceCardGrid{grid-template-columns:repeat(2,1fr)}.performanceStoryGrid{grid-template-columns:1fr;padding:64px 0}.performanceStoryStatement{justify-self:start}.performanceStory:before{background:linear-gradient(90deg,#010201 0%,#010201f5 52%,#0102016b 100%)}}@media (width<=620px){.performanceSite:has(.performanceHero) .performanceHero{min-height:690px}.performanceSite:has(.performanceHero) .performanceHeroRhino{opacity:.56;width:90%}.performanceSite:has(.performanceHero) .performanceHeroRhinoLeft{left:-46%}.performanceSite:has(.performanceHero) .performanceHeroRhinoRight{right:-46%}.performanceSite:has(.performanceHero) .performanceHeroBrandName{font-size:3.25rem}.performanceSite:has(.performanceHero) .performanceHeroLogo{width:145px}.performanceSite:has(.performanceHero) .performanceHeroKicker{letter-spacing:.18em;font-size:.57rem}.performanceSite:has(.performanceHero) .performanceHeroCopy p{font-size:.76rem}.performanceSite:has(.performanceHero) .performanceActions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.performanceSite:has(.performanceHero) .performanceActions .performanceButton{min-width:0;padding:0 11px;font-size:.61rem}.performanceSite:has(.performanceHero) .performanceMetricBar span{letter-spacing:.12em;font-size:.45rem}.performanceSite:has(.performanceHero) .performanceCardGrid{grid-template-columns:1fr}.performanceSite:has(.performanceHero) .performanceMiniCard{min-height:148px}.performanceSite:has(.performanceHero) .performanceMiniCopy{min-height:148px}.performanceStory{min-height:430px}.performanceStoryGrid{padding:54px 0}.performanceStoryCopy h2{font-size:3.35rem}.performanceStoryCopy p{font-size:.79rem}.performanceStoryArt img{object-position:70% 50%}}
