: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}}.homePage .homeHero{border-radius:24px!important;min-height:270px!important;padding:24px 22px!important}.homePage .homeHeroContent{z-index:2;max-width:520px;position:relative}.homePage .homeHeroBadge{letter-spacing:.14em!important;margin-bottom:14px!important;font-size:12px!important}.homePage .homeHero h2{max-width:480px;letter-spacing:-.045em!important;margin:0!important;font-size:clamp(36px,9vw,48px)!important;line-height:.98!important}.homePage .homeHero p{max-width:470px;margin:15px 0 0!important;font-size:15px!important;line-height:1.48!important}.homePage .homeHeroActions{max-width:470px;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;margin-top:20px!important;display:grid!important}.homePage .primaryActionButton,.homePage .secondaryActionButton{white-space:nowrap;border-radius:15px!important;width:auto!important;min-height:48px!important;padding:0 18px!important;font-size:14px!important}.homePage .secondaryActionButton{background:#081c1094!important;border-color:#29d86b57!important;padding-inline:14px!important}.homePage .homeHeroMark{opacity:.08!important;font-size:150px!important;bottom:-31px!important;right:-5px!important}@media (width<=600px){.homePage .homeHero{min-height:252px!important;padding:21px 18px!important}.homePage .homeHeroBadge{margin-bottom:12px!important}.homePage .homeHero h2{max-width:340px;font-size:clamp(34px,10.5vw,43px)!important}.homePage .homeHero p{max-width:355px;margin-top:12px!important;font-size:14px!important}.homePage .homeHeroActions{max-width:100%;margin-top:17px!important}.homePage .primaryActionButton,.homePage .secondaryActionButton{min-height:46px!important;padding-inline:14px!important;font-size:13px!important}.homePage .homeHeroMark{font-size:132px!important;bottom:-25px!important;right:-12px!important}}@media (width<=380px){.homePage .homeHeroActions{grid-template-columns:1fr!important}.homePage .primaryActionButton,.homePage .secondaryActionButton{width:100%!important}}.catalogueProductItem{position:relative;overflow:visible!important}.catalogueProductItemMenuOpen{z-index:70}.catalogueProductManageControl{justify-content:flex-end;width:100%;margin:-4px 0 14px;display:flex;position:relative}.catalogueProductManageButton{color:#78f5a5;min-width:116px;min-height:42px;font:inherit;cursor:pointer;background:#082614f5;border:1px solid #29d86b8c;border-radius:13px;justify-content:center;align-items:center;gap:7px;margin:0;padding:8px 14px;font-size:14px;font-weight:850;line-height:1;transition:background .16s,border-color .16s,transform .16s;display:inline-flex;box-shadow:0 8px 20px #00000029}.catalogueProductManageButton:hover,.catalogueProductManageButton:focus-visible,.catalogueProductManageControlOpen .catalogueProductManageButton{background:#0e4021fa;border-color:#29d86b;outline:none}.catalogueProductManageButton:active{transform:scale(.98)}.catalogueProductManageButton:disabled{cursor:wait;opacity:.62}.catalogueProductManageDots{color:#29d86b;place-items:center;width:18px;height:18px;font-size:22px;font-weight:900;line-height:.7;display:inline-grid}.catalogueProductManageMenu{z-index:90;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0c1c12fe;border:1px solid #3e664ceb;border-radius:18px;width:min(290px,100vw - 34px);padding:7px;animation:.15s ease-out catalogueManageMenuIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 22px 48px #00000075,0 0 0 1px #29d86b0a}.catalogueProductManageMenuHeader{border-bottom:1px solid #415c4a9e;gap:3px;padding:10px 11px 11px;display:grid}.catalogueProductManageMenuHeader strong{color:#f5f8f6;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;overflow:hidden}.catalogueProductManageMenuHeader span{color:#89988f;font-size:12px;font-weight:700}.catalogueProductManageMenuItem{color:#edf4ef;width:100%;min-height:58px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;margin:3px 0 0;padding:8px 10px;display:grid}.catalogueProductManageMenuItem:hover,.catalogueProductManageMenuItem:focus-visible{background:#29d86b1a;outline:none}.catalogueProductManageMenuItem:disabled{cursor:wait;opacity:.55}.catalogueProductManageMenuItem>span:last-child{gap:3px;min-width:0;display:grid}.catalogueProductManageMenuItem strong{color:inherit;font-size:14px;font-weight:850;line-height:1.2}.catalogueProductManageMenuItem small{color:#8d9a92;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650;line-height:1.25;overflow:hidden}.catalogueProductManageMenuIcon{color:#4ee882;background:#29d86b1f;border-radius:11px;place-items:center;width:34px;height:34px;font-size:19px;font-weight:900;display:grid}.catalogueProductManageMenuDanger{color:#ff9a9f}.catalogueProductManageMenuDanger:hover,.catalogueProductManageMenuDanger:focus-visible{background:#ff535f1a}.catalogueProductManageMenuDanger .catalogueProductManageMenuIcon{color:#ff747d;background:#ff535f1f}@keyframes catalogueManageMenuIn{0%{opacity:0;transform:translateY(-5px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.catalogueProductManageControl{margin-top:-5px}.catalogueProductManageButton{border-radius:12px;min-width:108px;min-height:40px;padding:7px 12px;font-size:13px}.catalogueProductManageMenu{top:auto;right:10px;bottom:calc(var(--mobile-nav-height,76px) + env(safe-area-inset-bottom,0px) + 10px);border-radius:20px;width:auto;max-width:none;position:fixed;left:10px}.catalogueProductManageMenuItem{min-height:60px}}@media (prefers-reduced-motion:reduce){.catalogueProductManageMenu{animation:none}.catalogueProductManageButton{transition:none}}.catalogueSubPage{padding-top:calc(env(safe-area-inset-top,0px) + 18px)!important}.catalogueSubPageHeader{grid-template-columns:minmax(86px,auto) minmax(0,1fr) minmax(86px,auto);align-items:center;gap:12px;min-height:58px;margin:0 0 18px;display:grid}.catalogueSubPageBackButton,.catalogueHeaderAddButton{cursor:pointer;min-width:86px!important;min-height:44px!important;font:inherit!important;box-sizing:border-box!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;gap:6px!important;margin:0!important;padding:0 13px!important;font-size:14px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important}.catalogueSubPageBackButton{justify-self:start;color:#66ef98!important;box-shadow:none!important;background:#061b0fdb!important;border:1px solid #29d86bb8!important}.catalogueSubPageBackButton:hover,.catalogueSubPageBackButton:focus-visible{outline:none;color:#8df7b3!important;background:#0e391ef5!important;border-color:#29d86b!important}.catalogueSubPageBackButton>span:first-child,.catalogueHeaderAddButton>span:first-child{font-size:18px;line-height:1}.catalogueHeaderAddButton{justify-self:end;color:#06130a!important;background:#29d86b!important;border:1px solid #29d86b!important;box-shadow:0 8px 20px #29d86b29!important}.catalogueHeaderAddButton:hover,.catalogueHeaderAddButton:focus-visible{outline:none;background:#42e67e!important;border-color:#42e67e!important}.catalogueSubPageTitle{text-align:center;min-width:0}.catalogueSubPageTitle h2{color:#f7faf8;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:clamp(22px,5vw,28px);font-weight:900;line-height:1.1;overflow:hidden}.catalogueSubPageTitle p{color:#8f9c94;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:13px;font-weight:700;line-height:1.2;overflow:hidden}.catalogueSubPageHeaderSpacer{justify-self:end;width:86px;min-width:86px;height:1px;display:block}.catalogueSubPage>.searchBar{margin-top:0!important}@media (width<=520px){.catalogueSubPage{padding-top:calc(env(safe-area-inset-top,0px) + 14px)!important}.catalogueSubPageHeader{grid-template-columns:78px minmax(0,1fr) 78px;gap:8px;min-height:52px;margin-bottom:15px}.catalogueSubPageBackButton,.catalogueHeaderAddButton{border-radius:13px!important;gap:4px!important;min-width:78px!important;min-height:42px!important;padding:0 9px!important;font-size:13px!important}.catalogueSubPageTitle h2{font-size:clamp(19px,5.8vw,24px)}.catalogueSubPageTitle p{margin-top:4px;font-size:12px}.catalogueSubPageHeaderSpacer{width:78px;min-width:78px}}@media (width<=365px){.catalogueSubPageHeader{grid-template-columns:68px minmax(0,1fr) 68px;gap:6px}.catalogueSubPageBackButton,.catalogueHeaderAddButton{min-width:68px!important;padding:0 7px!important}.catalogueSubPageBackButton>span:last-child,.catalogueHeaderAddButton>span:last-child{font-size:12px}.catalogueSubPageHeaderSpacer{width:68px;min-width:68px}}.morphBroadcastPage{width:100%;min-height:var(--morph-app-height,100dvh);padding:0 0 calc(94px + env(safe-area-inset-bottom,0px));color:#f4fff7;background:radial-gradient(circle at 75% 0,#2af16f21,#0000 33%),linear-gradient(#03150b 0%,#010804 100%);overflow-x:hidden}.morphBroadcastHeader{z-index:40;min-height:calc(68px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) 10px 0;-webkit-backdrop-filter:blur(18px);background:#031f11f7;border-bottom:1px solid #38ff7d21;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:10px;display:grid;position:sticky;top:0}.morphBroadcastBackButton,.morphBroadcastRefreshButton,.morphBroadcastMenuButton,.morphBroadcastEditor header button{color:#f5fff8;touch-action:manipulation;background:#0a3f23c2;border:1px solid #41ff8426;border-radius:50%;place-items:center;width:46px;min-width:46px;height:46px;min-height:46px;padding:0;font-size:24px;display:grid}.morphBroadcastHeaderCopy{min-width:0}.morphBroadcastHeaderCopy>span{color:#45f786;letter-spacing:.13em;text-transform:uppercase;font-size:10px;font-weight:900}.morphBroadcastHeaderCopy h1{margin:2px 0 0;font-size:21px;line-height:1.08}.morphBroadcastHeaderCopy p{color:#e0efe5a6;margin:3px 0 0;font-size:11px}.morphBroadcastAdminBar{background:#08341de0;border:1px solid #34f77733;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin:10px 10px 5px;padding:12px;display:flex}.morphBroadcastAdminBar div{gap:3px;min-width:0;display:grid}.morphBroadcastAdminBar strong{font-size:13px}.morphBroadcastAdminBar span{color:#daede0ab;font-size:10px}.morphBroadcastAdminBar button{color:#021108;background:linear-gradient(145deg,#2bea72,#169e50);border:0;border-radius:13px;min-width:82px;min-height:44px;font-weight:900}.morphBroadcastStatus,.morphBroadcastError{text-align:center;border-radius:12px;margin:8px 10px;padding:10px 12px;font-size:13px}.morphBroadcastStatus{color:#73ffa6;background:#1682432e;border:1px solid #3eff8240}.morphBroadcastError,.morphBroadcastEditorError{color:#ffb5ba;background:#841f273d;border:1px solid #ff656f59}.morphBroadcastFeed{gap:11px;padding:8px 9px 18px;display:grid}.morphBroadcastStateCard{color:#e5f1e9b8;text-align:center;background:#082918ad;border:1px solid #3eff821f;border-radius:20px;place-items:center;gap:8px;min-height:230px;padding:25px;display:grid}.morphBroadcastStateCard>span{font-size:42px}.morphBroadcastStateCard h2,.morphBroadcastStateCard p{margin:0}.morphBroadcastCard{background:linear-gradient(145deg,#0e3a23f7,#041f11fc);border:1px solid #3bff7f21;border-radius:18px;min-width:0;padding:12px;position:relative;overflow:hidden;box-shadow:0 10px 25px #0003}.morphBroadcastCardPinned{border-color:#34f17761;box-shadow:0 10px 25px #0003,0 0 26px #23dc6314}.morphBroadcastCardDraft{opacity:.84}.morphBroadcastCardHeader{align-items:center;gap:9px;display:flex}.morphBroadcastAvatar{color:#03140a;background:linear-gradient(145deg,#2be971,#118543);border:1px solid #4aff8ba6;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:22px;font-weight:950;display:grid}.morphBroadcastMeta{gap:2px;min-width:0;margin-right:auto;display:grid}.morphBroadcastMeta strong{color:#4dff8d;font-size:14px}.morphBroadcastMeta span{color:#daeadf94;font-size:10px}.morphBroadcastPinnedBadge,.morphBroadcastDraftBadge{letter-spacing:.03em;border-radius:999px;align-items:center;width:fit-content;font-size:9px;font-weight:900;display:inline-flex}.morphBroadcastPinnedBadge{color:#6cff9f;background:#2cea7021;padding:6px 8px}.morphBroadcastDraftBadge{color:#ffd779;background:#ecbb4021;margin-top:10px;padding:6px 9px}.morphBroadcastMenuWrapper{flex:none;position:relative}.morphBroadcastMenuButton{background:0 0;border-color:#0000;width:40px;min-width:40px;height:40px;min-height:40px;font-size:23px}.morphBroadcastCard h2{color:#fff;margin:12px 0 8px;font-size:20px;line-height:1.2}.morphBroadcastImageButton{background:#010603;border:0;width:calc(100% + 24px);margin:10px -12px;padding:0;display:block;overflow:hidden}.morphBroadcastImageButton img{object-fit:cover;width:100%;max-height:480px;display:block}.morphBroadcastBody{color:#f6fff9eb;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:15px;line-height:1.43}.morphBroadcastLink{color:#62ff9a;background:#26d3631a;border:1px solid #45ff8847;border-radius:13px;justify-content:space-between;align-items:center;min-height:46px;margin-top:13px;padding:10px 13px;font-size:13px;font-weight:850;text-decoration:none;display:flex}.morphBroadcastEditedLabel{color:#d1e6d880;text-align:right;margin-top:8px;font-size:9px;font-style:italic;display:block}.morphBroadcastFloatingButton{z-index:60;right:17px;bottom:calc(82px + env(safe-area-inset-bottom,0px));color:#021108;background:linear-gradient(145deg,#35f17d,#15934a);border:0;border-radius:50%;place-items:center;width:58px;height:58px;font-size:32px;font-weight:900;display:grid;position:fixed;box-shadow:0 13px 34px #0000006b}.morphBroadcastActionSheet,.morphBroadcastEditor{z-index:10020;width:100%;max-height:min(88dvh,760px);padding:9px 11px max(18px, env(safe-area-inset-bottom,0px));background:linear-gradient(#0b3b22,#02170c);border:1px solid #42ff8529;border-bottom:0;border-radius:24px 24px 0 0;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -25px 75px #000000ad}.morphBroadcastActionSheet{gap:6px;display:grid}.morphBroadcastSheetHandle,.morphBroadcastEditorHandle{background:#dfeee44d;border-radius:999px;width:42px;height:5px;margin:0 auto 8px}.morphBroadcastActionSheet>strong{text-overflow:ellipsis;white-space:nowrap;padding:8px 10px 10px;overflow:hidden}.morphBroadcastActionSheet button{color:#effbf3;text-align:left;background:#e1f1e70f;border:0;border-radius:13px;min-height:50px;padding:12px 14px;font-size:15px;font-weight:750}.morphBroadcastActionSheet .morphBroadcastDeleteAction{color:#ff9aa1}.morphBroadcastEditorBackdrop{z-index:10000;-webkit-backdrop-filter:blur(4px);background:#000000b8;position:fixed;inset:0}.morphBroadcastEditor{z-index:10010}.morphBroadcastEditor>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.morphBroadcastEditor>header div{gap:2px;display:grid}.morphBroadcastEditor>header span{color:#51fb8b;letter-spacing:.12em;font-size:10px;font-weight:900}.morphBroadcastEditor>header h2{margin:0;font-size:23px}.morphBroadcastEditor>form{gap:12px;display:grid}.morphBroadcastEditor form>label,.morphBroadcastImageField{gap:6px;display:grid}.morphBroadcastEditor form>label>span,.morphBroadcastImageField>span{color:#deefe4b8;letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:850}.morphBroadcastEditor input[type=text],.morphBroadcastEditor input[type=url],.morphBroadcastEditor textarea{color:#f5fff8;background:#01180ce6;border:1px solid #49ff8c2e;border-radius:13px;outline:none;width:100%;min-width:0;padding:12px 13px;font-size:16px}.morphBroadcastEditor textarea{resize:vertical;min-height:142px;line-height:1.4}.morphBroadcastEditor input:focus,.morphBroadcastEditor textarea:focus{border-color:#39f77cc2;box-shadow:0 0 0 3px #2bea721c}.morphBroadcastImageField>input[type=file]{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.morphBroadcastImageField>button{color:#67ff9e;text-overflow:ellipsis;white-space:nowrap;background:#21c55b14;border:1px dashed #49ff8c52;border-radius:13px;min-height:48px;padding:10px 12px;font-size:13px;font-weight:800;overflow:hidden}.morphBroadcastRemoveImageToggle{color:#ffb0b5;align-items:center;min-height:42px;font-size:13px;grid-template-columns:none!important;gap:8px!important;display:flex!important}.morphBroadcastToggleGrid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.morphBroadcastToggleGrid label{background:#072d19cc;border:1px solid #42ff8526;border-radius:13px;align-items:center;gap:9px;min-height:64px;padding:10px;display:flex}.morphBroadcastToggleGrid input{accent-color:#2bea72;width:22px;height:22px}.morphBroadcastToggleGrid label>span{gap:2px;display:grid}.morphBroadcastToggleGrid strong{font-size:13px}.morphBroadcastToggleGrid small{color:#d7eadd94;font-size:9px}.morphBroadcastEditorError{border-radius:12px;margin:0;padding:10px 12px;font-size:12px}.morphBroadcastEditorActions{grid-template-columns:1fr 1.45fr;gap:9px;padding-top:3px;display:grid}.morphBroadcastEditorActions button{color:#eaf7ee;background:#e0f0e60f;border:1px solid #dceee22b;border-radius:14px;min-height:50px;font-size:14px;font-weight:850}.morphBroadcastEditorActions .morphBroadcastSaveButton{color:#021108;background:linear-gradient(145deg,#2bea72,#159149);border-color:#2fec7073}@media (width>=600px){.morphBroadcastPage{width:min(100vw,430px);margin:0 auto}}:root{--chat-bg:#07131e;--chat-panel:#1a273df5;--chat-panel-soft:#26344eeb;--chat-rail:#161d31fa;--chat-blue:#4da3ff;--chat-green:#2eff7d;--chat-text:#f6f8ff;--chat-muted:#aeb8cf;--chat-border:#ffffff14}.chatPage{width:100%;height:calc(100dvh - 74px);min-height:560px;color:var(--chat-text);background:#060b14;padding:0;overflow:hidden}.chatShell{background:linear-gradient(#070f1de0,#070f1df0),radial-gradient(circle at 75% 20%,#4da3ff1a,#0000 28%),#07131e;grid-template:"rail header"72px"rail pinned"58px"rail conversation"minmax(0,1fr)"rail typing""rail status""rail composer"/112px minmax(0,1fr);width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.chatChannelNavigation{background:var(--chat-rail);border-right:1px solid #4da3ff24;grid-area:rail;min-width:0;overflow:hidden}.chatChannelScroller{scrollbar-width:none;flex-direction:column;align-items:stretch;gap:7px;height:100%;padding:10px 6px 90px;display:flex;overflow:hidden auto}.chatChannelScroller::-webkit-scrollbar{display:none}.chatRailBrand{border:2px solid var(--chat-green);width:58px;height:58px;color:var(--chat-green);background:#07130d;border-radius:50%;flex:0 0 58px;place-items:center;margin:0 auto 6px;font-size:24px;font-weight:900;display:grid;box-shadow:0 0 18px #2eff7d40}.chatChannelButton{color:#f2f6ffd1;cursor:pointer;background:0 0;border:0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;min-height:74px;padding:7px 3px;display:flex;position:relative}.chatChannelButton:hover{background:#ffffff0b}.chatChannelButtonActive{color:var(--chat-blue);background:#4da3ff26}.chatChannelButtonActive:before{content:"";background:var(--chat-blue);border-radius:0 4px 4px 0;width:4px;position:absolute;top:9px;bottom:9px;left:-6px;box-shadow:0 0 12px #4da3ffb3}.chatChannelIcon{background:#ffffff0e;border-radius:50%;flex:0 0 39px;place-items:center;width:39px;height:39px;font-size:22px;line-height:1;display:grid}.chatChannelButtonActive .chatChannelIcon{background:#4da3ff2e}.chatChannelName{text-align:center;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:10px;font-weight:700;line-height:1.12;display:-webkit-box;overflow:hidden}.chatChannelLoading,.chatChannelEmpty{color:var(--chat-muted);text-align:center;padding:10px 4px;font-size:10px}.chatTopBar{border-bottom:1px solid var(--chat-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#151e33f5;grid-area:header;justify-content:space-between;align-items:center;min-width:0;padding:9px 14px;display:flex}.chatTopBarLeft{align-items:center;gap:10px;min-width:0;display:flex}.chatGroupAvatar{width:46px;height:46px;color:var(--chat-blue);background:#4da3ff24;border-radius:50%;flex:0 0 46px;place-items:center;font-size:25px;display:grid}.chatHeaderInfo{min-width:0}.chatHeaderInfo h1{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:19px;line-height:1.15;overflow:hidden}.chatHeaderStatus{color:var(--chat-muted);align-items:center;gap:6px;margin-top:3px;font-size:12px;display:flex}.chatHeaderOnline{background:var(--chat-green);border-radius:50%;width:7px;height:7px}.chatTopBarActions{align-items:center;display:flex}.chatRefreshButton{color:#fff;background:#ffffff0e;border:0;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;font-size:20px;display:grid}.chatPinnedBar{background:#25314cf0;border-radius:13px;grid-area:pinned;grid-template-columns:4px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;margin:6px 8px 5px;padding:8px 11px;display:grid;box-shadow:0 8px 22px #00000029}.chatPinnedAccent{background:var(--chat-blue);border-radius:999px;width:4px;height:34px}.chatPinnedCopy{flex-direction:column;gap:2px;min-width:0;display:flex}.chatPinnedCopy strong{color:var(--chat-blue);font-size:13px}.chatPinnedCopy span{color:#eef3ff;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.chatPinnedIcon{opacity:.72}.chatConversation{scroll-behavior:smooth;background:linear-gradient(#0b1324c7,#0b1324db),radial-gradient(circle,#4da3ff12,#0000 55%);grid-area:conversation;min-width:0;min-height:0;padding:9px 10px 14px;overflow:hidden auto}.chatDateGroup{width:100%}.chatDateSeparator{justify-content:center;margin:8px 0 13px;display:flex}.chatDateSeparator span{color:#c7d0e3;background:#232f46f0;border-radius:999px;padding:5px 11px;font-size:10px;font-weight:700}.chatMessageRow{align-items:flex-end;gap:7px;width:100%;margin-bottom:10px;display:flex}.chatUserAvatar{color:#fff;background:#4da3ff3d;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:grid;overflow:hidden}.chatUserAvatarImage{object-fit:cover;width:100%;height:100%}.chatMessageContent{flex-direction:column;align-items:flex-start;width:fit-content;max-width:min(83%,680px);display:flex}.chatSenderName{color:#73baff;font-size:12px;font-weight:800}.chatSenderUsername{color:#8795b0;font-size:10px}.chatRoleBadge{color:var(--chat-green);border:1px solid #2eff7d80;border-radius:999px;padding:2px 6px;font-size:8px;font-weight:900}.chatMessageMenuWrapper{align-items:inherit;flex-direction:column;max-width:100%;display:flex;position:relative}.chatBubble{background:var(--chat-panel);width:fit-content;max-width:100%;color:var(--chat-text);text-align:left;border:0;border-radius:16px 16px 16px 4px;padding:10px 12px 7px;position:relative;box-shadow:0 8px 18px #0000002e}.chatBubbleButton{cursor:pointer}.chatBubble p{color:inherit;overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.36}.chatBubbleMeta{color:#dee6f4a8;justify-content:flex-end;align-items:center;gap:4px;margin-top:4px;font-size:9px;display:flex}.chatMessageTick{color:#8fd0ff}.chatMessageMenu{z-index:30;border:1px solid var(--chat-border);background:#1d2a40;border-radius:12px;flex-direction:column;min-width:150px;display:flex;position:absolute;top:calc(100% + 5px);left:0;overflow:hidden;box-shadow:0 14px 35px #0006}.chatMessageMenu>button{color:#fff;text-align:left;background:0 0;border:0;padding:10px 12px}.chatMessageMenuDelete{color:#ff8c99!important}.chatReactionPicker{border-top:1px solid var(--chat-border);border-bottom:1px solid var(--chat-border);gap:3px;padding:5px;display:flex}.chatReactionPicker .chatReactionButton{background:0 0;border:0;border-radius:9px;min-width:34px;height:32px;padding:0 7px;font-size:17px}.chatReactionPicker .chatReactionButton:hover{background:#ffffff14}.chatMessageReactions{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.chatReactionButton{color:#fff;background:#1e2b42f5;border:1px solid #4da3ff38;border-radius:999px;align-items:center;gap:4px;min-height:26px;padding:3px 8px;display:inline-flex}.chatReactionButtonActive{border-color:var(--chat-blue);background:#4da3ff2e}.chatReactionCount{font-size:10px;font-weight:800}.chatTypingIndicator{min-height:0;color:var(--chat-blue);grid-area:typing;align-items:center;gap:7px;padding:0 14px;font-size:11px;display:flex}.chatTypingDots{gap:3px;display:inline-flex}.chatTypingDots span{background:currentColor;border-radius:50%;width:4px;height:4px;animation:1s ease-in-out infinite chatDot}.chatTypingDots span:nth-child(2){animation-delay:.15s}.chatTypingDots span:nth-child(3){animation-delay:.3s}@keyframes chatDot{0%,70%,to{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.chatStatusMessage{color:#ffd16a;grid-area:status;margin:0;padding:5px 14px;font-size:11px}.chatAnnouncementLockNotice{grid-area:status}.chatComposer{background:#101829fa;border-top:1px solid #ffffff0a;grid-area:composer;margin:0;padding:8px 9px 12px}.chatComposerField{background:#26334bfa;border-radius:28px;align-items:flex-end;width:100%;min-height:54px;padding:5px;display:flex;box-shadow:0 8px 24px #0003}.chatComposerIconButton,.chatSendButton{cursor:pointer;border:0;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;padding:0;display:grid}.chatComposerIconButton{color:#d7deed;background:0 0;font-size:25px}.chatComposer textarea{resize:none;color:#fff;min-width:0;max-height:140px;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:12px 7px 9px;font-size:15px;line-height:1.3}.chatComposer textarea::placeholder{color:#9da8bd}.chatSendButton{background:var(--chat-blue);color:#fff;font-size:19px;box-shadow:0 6px 17px #4da3ff52}.chatSendButtonMic{background:#2f91f5;font-size:17px}.chatSendButton:disabled{opacity:.44}.chatStateCard{max-width:330px;color:var(--chat-muted);text-align:center;background:#1f2c44db;border-radius:18px;margin:45px auto;padding:20px}.chatStateIcon{font-size:28px}@media (width>=700px){.chatShell{grid-template-columns:180px minmax(0,1fr)}.chatChannelButton{text-align:left;flex-direction:row;justify-content:flex-start;min-height:54px;padding:7px 10px}.chatChannelName{text-align:left;white-space:nowrap;font-size:13px;display:block}.chatRailBrand{margin-left:8px}}@media (width<=480px){.chatPage{height:calc(100dvh - 67px);min-height:0}.chatShell{grid-template-rows:65px 54px minmax(0,1fr) auto auto auto;grid-template-columns:92px minmax(0,1fr)}.chatChannelScroller{gap:4px;padding:8px 4px 78px}.chatRailBrand{flex-basis:48px;width:48px;height:48px;font-size:20px}.chatChannelButton{min-height:65px;padding:5px 2px}.chatChannelIcon{flex-basis:34px;width:34px;height:34px;font-size:19px}.chatChannelName{font-size:9px}.chatTopBar{padding:7px 9px}.chatGroupAvatar{flex-basis:40px;width:40px;height:40px;font-size:22px}.chatHeaderInfo h1{font-size:17px}.chatHeaderStatus{font-size:10px}.chatRefreshButton{width:36px;height:36px}.chatPinnedBar{margin:5px 6px 4px;padding:7px 9px}.chatConversation{padding:7px 7px 11px}.chatMessageContent{max-width:91%}.chatUserAvatar{flex-basis:28px;width:28px;height:28px}.chatBubble{padding:9px 10px 6px}.chatBubble p{font-size:13px}.chatComposer{padding:7px 7px 9px}.chatComposerField{min-height:50px}.chatComposerIconButton,.chatSendButton{flex-basis:40px;width:40px;height:40px}.chatComposer textarea{padding-top:10px;font-size:14px}}.app.appChatMode{background:#11182d;width:100%;height:100dvh;min-height:0;overflow:hidden}.app.appChatMode>.chatPage{width:100%!important;height:100dvh!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.app.appChatMode .chatPage>.chatShell{background:linear-gradient(#10172ee3,#10172ef0),radial-gradient(circle at 70% 18%,#7a69ff1f,#0000 34%),#10172e!important;border:0!important;border-radius:0!important;grid-template:"rail header"66px"rail pinned"52px"rail conversation"minmax(0,1fr)"rail typing""rail status""rail composer"/92px minmax(0,1fr)!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:grid!important;position:relative!important;overflow:hidden!important}.app.appChatMode .chatShell>.chatChannelNavigation{z-index:5!important;background:#191e3afa!important;border:0!important;border-right:1px solid #7e7eff26!important;grid-area:rail!important;width:92px!important;min-width:92px!important;max-width:92px!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;position:relative!important;inset:auto!important;overflow:hidden!important}.app.appChatMode .chatChannelNavigation>.chatChannelScroller{flex-direction:column!important;align-items:stretch!important;gap:3px!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:8px 4px 16px!important;display:flex!important;overflow:hidden auto!important}.app.appChatMode .chatChannelScroller>.chatChannelButton{color:#efefffd1!important;text-align:center!important;background:0 0!important;border:0!important;border-radius:12px!important;flex-direction:column!important;flex:none!important;justify-content:center!important;align-items:center!important;gap:3px!important;width:100%!important;min-width:0!important;min-height:66px!important;margin:0!important;padding:5px 2px!important;display:flex!important;position:relative!important}.app.appChatMode .chatChannelScroller>.chatChannelButtonActive:before{content:""!important;background:#39a0ff!important;border-radius:0 4px 4px 0!important;width:4px!important;position:absolute!important;top:8px!important;bottom:8px!important;left:-4px!important;box-shadow:0 0 12px #39a0ffcc!important}.app.appChatMode .chatChannelButton .chatChannelIcon{background:#ffffff0e!important;border-radius:50%!important;flex:0 0 35px!important;place-items:center!important;width:35px!important;height:35px!important;margin:0!important;font-size:20px!important;display:grid!important}.app.appChatMode .chatChannelButton .chatChannelName{width:100%!important;min-width:0!important;color:inherit!important;text-align:center!important;overflow-wrap:anywhere!important;white-space:normal!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0!important;font-size:9px!important;font-weight:750!important;line-height:1.08!important;display:-webkit-box!important;overflow:hidden!important}.app.appChatMode .chatShell>.chatTopBar{z-index:4!important;background:#252a4ef7!important;border:0!important;border-bottom:1px solid #ffffff0f!important;grid-area:header!important;justify-content:space-between!important;align-items:center!important;min-width:0!important;min-height:0!important;margin:0!important;padding:7px 9px!important;display:flex!important;position:relative!important}.chatHeaderCircleButton{color:#fff;background:#ffffff0e;border:0;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;padding:0;font-size:24px;font-weight:700;display:grid}.app.appChatMode .chatTopBarLeft{align-items:center!important;gap:7px!important;min-width:0!important;display:flex!important}.app.appChatMode .chatGroupAvatar{color:#f3f1ff!important;background:#5e75ff1f!important;border-radius:50%!important;flex:0 0 41px!important;place-items:center!important;width:41px!important;height:41px!important;margin:0!important;font-size:33px!important;font-weight:800!important;line-height:1!important;display:grid!important}.app.appChatMode .chatHeaderInfo h1{color:#fff!important;margin:0!important;font-size:17px!important;font-weight:850!important;line-height:1.1!important}.app.appChatMode .chatHeaderStatus{color:#b9bed6!important;margin-top:2px!important;font-size:10px!important;display:block!important}.app.appChatMode .chatShell>.chatPinnedBar{background:#2e345bf5!important;border:0!important;border-radius:10px!important;grid-area:pinned!important;grid-template-columns:4px minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;min-width:0!important;min-height:0!important;margin:4px 7px!important;padding:6px 9px!important;display:grid!important}.app.appChatMode .chatPinnedCopy strong{color:#62b2ff!important;font-size:11px!important}.app.appChatMode .chatPinnedCopy span{color:#e8e9f7!important;font-size:10px!important}.app.appChatMode .chatShell>.chatConversation{background:linear-gradient(#1a1e3bc2,#1a1e3bd6),radial-gradient(circle,#6863ff14,#0000 60%)!important;grid-area:conversation!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;padding:7px 7px 12px!important;display:block!important;position:relative!important;overflow:hidden auto!important}.app.appChatMode .chatBubble{color:#fff!important;background:#333962f7!important;border-radius:13px 13px 13px 3px!important}.app.appChatMode .chatBubble p{font-size:13px!important;line-height:1.32!important}.app.appChatMode .chatShell>.chatComposer{background:#171c37fc!important;border:0!important;grid-area:composer!important;min-width:0!important;margin:0!important;padding:6px 7px 9px!important;display:block!important}.app.appChatMode .chatComposerField{background:#343a63fa!important;border:0!important;border-radius:25px!important;align-items:center!important;width:100%!important;min-height:49px!important;margin:0!important;padding:4px!important;display:flex!important}.app.appChatMode .chatComposer textarea{color:#fff!important;min-width:0!important;padding:10px 5px 8px!important;font-size:14px!important}.app.appChatMode .chatComposerIconButton,.app.appChatMode .chatSendButton{flex:0 0 40px!important;width:40px!important;height:40px!important}.app.appChatMode .chatSendButton{background:#399cff!important}@media (width>=700px){.app.appChatMode .chatPage>.chatShell{grid-template-columns:125px minmax(0,1fr)!important}.app.appChatMode .chatShell>.chatChannelNavigation{width:125px!important;min-width:125px!important;max-width:125px!important}.app.appChatMode .chatChannelScroller>.chatChannelButton{min-height:72px!important}}:root{--morph-green:#28e86f;--morph-green-bright:#45ff88;--morph-green-dark:#0d6f38;--morph-green-deep:#071c11;--morph-panel:#102719;--morph-panel-soft:#173523;--morph-text:#f4fff7;--morph-muted:#9eb7a6}.app.appChatMode,.app.appChatMode .chatPage>.chatShell{background:linear-gradient(#04140be6,#04140bf5),radial-gradient(circle at 72% 18%,#28e86f1f,#0000 34%),#06160d!important}.app.appChatMode .chatShell>.chatChannelNavigation{background:#05170dfc!important;border-right-color:#28e86f2e!important}.app.appChatMode .chatChannelScroller>.chatChannelButton{color:#ecfff2cc!important}.app.appChatMode .chatChannelScroller>.chatChannelButtonActive{color:var(--morph-green-bright)!important;background:#28e86f21!important}.app.appChatMode .chatChannelScroller>.chatChannelButtonActive:before{background:var(--morph-green)!important;box-shadow:0 0 12px #28e86fd9!important}.app.appChatMode .chatChannelButton .chatChannelIcon{background:#28e86f12!important}.app.appChatMode .chatShell>.chatTopBar{background:#071d11fa!important;border-bottom-color:#28e86f1f!important}.chatHeaderCircleButton{color:var(--morph-text);background:#28e86f14;border:1px solid #28e86f29}.chatHeaderCircleButton:active{background:#28e86f2b;transform:scale(.95)}.app.appChatMode .chatGroupAvatar{color:var(--morph-green-bright)!important;background:#28e86f1c!important;border:1px solid #28e86fa6!important}.app.appChatMode .chatHeaderStatus{color:var(--morph-muted)!important}.chatTopBarActions{position:relative}.chatHeaderMenu{z-index:100;background:#081f12fc;border:1px solid #28e86f38;border-radius:13px;flex-direction:column;width:158px;display:flex;position:absolute;top:calc(100% + 7px);right:0;overflow:hidden;box-shadow:0 16px 36px #0000007a}.chatHeaderMenu button{width:100%;color:var(--morph-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff0e;padding:12px 14px;font-size:13px}.chatHeaderMenu button:last-child{border-bottom:0}.chatHeaderMenu button:hover,.chatHeaderMenu button:active{background:#28e86f1f}.app.appChatMode .chatShell>.chatPinnedBar{background:#12341ffa!important}.app.appChatMode .chatPinnedAccent{background:var(--morph-green)!important}.app.appChatMode .chatPinnedCopy strong{color:var(--morph-green-bright)!important}.app.appChatMode .chatPinnedCopy span{color:#eaffef!important}.app.appChatMode .chatShell>.chatConversation{background:linear-gradient(#04160cc9,#04160ce6),radial-gradient(circle,#28e86f0e,#0000 58%)!important}.app.appChatMode .chatDateSeparator span{color:#bad0c1!important;background:#12331ff2!important}.app.appChatMode .chatSenderName{color:var(--morph-green-bright)!important}.app.appChatMode .chatRoleBadge{color:var(--morph-green-bright)!important;border-color:#28e86f8c!important}.app.appChatMode .chatBubble{background:#14301efa!important}.app.appChatMode .chatBubbleOwn{background:linear-gradient(145deg,#168348,#0f6335)!important}.app.appChatMode .chatReactionButton{background:#0d2f1bf5!important;border-color:#28e86f38!important}.app.appChatMode .chatReactionButtonActive{border-color:var(--morph-green)!important;background:#28e86f29!important}.app.appChatMode .chatShell>.chatComposer{background:#05170dfc!important}.app.appChatMode .chatComposer{position:relative}.app.appChatMode .chatComposerField{background:#163622fc!important;border:1px solid #28e86f21!important}.app.appChatMode .chatComposer textarea{color:var(--morph-text)!important}.app.appChatMode .chatComposerIconButton{color:#c9ffda!important}.app.appChatMode .chatComposerIconButton:active{background:#28e86f21!important}.app.appChatMode .chatSendButton{background:linear-gradient(145deg, var(--morph-green-bright), #16bd58)!important;color:#03210e!important;box-shadow:0 7px 18px #28e86f45!important}.app.appChatMode .chatSendButtonMic{color:var(--morph-green-bright)!important;box-shadow:none!important;background:#28e86f29!important}.app.appChatMode .chatSendButton:disabled,.app.appChatMode .chatComposerIconButton:disabled{opacity:.4!important}.chatEmojiPicker{z-index:90;background:#081f12fc;border:1px solid #28e86f38;border-radius:15px;grid-template-columns:repeat(4,42px);gap:5px;padding:8px;display:grid;position:absolute;bottom:calc(100% + 7px);right:9px;box-shadow:0 18px 38px #00000073}.chatEmojiPicker button{cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:42px;height:42px;padding:0;font-size:22px;display:grid}.chatEmojiPicker button:hover,.chatEmojiPicker button:active{background:#28e86f21;transform:scale(1.06)}.chatTypingIndicator{color:var(--morph-green-bright)!important}.chatStatusMessage{color:#c9ffda!important}.chatVoiceRecorder{color:#fff;background:#3f0f14f0;border:1px solid #ff5a5a47;border-radius:13px;align-items:center;gap:8px;min-height:38px;margin:0 4px 7px;padding:7px 10px;font-size:12px;display:flex}.chatVoiceRecorderDot{background:#ff5252;border-radius:50%;flex:0 0 9px;width:9px;height:9px;animation:1.25s infinite voiceRecordingPulse;box-shadow:0 0 #ff5252a6}.chatVoiceRecorder strong{color:#ffb1b1;font-variant-numeric:tabular-nums;min-width:34px}.chatVoiceRecorder>span:not(.chatVoiceRecorderDot){color:#ffffffbf;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.chatVoiceCancelButton{color:#ffd1d1;font:inherit;background:#ffffff14;border:0;border-radius:9px;margin-left:auto;padding:6px 9px;font-weight:700}.chatSendButtonRecording{color:#fff!important;background:#ff5252!important;box-shadow:0 7px 18px #ff525247!important}.chatVoiceMessage{align-items:center;gap:8px;min-width:210px;max-width:100%;display:flex}.chatVoicePlayIcon{background:var(--morph-green);color:#05210e;cursor:pointer;border:0;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;padding:0 0 0 2px;font-size:15px;display:grid}.chatVoiceContent{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.chatVoiceWaveform{align-items:center;gap:2px;height:21px;display:flex}.chatVoiceWaveform i{background:#c5ffd7c7;border-radius:999px;width:3px;display:block}.chatVoiceWaveform i:first-child{height:7px}.chatVoiceWaveform i:nth-child(2){height:13px}.chatVoiceWaveform i:nth-child(3){height:19px}.chatVoiceWaveform i:nth-child(4){height:10px}.chatVoiceWaveform i:nth-child(5){height:16px}.chatVoiceWaveform i:nth-child(6){height:21px}.chatVoiceWaveform i:nth-child(7){height:12px}.chatVoiceWaveform i:nth-child(8){height:18px}.chatVoiceWaveform i:nth-child(9){height:9px}.chatVoiceWaveform i:nth-child(10){height:14px}.chatVoiceDuration,.chatVoiceLoading{color:#ddffe7b8;font-variant-numeric:tabular-nums;font-size:10px}.chatVoiceAudio{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}@keyframes voiceRecordingPulse{0%{box-shadow:0 0 #ff525299}70%{box-shadow:0 0 0 7px #ff525200}to{box-shadow:0 0 #ff525200}}.chatVoicePlayIcon{z-index:3;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative}.chatVoicePlayIcon:active{transform:scale(.94)}.chatVoiceAudio{opacity:.001;pointer-events:none;width:1px;height:1px;display:block;position:absolute;overflow:hidden}.chatVoiceFallbackAudio{opacity:.9;flex:0 0 112px;width:112px;height:30px}.chatVoiceFallbackAudio::-webkit-media-controls-panel{background:#28e86f2e}@media (width<=480px){.chatVoiceMessage{min-width:190px}.chatVoiceFallbackAudio{width:92px}}.chatAttachmentButton{color:#c9ffda;cursor:pointer;touch-action:manipulation;background:0 0;border:0;border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;padding:0;font-size:21px;display:grid}.chatAttachmentButton:hover,.chatAttachmentButton:active{background:#28e86f21}.chatAttachmentButton:disabled{opacity:.4;cursor:default}.chatHiddenFileInput{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.chatImageUploadStatus{color:#d7ffe3;background:#0c301bf5;border:1px solid #28e86f38;border-radius:13px;align-items:center;gap:9px;min-height:38px;margin:0 4px 7px;padding:8px 11px;font-size:12px;display:flex}.chatImageUploadSpinner{border:2px solid #ffffff3d;border-top-color:var(--morph-green-bright);border-radius:50%;flex:0 0 15px;width:15px;height:15px;animation:.8s linear infinite chatImageSpin}@keyframes chatImageSpin{to{transform:rotate(360deg)}}.chatImageButton{cursor:zoom-in;background:0 0;border:0;border-radius:12px;max-width:100%;padding:0;display:block;overflow:hidden}.chatImage{object-fit:cover;border-radius:12px;width:min(260px,64vw);max-height:360px;display:block}.chatImageLoading{color:#e0ffe9ad;background:#ffffff0b;border-radius:12px;place-items:center;width:min(240px,60vw);min-height:140px;font-size:12px;display:grid}.chatImageViewer{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000ed;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.chatImageViewer img{object-fit:contain;border-radius:12px;max-width:96vw;max-height:90dvh;display:block;box-shadow:0 20px 70px #0000008c}.chatImageViewerClose{z-index:2;top:max(16px, env(safe-area-inset-top));color:#fff;background:#081f12eb;border:1px solid #ffffff26;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;font-size:30px;line-height:1;display:grid;position:fixed;right:16px}@media (width<=480px){.chatImage{width:min(230px,61vw);max-height:320px}.chatAttachmentButton{flex-basis:36px;width:36px;height:36px;font-size:19px}}.chatImageButton{position:relative}.chatImageErrorText{text-align:center;color:#e0ffe9b8;min-width:180px;padding:22px 18px;font-size:12px;display:none}.chatImageButton.chatImageFailed .chatImageErrorText{display:block}.chatMessageMenuEdit{color:#bfffd2!important}.chatEditedLabel{color:#c6ffd8ad;font-style:italic}.chatEditBanner{border-left:3px solid var(--morph-green-bright,#28e86f);background:#0a2a18f7;border-radius:11px;align-items:center;gap:10px;min-height:48px;margin:0 4px 7px;padding:8px 9px 8px 11px;display:flex;box-shadow:0 7px 20px #0003}.chatEditBannerIcon{width:30px;height:30px;color:var(--morph-green-bright,#28e86f);background:#28e86f24;border-radius:50%;flex:0 0 30px;place-items:center;font-size:17px;display:grid}.chatEditBannerCopy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.chatEditBannerCopy strong{color:#bfffd2;font-size:12px}.chatEditBannerCopy span{color:#e6ffedb8;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.chatEditCancelButton{color:#ebfff1c7;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;padding:0;font-size:25px;line-height:1;display:grid}.chatEditCancelButton:hover,.chatEditCancelButton:active{background:#ffffff14}.chatSendButtonEditing{background:linear-gradient(145deg, var(--morph-green-bright,#28e86f), #159c4c);color:#06150b;font-size:22px;font-weight:900;box-shadow:0 6px 17px #28e86f42}.chatMessageMenu{max-height:min(330px,55dvh);overflow:hidden auto}.chatMessageMenuOwn{inset:auto 0 calc(100% + 7px) auto}.chatMessageMenuEdit{align-items:center;gap:9px;min-height:44px;font-weight:800;color:#bfffd2!important;display:flex!important}.chatMessageMenuEdit strong{color:inherit;font:inherit}.chatMessageMenuEdit:hover,.chatMessageMenuEdit:active{background:#28e86f21!important}@media (width<=600px){.chatMessageMenu{min-width:176px}}.chatBubbleActionsButton{z-index:6;color:#f0fff5db;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#0000001f;border:0;border-radius:50%;place-items:center;width:30px;height:30px;padding:0;font-size:22px;line-height:1;display:grid;position:absolute;top:4px;right:4px}.chatBubbleActionsButton:active{background:#0000003d;transform:scale(.92)}.chatBubble>p{padding-right:22px}.chatMessageMenu{z-index:50}@media (width<=600px){.chatBubbleActionsButton{width:34px;height:34px;top:2px;right:2px}.chatBubble>p{padding-right:28px}}.chatBubbleDeleted{cursor:default;opacity:.74;min-width:150px;box-shadow:none;background:#163a23c7;border:1px solid #d2ffe01a}.chatBubbleOwn.chatBubbleDeleted{background:#15653a9e}.chatDeletedMessage{color:#e2f4e8ad;align-items:center;gap:8px;min-height:26px;padding:2px 2px 1px;font-size:13px;display:flex}.chatDeletedMessage em{font-style:italic}.chatDeletedMessageIcon{background:#ffffff12;border-radius:50%;flex:0 0 22px;place-items:center;width:22px;height:22px;font-size:13px;display:grid}.chatDeleteOverlay{z-index:10020;-webkit-backdrop-filter:blur(7px);background:#000000b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.chatDeleteDialog{color:#effff4;background:linear-gradient(160deg,#0f391ffc,#05190dfc);border:1px solid #34eb7433;border-radius:22px;width:min(390px,100vw - 34px);padding:22px;box-shadow:0 24px 80px #0000008f}.chatDeleteDialogIcon{color:#ff8490;background:#ff4a5b21;border-radius:50%;place-items:center;width:48px;height:48px;margin-bottom:14px;font-size:25px;display:grid}.chatDeleteDialog h2{margin:0;font-size:21px;line-height:1.2}.chatDeleteDialog>p{color:#e5ffedb3;margin:9px 0 16px;font-size:13px;line-height:1.48}.chatDeletePreview{color:#effff4db;overflow-wrap:anywhere;background:#ffffff0b;border-left:3px solid #28e86fb3;border-radius:9px;max-height:92px;padding:11px 13px;font-size:13px;line-height:1.42;overflow:hidden}.chatDeleteDialogActions{justify-content:flex-end;gap:9px;margin-top:20px;display:flex}.chatDeleteDialogActions button{min-height:42px;font:inherit;cursor:pointer;touch-action:manipulation;border:0;border-radius:12px;padding:0 16px;font-size:13px;font-weight:800}.chatDeleteDialogActions button:disabled{opacity:.58;cursor:wait}.chatDeleteCancelButton{color:#dfffe9;background:#ffffff12}.chatDeleteConfirmButton{color:#fff;background:linear-gradient(145deg,#ff5d6d,#c92f43);box-shadow:0 7px 18px #dc2c423d}@media (width<=480px){.chatDeleteOverlay{align-items:end;padding:12px}.chatDeleteDialog{border-radius:22px 22px 16px 16px;width:100%;padding:20px}.chatDeleteDialogActions{flex-direction:column-reverse}.chatDeleteDialogActions button{width:100%;min-height:48px}}.chatHeaderMenuAdmin{align-items:center;gap:9px;color:#8dffaf!important;display:flex!important}.chatAuditOverlay{z-index:11000;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#000000d1;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.chatAuditPanel{color:#effff4;background:linear-gradient(#0d301bfc,#04140bfe);border:1px solid #2eff7d3d;border-radius:22px;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(880px,96vw);height:min(760px,92dvh);display:grid;overflow:hidden;box-shadow:0 28px 90px #0000009e,inset 0 0 0 1px #ffffff06}.chatAuditHeader{background:#092514f5;border-bottom:1px solid #2eff7d24;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px 17px;display:flex}.chatAuditHeader h2{color:#fff;margin:3px 0 2px;font-size:23px;line-height:1.15}.chatAuditHeader p{color:#e1ffeaa8;margin:0;font-size:13px}.chatAuditEyebrow{color:var(--morph-green-bright,#2eff7d);letter-spacing:.14em;font-size:10px;font-weight:900}.chatAuditCloseButton{color:#fff;cursor:pointer;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;padding:0;font-size:28px;line-height:1;display:grid}.chatAuditToolbar{background:#05190df5;border-bottom:1px solid #2eff7d1a;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;display:flex}.chatAuditFilters{scrollbar-width:none;align-items:center;gap:7px;min-width:0;display:flex;overflow-x:auto}.chatAuditFilters::-webkit-scrollbar{display:none}.chatAuditFilter,.chatAuditRefreshButton{color:#ebfff1c2;white-space:nowrap;cursor:pointer;background:#ffffff09;border:1px solid #2eff7d29;border-radius:999px;min-height:34px;padding:7px 12px;font-size:12px;font-weight:800}.chatAuditFilterActive{color:#8dffaf;background:#2eff7d26;border-color:#2eff7d7a}.chatAuditRefreshButton{color:#8dffaf;border-color:#2eff7d52;flex:none}.chatAuditRefreshButton:disabled{opacity:.55;cursor:default}.chatAuditBody{overscroll-behavior:contain;min-height:0;padding:12px;overflow-y:auto}.chatAuditEvent{background:#ffffff09;border:1px solid #fff1;border-radius:15px;grid-template-columns:42px minmax(0,1fr);gap:11px;margin-bottom:10px;padding:13px;display:grid}.chatAuditEvent:last-child{margin-bottom:0}.chatAuditEventIcon{color:#73ff9e;background:#2eff7d1f;border-radius:13px;place-items:center;width:42px;height:42px;font-size:19px;font-weight:900;display:grid}.chatAuditEventIcon-message-deleted{color:#ff8585;background:#ff57571f}.chatAuditEventIcon-message-edited{color:#ffd46a;background:#ffcc501f}.chatAuditEventIcon-moderation-action{color:#96bdff;background:#72a9ff24}.chatAuditEventContent{min-width:0}.chatAuditEventHeading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.chatAuditEventHeading strong{color:#fff;font-size:14px}.chatAuditEventHeading time{color:#e1ffea85;flex:none;font-size:10px}.chatAuditEventMeta{color:#e1ffea9e;flex-wrap:wrap;gap:5px 12px;margin-top:5px;font-size:11px;display:flex}.chatAuditEventMeta b{color:#e1ffeadb}.chatAuditPreview{color:#f5fff8e0;overflow-wrap:anywhere;white-space:pre-wrap;background:#0000002e;border-left:3px solid #2eff7d75;border-radius:4px 10px 10px 4px;margin:10px 0 0;padding:9px 11px;font-size:12px;line-height:1.42;overflow:hidden}.chatAuditChange{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.chatAuditChange>div{background:#0000002e;border-radius:11px;min-width:0;padding:9px 10px}.chatAuditChange span{color:#74ff9e;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:900;display:block}.chatAuditChange p{color:#f5fff8db;overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:12px;line-height:1.4}.chatAuditTarget{color:#e1ffeaa6;margin-top:8px;font-size:11px}.chatAuditTarget strong{color:#fff}.chatAuditEmpty,.chatAuditError{color:#e1ffeaa6;text-align:center;border:1px dashed #2eff7d33;border-radius:15px;place-items:center;min-height:160px;padding:24px;display:grid}.chatAuditError{color:#ff9a9a;border-color:#ff5c5c4d}.chatAuditFooter{padding:10px 16px calc(10px + env(safe-area-inset-bottom));color:#e1ffea80;text-align:center;background:#05190df7;border-top:1px solid #2eff7d1a;font-size:10px}@media (width<=620px){.chatAuditOverlay{align-items:end;padding:0}.chatAuditPanel{border-bottom:0;border-left:0;border-right:0;border-radius:22px 22px 0 0;width:100%;height:92dvh}.chatAuditHeader{padding:16px 16px 13px}.chatAuditHeader h2{font-size:20px}.chatAuditToolbar{align-items:flex-start;padding:9px 10px}.chatAuditBody{padding:9px}.chatAuditEvent{grid-template-columns:36px minmax(0,1fr);gap:9px;padding:11px}.chatAuditEventIcon{border-radius:11px;width:36px;height:36px;font-size:17px}.chatAuditEventHeading{flex-direction:column;align-items:flex-start;gap:3px}.chatAuditChange{grid-template-columns:1fr}}.chatAuditDeletedContent{background:#4a0a1052;border:1px solid #ff626233;border-left:4px solid #ff6262;border-radius:12px;margin-top:14px;padding:12px 14px}.chatAuditDeletedContent>span{color:#ff9d9d;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.chatAuditDeletedContent p{color:#fff;white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.chatAuditDeletedContent small{color:#ffffff94;margin-top:9px;font-size:11px;display:block}.chatAuditImageButton{cursor:zoom-in;background:#0003;border:0;border-radius:12px;width:100%;padding:0;display:block;overflow:hidden}.chatAuditImage{object-fit:contain;background:#0000004d;width:100%;max-height:360px;display:block}.chatAuditAudio{width:100%;min-width:0;margin-top:4px;display:block}.chatModerationOverlay{z-index:10020;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#000000d1;align-items:end;display:grid;position:fixed;inset:0}.chatModerationPanel{background:#062614;border:1px solid #28e86f40;border-radius:28px 28px 0 0;flex-direction:column;width:min(760px,100%);max-height:92dvh;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 -18px 70px #0009}.chatModerationHeader{background:linear-gradient(#0a3a20,#082c19);border-bottom:1px solid #28e86f2e;justify-content:space-between;gap:18px;padding:28px 26px 22px;display:flex}.chatModerationEyebrow{color:#3cff7e;letter-spacing:.14em;font-size:12px;font-weight:900}.chatModerationHeader h2{color:#fff;margin:8px 0 4px;font-size:27px}.chatModerationHeader p{color:#e7ffefa6;margin:0}.chatModerationCloseButton{color:#fff;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:50%;flex:0 0 52px;width:52px;height:52px;font-size:31px}.chatModerationToolbar{border-bottom:1px solid #28e86f24;gap:10px;padding:14px 16px;display:flex}.chatModerationToolbar input{color:#fff;background:#00000038;border:1px solid #28e86f38;border-radius:14px;flex:1;min-width:0;padding:12px 15px;font-size:15px}.chatModerationToolbar button,.chatModerationActions button{color:#dfffe8;background:#28e86f1a;border:1px solid #28e86f47;border-radius:12px;font-weight:800}.chatModerationToolbar button{padding:0 16px}.chatModerationError{color:#ffb3b3;background:#600c1459;border:1px solid #ff5c5c4d;border-radius:12px;margin:12px 16px 0;padding:11px 13px}.chatModerationBody{padding:14px 15px calc(22px + env(safe-area-inset-bottom));overflow-y:auto}.chatModerationMember{background:#ffffff09;border:1px solid #28e86f24;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-bottom:12px;padding:15px;display:grid}.chatModerationIdentity{align-items:center;gap:12px;min-width:0;display:flex}.chatModerationAvatar{color:#fff;background:#0a4627;border:1px solid #28e86f47;border-radius:50%;flex:0 0 46px;place-items:center;width:46px;height:46px;font-weight:900;display:grid;overflow:hidden}.chatModerationAvatar img{object-fit:cover;width:100%;height:100%}.chatModerationIdentity strong,.chatModerationIdentity span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chatModerationIdentity strong{color:#fff}.chatModerationIdentity span{color:#dfffe894;margin-top:3px;font-size:12px}.chatModerationStatus{white-space:nowrap;border-radius:999px;align-self:center;padding:6px 9px;font-size:11px;font-weight:900}.chatModerationStatusActive{color:#6dff9f;background:#28e86f1f}.chatModerationStatusMuted{color:#ffd27a;background:#ffbe4624}.chatModerationStatusBanned{color:#f99;background:#ff525229}.chatModerationStatusAdmin{color:#a6cbff;background:#5aa0ff24}.chatModerationActions{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.chatModerationActions button{min-height:38px;padding:8px 12px}.chatModerationActions button:disabled{opacity:.45}.chatModerationActions .chatModerationDangerButton{color:#faa;background:#ff525221;border-color:#ff525261}.chatModerationActions .chatModerationSafeButton{color:#b8d6ff;background:#5aa0ff1f;border-color:#5aa0ff59}.chatModerationEmpty{text-align:center;color:#dfffe894;padding:40px 20px}@media (width>=780px){.chatModerationOverlay{align-items:center;padding:28px}.chatModerationPanel{border-radius:28px}}.chatQuotedReply{width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;touch-action:manipulation;background:#00000029;border:0;border-left:3px solid #34ef78;border-radius:5px 9px 9px 5px;flex-direction:column;margin:0 0 7px;padding:7px 38px 7px 9px;display:flex}.chatQuotedReply strong,.chatQuotedReply span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.chatQuotedReply strong{color:#59ff91;font-size:12px;font-weight:900}.chatQuotedReply span{color:#ecfff2bd;margin-top:2px;font-size:12px}.chatReplyBanner{background:#09301af7;border:1px solid #28e86f38;border-left:4px solid #35ef79;border-radius:13px;align-items:center;gap:10px;margin:0 4px 7px;padding:9px 10px;display:flex}.chatReplyBannerIcon{color:#52ff8b;background:#28e86f1f;border-radius:50%;flex:0 0 29px;place-items:center;width:29px;height:29px;font-size:18px;font-weight:900;display:grid}.chatReplyBannerCopy{flex:1;min-width:0}.chatReplyBannerCopy strong,.chatReplyBannerCopy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chatReplyBannerCopy strong{color:#5cff94;font-size:12px}.chatReplyBannerCopy span{color:#e8ffefad;margin-top:2px;font-size:12px}.chatReplyCancelButton{color:#ffffffc2;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;padding:0;font-size:25px;display:grid}.chatMessageMenuReply{color:#dfffe8}.chatMessageMenuReply span{color:#55ff8f}.chatMessageRowHighlighted .chatBubble{animation:1.8s ease-out chatReplyHighlight}@keyframes chatReplyHighlight{0%,30%{box-shadow:0 0 0 3px #3eff806b,0 0 24px #3eff8047}to{box-shadow:none}}.chatMessageMenuWrapper{isolation:isolate}.chatBubbleGestureSurface{--chat-swipe-offset:0px;transform:translate3d(var(--chat-swipe-offset), 0, 0);touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;cursor:default;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s}.chatBubbleGestureSurface.chatBubbleSwiping{transition:none}.chatBubbleGestureSurface p{-webkit-user-select:text;user-select:text}.chatSwipeReplyCue{z-index:0;color:#61ff99;opacity:0;pointer-events:none;background:#083a1ff2;border:1px solid #46ff844d;border-radius:50%;place-items:center;width:34px;height:34px;font-size:20px;font-weight:900;transition:opacity .12s,transform .12s,background .12s,color .12s;display:grid;position:absolute;top:50%;left:-37px;transform:translateY(-50%)}.chatMessageRowOwn .chatSwipeReplyCue{left:-37px}.chatSwipeReplyCueReady{color:#042512;background:#26e86f;box-shadow:0 0 22px #26e86f61}.chatDoubleTapHeartBurst{z-index:12;pointer-events:none;filter:drop-shadow(0 8px 18px #00000059);font-size:54px;animation:.65s ease-out forwards chatDoubleTapHeartBurst;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes chatDoubleTapHeartBurst{0%{opacity:0;transform:translate(-50%,-50%)scale(.35)}24%{opacity:1;transform:translate(-50%,-50%)scale(1.22)}60%{opacity:1;transform:translate(-50%,-58%)scale(1)}to{opacity:0;transform:translate(-50%,-82%)scale(.78)}}@media (hover:hover) and (pointer:fine){.chatBubbleGestureSurface:hover{box-shadow:0 10px 22px #00000038,0 0 0 1px #34ff7c14}}.chatTelegramReactionBar{background:#061e11fa;border-bottom:1px solid #28e86f24;justify-content:space-between;align-items:center;gap:2px;padding:7px 7px 6px;display:flex}.chatTelegramQuickReaction,.chatTelegramMoreReactions{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;padding:0;font-size:22px;line-height:1;transition:transform .12s,background .12s,box-shadow .12s;display:grid}.chatTelegramQuickReaction:hover,.chatTelegramQuickReaction:active,.chatTelegramMoreReactions:hover,.chatTelegramMoreReactions:active{background:#28e86f21;transform:scale(1.1)}.chatTelegramQuickReactionActive{background:#28e86f38;box-shadow:inset 0 0 0 1px #41ff8480,0 0 16px #28e86f29}.chatTelegramMoreReactions{color:#aaffc4;background:#28e86f14;border:1px solid #28e86f38;font-size:25px;font-weight:400}.chatReactionSheetOverlay{z-index:10040;-webkit-backdrop-filter:blur(7px);background:#000000c2;align-items:end;display:grid;position:fixed;inset:0}.chatReactionSheet{background:linear-gradient(#0c361efc,#051d10fe);border:1px solid #28e86f38;border-radius:26px 26px 0 0;width:min(620px,100%);max-height:min(78dvh,690px);margin:0 auto;animation:.19s ease-out chatReactionSheetEnter;overflow:hidden;box-shadow:0 -20px 65px #00000094}@keyframes chatReactionSheetEnter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.chatReactionSheetHandle{background:#e4ffec4d;border-radius:999px;width:42px;height:4px;margin:9px auto 2px}.chatReactionSheetHeader{justify-content:space-between;align-items:center;gap:14px;padding:12px 18px 13px;display:flex}.chatReactionSheetHeader>div{min-width:0}.chatReactionSheetHeader span,.chatReactionSheetHeader strong{display:block}.chatReactionSheetHeader span{color:#4cff86;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:900}.chatReactionSheetHeader strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:min(430px,70vw);font-size:15px;font-weight:700;overflow:hidden}.chatReactionSheetHeader>button{color:#fff;background:#ffffff0e;border:1px solid #ffffff1f;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;padding:0;font-size:27px;line-height:1;display:grid}.chatReactionCategoryTabs{scrollbar-width:none;border-top:1px solid #28e86f1c;border-bottom:1px solid #28e86f1c;gap:7px;padding:8px 14px 10px;display:flex;overflow-x:auto}.chatReactionCategoryTab{background:0 0;border:0;border-radius:12px;flex:0 0 43px;place-items:center;width:43px;height:38px;padding:0;font-size:21px;transition:transform .12s,background .12s;display:grid}.chatReactionCategoryTabActive{background:#28e86f2e;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #28e86f40}.chatReactionEmojiGrid{overscroll-behavior:contain;grid-template-columns:repeat(8,minmax(0,1fr));gap:4px;max-height:42dvh;padding:12px 13px 8px;display:grid;overflow-y:auto}.chatReactionEmojiButton{aspect-ratio:1;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:13px;place-items:center;min-width:0;padding:0;font-size:clamp(24px,7vw,31px);line-height:1;transition:transform .12s,background .12s,box-shadow .12s;display:grid}.chatReactionEmojiButton:hover,.chatReactionEmojiButton:active{background:#28e86f1f;transform:scale(1.12)}.chatReactionEmojiButtonActive{background:#28e86f38;box-shadow:inset 0 0 0 1px #41ff8473}.chatReactionSheetHint{padding:9px 16px calc(13px + env(safe-area-inset-bottom));color:#ddffe785;text-align:center;border-top:1px solid #28e86f1a;margin:0;font-size:11px}@media (width<=520px){.chatMessageMenu{min-width:286px}.chatTelegramReactionBar{gap:1px}.chatTelegramQuickReaction,.chatTelegramMoreReactions{flex-basis:37px;width:37px;height:37px}.chatReactionEmojiGrid{grid-template-columns:repeat(7,minmax(0,1fr))}}@media (width<=380px){.chatMessageMenu{min-width:268px}.chatTelegramQuickReaction,.chatTelegramMoreReactions{flex-basis:34px;width:34px;height:34px;font-size:20px}.chatReactionEmojiGrid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (width>=720px){.chatReactionSheetOverlay{align-items:center;padding:24px}.chatReactionSheet{border-radius:26px}}.chatReactionSheet{max-height:min(82dvh,760px)}.chatReactionCategoryTabs{overscroll-behavior-x:contain;scrollbar-width:none;overflow-x:auto}.chatReactionCategoryTabs::-webkit-scrollbar{display:none}.chatReactionCategoryTab{flex:0 0 54px}.chatReactionEmojiGrid{overscroll-behavior:contain;scrollbar-width:thin;grid-template-columns:repeat(6,minmax(0,1fr));max-height:48dvh;padding-bottom:18px;overflow-y:auto}.chatReactionEmojiButton{min-height:52px;font-size:31px}@media (width<=420px){.chatReactionEmojiGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;max-height:46dvh}.chatReactionEmojiButton{min-height:48px;font-size:28px}}@media (width<=720px){.chatMessageMenu:not(.chatMessageMenuOwn){inset:auto auto calc(100% + 7px) 0!important}.chatMessageMenuWrapper:has(.chatMessageMenu){z-index:120}}.chatPinnedBar{align-items:stretch;gap:0;padding:0;display:flex}.chatPinnedMessageButton{width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:4px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 14px;display:grid}.chatPinnedMessageButton:hover,.chatPinnedMessageButton:focus-visible{background:#30ff780f;outline:none}.chatPinnedCopy{min-width:0}.chatPinnedCopy strong,.chatPinnedCopy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chatPinnedUnpinButton{color:#ebfff3d1;background:#092718cc;border:1px solid #4dff8b2e;border-radius:50%;align-self:center;width:38px;height:38px;margin-right:8px;font-size:25px;line-height:1}.chatMessageMenuPin{color:#78ffac!important}.chatTopicManagerBackdrop{z-index:1000;padding-top:max(20px, env(safe-area-inset-top));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000a05c2;place-items:end center;display:grid;position:fixed;inset:0}.chatTopicManager{color:#f4fff7;background:linear-gradient(#0c4326fa,#021d10fc);border:1px solid #30ff794d;border-bottom:0;border-radius:30px 30px 0 0;width:min(720px,100%);max-height:min(90dvh,860px);overflow:hidden;box-shadow:0 -24px 70px #0000007a}.chatTopicManagerHeader{border-bottom:1px solid #36ff7e2e;justify-content:space-between;align-items:flex-start;gap:20px;padding:26px 28px 22px;display:flex}.chatTopicManagerHeader span{color:#4dff8f;letter-spacing:.16em;margin-bottom:7px;font-size:12px;font-weight:900;display:block}.chatTopicManagerHeader h2{margin:0;font-size:clamp(28px,7vw,40px);line-height:1.05}.chatTopicManagerHeader p{color:#e7ffefa6;margin:8px 0 0}.chatTopicManagerHeader>button{color:#fff;background:#ffffff0f;border:1px solid #ffffff21;border-radius:50%;flex:0 0 52px;place-items:center;width:52px;height:52px;font-size:32px;display:grid}.chatTopicCreateForm{border-bottom:1px solid #36ff7e26;gap:14px;padding:22px 24px;display:grid}.chatTopicCreateRow{grid-template-columns:88px minmax(0,1fr);gap:12px;display:grid}.chatTopicCreateForm label{gap:7px;display:grid}.chatTopicCreateForm label>span{color:#e6ffeeb8;font-size:13px;font-weight:800}.chatTopicCreateForm input{color:#fff;width:100%;height:52px;font:inherit;background:#000f089e;border:1px solid #44ff843d;border-radius:15px;outline:none;padding:0 15px}.chatTopicCreateForm input:focus{border-color:#42ff82b3;box-shadow:0 0 0 3px #28e86c1a}.chatTopicIconField input{text-align:center;padding:0;font-size:25px}.chatTopicCreateButton{color:#031b0d;background:linear-gradient(135deg,#38ef7d,#17c85e);border:0;border-radius:16px;height:52px;font-size:17px;font-weight:900;box-shadow:0 12px 30px #25e76c2e}.chatTopicManagerError{color:#ffb4ba;background:#5f11186b;border:1px solid #ff6e7859;border-radius:14px;margin:14px 24px 0;padding:12px 14px}.chatTopicManagerList{max-height:42dvh;padding:18px 22px calc(22px + env(safe-area-inset-bottom));overscroll-behavior:contain;gap:10px;display:grid;overflow-y:auto}.chatTopicManagerItem{background:#082a19bf;border:1px solid #4aff8b29;border-radius:18px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:13px;min-width:0;padding:13px;display:grid}.chatTopicManagerItemIcon{background:#19cb5b1f;border:1px solid #3aff7e42;border-radius:50%;place-items:center;width:52px;height:52px;font-size:25px;display:grid}.chatTopicManagerItemCopy{min-width:0}.chatTopicManagerItemCopy strong,.chatTopicManagerItemCopy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chatTopicManagerItemCopy strong{font-size:17px}.chatTopicManagerItemCopy span{color:#e4ffec91;margin-top:3px;font-size:13px}.chatTopicProtectedBadge,.chatTopicDeleteButton{text-align:center;border-radius:12px;min-width:72px;padding:10px 12px;font-weight:900}.chatTopicProtectedBadge{color:#66ff9e;background:#24cd6321}.chatTopicDeleteButton{color:#ff9da5;background:#6e1d2347;border:1px solid #ff6f7854}@media (width>=721px){.chatTopicManagerBackdrop{align-items:center;padding:24px}.chatTopicManager{border-bottom:1px solid #30ff794d;border-radius:30px}}@media (width<=480px){.chatTopicManagerHeader{padding:22px 20px 18px}.chatTopicCreateForm{padding:18px}.chatTopicManagerList{padding-left:14px;padding-right:14px}.chatTopicManagerItem{grid-template-columns:46px minmax(0,1fr) auto;gap:10px}.chatTopicManagerItemIcon{width:46px;height:46px}}.chatMessageSearchPanel{z-index:90;background:linear-gradient(#08321dfa,#052215fa);border-bottom:1px solid #3fff812e;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 14px;display:grid;position:relative;box-shadow:0 12px 28px #00000038}.chatMessageSearchClose,.chatMessageSearchNavigation button{color:#effff4;background:#0d492bb8;border:1px solid #43ff853d;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;font-size:20px;font-weight:900;display:grid}.chatMessageSearchClose:hover,.chatMessageSearchNavigation button:hover:not(:disabled){background:#14683bd1;border-color:#43ff8594}.chatMessageSearchField{background:#01160dad;border:1px solid #43ff8540;border-radius:21px;align-items:center;gap:9px;min-width:0;min-height:42px;padding:0 13px;display:flex}.chatMessageSearchField:focus-within{border-color:#39ff7eb8;box-shadow:0 0 0 3px #23ed6a1a}.chatMessageSearchField input{color:#f4fff7;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;padding:10px 0;font-size:15px}.chatMessageSearchField input::placeholder{color:#e6f5ea7a}.chatMessageSearchCount{color:#e6f5eab3;text-align:center;min-width:48px;font-size:13px;font-weight:800}.chatMessageSearchNavigation{gap:6px;display:flex}.chatMessageSearchNavigation button:disabled{cursor:default;opacity:.32}@media (width<=720px){.chatMessageSearchPanel{grid-template-columns:auto minmax(0,1fr) auto;gap:7px;padding:9px 8px}.chatMessageSearchCount{z-index:3;background:#042013f0;border:1px solid #3fff812e;border-radius:12px;min-width:45px;padding:3px 7px;font-size:11px;position:absolute;bottom:-22px;right:97px}.chatMessageSearchClose,.chatMessageSearchNavigation button{width:36px;height:36px}.chatMessageSearchNavigation{gap:4px}}.chatPageMobileOnly{overscroll-behavior:none;touch-action:pan-y;height:var(--morph-app-height,100dvh)!important;min-height:0!important}@media (pointer:coarse),(width<=720px){.app.appChatMode>.chatPage,.chatPage,.chatPageMobileOnly{width:100%;height:var(--morph-app-height,100dvh)!important;min-height:0!important;padding:0!important}.app.appChatMode .chatPage>.chatShell,.chatShell{width:100%;height:100%;min-height:0;overflow:hidden;flex-direction:column!important;display:flex!important}.chatTopBar{min-height:calc(58px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);flex:none;order:1}.chatMessageSearchPanel{flex:none;order:2}.chatChannelNavigation,.app.appChatMode .chatShell>.chatChannelNavigation{background:#031f12fa;border-bottom:1px solid #30ff7921;flex:none;order:3;min-height:66px;overflow:hidden;border-right:0!important;width:100%!important;height:auto!important}.chatChannelScroller{scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;flex-direction:row;align-items:center;gap:4px;width:100%;height:auto;padding:5px 8px 7px;display:flex;overflow:auto hidden}.chatRailBrand{display:none!important}.chatChannelButton{scroll-snap-align:center;border-radius:12px;flex:none;gap:2px;width:auto;min-width:64px;min-height:54px;padding:4px 8px}.chatChannelIcon{flex-basis:30px;width:30px;height:30px;font-size:18px}.chatChannelName{text-overflow:ellipsis;white-space:nowrap;max-width:78px;font-size:10px;line-height:1.1;overflow:hidden}.chatChannelButtonActive:before{border-radius:999px;width:auto;height:3px;inset:auto 8px -3px}.chatPinnedBar,.app.appChatMode .chatShell>.chatPinnedBar{flex:none;order:4;min-height:48px;padding:7px 12px}.chatSignedInBar{display:none!important}.chatConversation,.app.appChatMode .chatShell>.chatConversation{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;flex:auto;order:5;min-height:0;padding:10px 8px 12px}.chatTypingIndicator{flex:none;order:6}.chatStatusMessage,.chatAnnouncementLockNotice{flex:none;order:7}.chatComposer,.app.appChatMode .chatShell>.chatComposer{padding:7px 8px calc(7px + env(safe-area-inset-bottom));background:#041d11fb;border-top:1px solid #31ff791f;flex:none;order:8}.chatComposerField{border-radius:25px;min-height:50px}.chatComposer textarea{min-height:45px;max-height:112px;line-height:1.3;font-size:16px!important}.chatComposerIconButton,.chatAttachmentButton,.chatSendButton,.chatHeaderCircleButton{touch-action:manipulation;min-width:44px;min-height:44px}.chatMessageRow{gap:6px}.chatMessageMenuWrapper{max-width:84%}.chatBubble{border-radius:17px 17px 17px 5px;max-width:100%;padding:9px 11px 7px}.chatBubbleOwn{border-radius:17px 17px 5px}.chatBubble p{font-size:15px;line-height:1.34}.chatUserAvatar{flex-basis:34px;width:34px;height:34px}.chatMessageMenu,.chatMessageMenuOwn,.chatMessageMenu:not(.chatMessageMenuOwn){padding:8px 8px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(#0e3420fe,#05190ffe);border-bottom:0;border-left:0;border-right:0;border-radius:24px 24px 0 0;animation:.18s ease-out morphMobileSheetUp;overflow-y:auto;box-shadow:0 -24px 70px #0000009e;z-index:10030!important;width:100%!important;min-width:0!important;max-width:none!important;max-height:min(72dvh,620px)!important;position:fixed!important;inset:auto 0 0!important}.chatMessageMenu>button{border-radius:12px;width:100%;min-height:52px;padding:13px 16px;font-size:16px}.chatTelegramQuickReactionBar{min-height:62px;padding:8px 6px}.chatTelegramQuickReaction,.chatTelegramMoreReactions{min-width:46px;min-height:46px}.chatHeaderMenu{width:min(280px,100vw - 16px);max-height:min(70dvh,560px);top:calc(100% + 6px);right:8px;overflow-y:auto}.chatHeaderMenu button{min-height:50px;font-size:15px}.chatReactionSheet,.chatTopicManager,.chatAuditPanel,.chatModerationPanel{padding-bottom:env(safe-area-inset-bottom);width:100%!important;max-width:none!important;max-height:calc(var(--morph-app-height,100dvh) - env(safe-area-inset-top) - 12px)!important;border-radius:24px 24px 0 0!important}.chatDeleteDialog{width:calc(100% - 24px);max-width:420px;margin-bottom:calc(12px + env(safe-area-inset-bottom))}.chatImageViewer,.chatImageViewerBackdrop{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}@keyframes morphMobileSheetUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (width>=721px) and (hover:hover) and (pointer:fine){.chatPageMobileOnly{border-left:1px solid #2fff7824;border-right:1px solid #2fff7824;margin:0 auto;box-shadow:0 0 70px #000000a6;width:430px!important;max-width:430px!important}}:root{--morph-topic-rail-width:86px;--morph-chat-header-height:62px;--morph-chat-safe-bottom:max(20px, env(safe-area-inset-bottom,0px))}.app.appChatMode,.app.appChatMode>.chatPage,.chatPage.chatPageMobileOnly{width:100%!important;height:var(--morph-app-height,100dvh)!important;background:#020a06!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.app.appChatMode .chatPage>.chatShell,.chatPageMobileOnly>.chatShell{grid-template-columns:var(--morph-topic-rail-width) minmax(0, 1fr)!important;grid-template-rows:calc(var(--morph-chat-header-height) + env(safe-area-inset-top,0px)) auto minmax(0, 1fr) auto auto auto!important;background:linear-gradient(#01140bd1,#010e08f0),radial-gradient(circle at 78% 10%,#27e86f1c,#0000 34%),repeating-linear-gradient(135deg,#48ff8505 0 1px,#0000 1px 20px),#020d07!important;border:0!important;border-radius:0!important;grid-template-areas:"header header""rail pinned""rail conversation""rail typing""rail status""composer composer"!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;display:grid!important;position:relative!important;overflow:hidden!important}.app.appChatMode .chatShell>.chatTopBar,.chatPageMobileOnly .chatTopBar{z-index:40!important;width:100%!important;min-width:0!important;min-height:0!important;padding:env(safe-area-inset-top,0px) 8px 0!important;-webkit-backdrop-filter:blur(18px)!important;background:#032313fb!important;border:0!important;border-bottom:1px solid #32ff7921!important;grid-area:header!important;justify-content:space-between!important;align-items:center!important;display:flex!important;position:relative!important}.chatTopBarLeft{gap:8px!important;min-width:0!important}.chatTopBarActions{flex:none!important;gap:5px!important}.chatHeaderCircleButton{color:#f4fff7!important;background:#0a3e22b8!important;border:1px solid #3fff8221!important;border-radius:50%!important;flex:0 0 44px!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important}.chatHeaderBackButton{font-size:25px!important}.chatHeaderSearchButton{font-size:20px!important}.app.appChatMode .chatGroupAvatar,.chatPageMobileOnly .chatGroupAvatar{color:#37f87c!important;background:#0a3d22db!important;border:1px solid #37ff7ca8!important;border-radius:50%!important;flex:0 0 46px!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;font-size:35px!important;line-height:1!important}.app.appChatMode .chatHeaderInfo h1,.chatPageMobileOnly .chatHeaderInfo h1{color:#fff!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:min(42vw,180px)!important;font-size:18px!important;font-weight:850!important;line-height:1.12!important;overflow:hidden!important}.app.appChatMode .chatHeaderStatus,.chatPageMobileOnly .chatHeaderStatus{color:#e0efe5ad!important;margin-top:3px!important;font-size:11px!important}.chatMessageSearchPanel{z-index:90!important;grid-area:unset!important;min-height:calc(var(--morph-chat-header-height) + env(safe-area-inset-top,0px))!important;padding:env(safe-area-inset-top,0px) 8px 0!important;background:#032313fe!important;position:absolute!important;top:0!important;left:0!important;right:0!important}.app.appChatMode .chatShell>.chatChannelNavigation,.chatPageMobileOnly .chatChannelNavigation{z-index:8!important;width:var(--morph-topic-rail-width)!important;min-width:var(--morph-topic-rail-width)!important;max-width:var(--morph-topic-rail-width)!important;background:#021b0ef7!important;border:0!important;border-right:1px solid #31ff781f!important;grid-area:rail!important;height:100%!important;min-height:0!important;display:block!important;position:relative!important;overflow:hidden!important}.app.appChatMode .chatChannelNavigation>.chatChannelScroller,.chatPageMobileOnly .chatChannelScroller{overscroll-behavior-y:contain!important;scroll-snap-type:y proximity!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex-direction:column!important;align-items:stretch!important;gap:4px!important;width:100%!important;height:100%!important;min-height:0!important;padding:8px 5px 10px!important;display:flex!important;overflow:hidden auto!important}.chatPageMobileOnly .chatChannelScroller::-webkit-scrollbar{display:none!important}.app.appChatMode .chatChannelScroller>.chatChannelButton,.chatPageMobileOnly .chatChannelButton{color:#e5f2e9d1!important;scroll-snap-align:start!important;background:0 0!important;border:0!important;border-radius:14px!important;flex-direction:column!important;flex:none!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:100%!important;min-width:0!important;min-height:72px!important;margin:0!important;padding:5px 2px!important;display:flex!important;position:relative!important}.app.appChatMode .chatChannelScroller>.chatChannelButtonActive,.chatPageMobileOnly .chatChannelButtonActive{color:#48ff8a!important;background:#23e86921!important}.app.appChatMode .chatChannelScroller>.chatChannelButtonActive:before,.chatPageMobileOnly .chatChannelButtonActive:before{content:""!important;background:#2ff77c!important;border-radius:0 999px 999px 0!important;width:4px!important;height:auto!important;position:absolute!important;top:9px!important;bottom:9px!important;left:-5px!important;box-shadow:0 0 12px #2ff77cc2!important}.app.appChatMode .chatChannelButton .chatChannelIcon,.chatPageMobileOnly .chatChannelIcon{background:#2cff7412!important;border-radius:50%!important;flex:0 0 39px!important;width:39px!important;min-width:39px!important;height:39px!important;min-height:39px!important;font-size:22px!important}.app.appChatMode .chatChannelButton .chatChannelName,.chatPageMobileOnly .chatChannelName{width:100%!important;max-width:76px!important;color:inherit!important;text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:10px!important;font-weight:780!important;line-height:1.08!important;display:-webkit-box!important;overflow:hidden!important}.app.appChatMode .chatShell>.chatPinnedBar,.chatPageMobileOnly .chatPinnedBar{z-index:15!important;background:#082e1bf5!important;border:1px solid #3eff821c!important;border-radius:11px!important;grid-area:pinned!important;width:auto!important;min-width:0!important;min-height:48px!important;margin:5px 7px 4px!important;padding:0!important;position:relative!important}.chatPinnedMessageButton{min-height:46px!important}.app.appChatMode .chatShell>.chatConversation,.chatPageMobileOnly .chatConversation{overscroll-behavior-y:contain!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;background:linear-gradient(#02150ca3,#010e08d6),radial-gradient(circle at 70% 18%,#2cff740d,#0000 40%),repeating-linear-gradient(45deg,#41ff8104 0 1px,#0000 1px 18px)!important;grid-area:conversation!important;width:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:8px 7px 12px!important;display:block!important;position:relative!important;overflow:hidden auto!important}.chatMessageRow{gap:5px!important;margin-bottom:8px!important}.chatMessageMenuWrapper{max-width:88%!important}.chatBubble{background:#123723fa!important;border-radius:14px 14px 14px 4px!important;max-width:100%!important;padding:8px 10px 6px!important;box-shadow:0 4px 13px #00000029!important}.chatBubbleOwn{background:linear-gradient(145deg,#1b8f4cfa,#13703cfa)!important;border-radius:14px 14px 4px!important}.chatUserAvatar{flex:0 0 32px!important;width:32px!important;height:32px!important}.app.appChatMode .chatShell>.chatComposer,.chatPageMobileOnly .chatComposer{z-index:35!important;width:100%!important;min-width:0!important;padding:7px 8px var(--morph-chat-safe-bottom)!important;background:#021c0ffe!important;border:0!important;border-top:1px solid #30ff791c!important;grid-area:composer!important;margin:0!important;display:block!important;position:relative!important}.app.appChatMode .chatComposerField,.chatPageMobileOnly .chatComposerField{background:#113e27f7!important;border:1px solid #4cff8b21!important;border-radius:26px!important;align-items:flex-end!important;width:100%!important;min-height:50px!important;margin:0!important;padding:4px!important;display:flex!important;box-shadow:0 8px 25px #0000002e!important}.app.appChatMode .chatComposer textarea,.chatPageMobileOnly .chatComposer textarea{color:#f4fff7!important;min-width:0!important;min-height:42px!important;max-height:112px!important;padding:10px 5px 8px!important;font-size:16px!important;line-height:1.28!important}.chatComposerIconButton,.chatAttachmentButton,.chatSendButton,.chatVoiceButton{flex:0 0 42px!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important}.chatSendButton,.chatVoiceButton{color:#021108!important;background:linear-gradient(145deg,#2bea72,#17a955)!important}.chatTypingIndicator{grid-area:typing!important}.chatStatusMessage,.chatAnnouncementLockNotice{grid-area:status!important}.chatMessageMenu,.chatMessageMenuOwn,.chatMessageMenu:not(.chatMessageMenuOwn){z-index:10030!important;width:100%!important;min-width:0!important;max-width:none!important;max-height:min(76dvh,650px)!important;padding:8px 8px max(16px, env(safe-area-inset-bottom,0px))!important;background:linear-gradient(#0d3721fe,#03180d)!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:24px 24px 0 0!important;position:fixed!important;inset:auto 0 0!important;overflow-y:auto!important;box-shadow:0 -24px 70px #000000a3!important}@media (width>=721px){.app.appChatMode>.chatPage,.chatPage.chatPageMobileOnly{width:min(100vw,430px)!important;max-width:430px!important;margin:0 auto!important}.app.appChatMode .chatPage>.chatShell,.chatPageMobileOnly>.chatShell{grid-template-columns:var(--morph-topic-rail-width) minmax(0, 1fr)!important}}@media (width<=380px){:root{--morph-topic-rail-width:78px}.chatHeaderCircleButton{flex-basis:40px!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important}.app.appChatMode .chatGroupAvatar,.chatPageMobileOnly .chatGroupAvatar{flex-basis:42px!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important}.app.appChatMode .chatHeaderInfo h1,.chatPageMobileOnly .chatHeaderInfo h1{max-width:110px!important}}.chatTopicManagerItemActions{flex-direction:column;flex:none;align-items:stretch;gap:6px;min-width:78px;display:flex}.chatTopicEditButton,.chatTopicDeleteButton,.chatTopicEditActions button{touch-action:manipulation;border-radius:12px;min-height:42px;padding:9px 13px;font-size:13px;font-weight:850}.chatTopicEditButton{color:#69ff9e;background:#1fc05b21;border:1px solid #43ff865c}.chatTopicManagerItemEditing{background:#08341dfa!important;border-color:#3eff824d!important;padding:12px!important;display:block!important}.chatTopicEditForm{gap:11px;width:100%;display:grid}.chatTopicEditTopRow{grid-template-columns:74px minmax(0,1fr);gap:10px;display:grid}.chatTopicEditForm label{gap:6px;min-width:0;display:grid}.chatTopicEditForm label>span{color:#dcf0e3b8;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:800}.chatTopicEditForm input{color:#f3fff7;background:#01180ce6;border:1px solid #48ff8b33;border-radius:12px;outline:none;width:100%;min-width:0;min-height:46px;padding:10px 12px;font-size:16px}.chatTopicEditForm input:focus{border-color:#39f77cc7;box-shadow:0 0 0 3px #2bea721f}.chatTopicEditActions{grid-template-columns:1fr 1.35fr;gap:9px;display:grid}.chatTopicEditActions button{color:#eaf7ee;background:#e1efe60f;border:1px solid #e0eee52e}.chatTopicEditActions .chatTopicEditSaveButton{color:#021108;background:linear-gradient(145deg,#29e873,#169e50);border-color:#2cee707a}@media (width<=380px){.chatTopicManagerItemActions{min-width:70px}.chatTopicEditTopRow{grid-template-columns:68px minmax(0,1fr)}}.chatBubbleActionsButton{display:none!important}.chatBubble>p,.chatBubble p{word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important;padding-right:0!important}.chatMessageContent{width:auto!important;max-width:92%!important}.chatMessageMenuWrapper{width:fit-content!important;min-width:78px!important;max-width:100%!important}.chatBubble{box-sizing:border-box!important;width:max-content!important;min-width:78px!important;max-width:100%!important}:is(.chatBubble:has(.chatImageButton),.chatBubble:has(.chatImageLoading),.chatBubble:has(.chatVoiceMessage),.chatBubble:has(.chatQuotedReply)){width:auto!important}.chatBubbleDeleted{min-width:150px!important}.chatBubbleMeta{white-space:nowrap!important;min-width:max-content!important}@media (width<=720px),(pointer:coarse){.chatMessageMenuWrapper,.chatBubble{min-width:78px!important}}.app.appChatMode .chatShell>.chatPinnedBar,.chatPageMobileOnly .chatPinnedBar{width:auto!important;min-width:0!important;min-height:52px!important;box-shadow:none!important;background:#062b18fb!important;border:0!important;border-bottom:1px solid #4bff8d21!important;border-radius:0!important;grid-template-columns:none!important;align-items:center!important;gap:0!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important}.app.appChatMode .chatPinnedMessageButton,.chatPageMobileOnly .chatPinnedMessageButton{width:auto!important;min-width:0!important;min-height:52px!important;color:inherit!important;text-align:left!important;touch-action:manipulation!important;background:0 0!important;border:0!important;border-radius:0!important;flex:auto!important;grid-template-columns:3px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;margin:0!important;padding:7px 8px 7px 11px!important;display:grid!important}.app.appChatMode .chatPinnedAccent,.chatPageMobileOnly .chatPinnedAccent{background:var(--morph-green,#27e675)!important;border-radius:999px!important;width:3px!important;height:38px!important}.app.appChatMode .chatPinnedCopy,.chatPageMobileOnly .chatPinnedCopy{gap:2px!important;min-width:0!important;display:grid!important;overflow:hidden!important}.app.appChatMode .chatPinnedCopy strong,.chatPageMobileOnly .chatPinnedCopy strong{color:var(--morph-green-bright,#52ff91)!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important;font-weight:800!important;line-height:1.15!important;display:block!important;overflow:hidden!important}.app.appChatMode .chatPinnedCopy span,.chatPageMobileOnly .chatPinnedCopy span{color:#f2fff7e0!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important;font-weight:500!important;line-height:1.2!important;display:block!important;overflow:hidden!important}.chatPinnedDismissButton{color:#e7f7edc7!important;touch-action:manipulation!important;background:0 0!important;border:0!important;border-radius:0!important;flex:0 0 46px!important;place-items:center!important;width:46px!important;min-width:46px!important;height:52px!important;min-height:52px!important;margin:0!important;padding:0!important;font-size:27px!important;font-weight:400!important;line-height:1!important;display:grid!important}.chatPinnedDismissButton:active{background:#40ff8414!important}.chatPinnedUnpinButton,.chatPinnedIcon{display:none!important}.app.appChatMode .chatShell>.chatPinnedBar,.chatPageMobileOnly .chatPinnedBar{grid-template-columns:none!important;align-items:center!important;gap:0!important;min-height:54px!important;display:flex!important}.app.appChatMode .chatPinnedMessageButton,.chatPageMobileOnly .chatPinnedMessageButton{grid-template-columns:5px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-height:54px!important;padding:7px 6px 7px 11px!important;display:grid!important}.chatPinnedStack{flex-direction:column;justify-content:center;align-self:stretch;gap:2px;width:4px;min-width:4px;height:40px;margin:auto 0;display:flex}.chatPinnedStackSegment{background:#4bff8d42;border-radius:999px;flex:1 1 0;width:4px;min-height:3px;transition:background .14s,box-shadow .14s,transform .14s;display:block;overflow:hidden}.chatPinnedStackSegmentActive{background:var(--morph-green-bright,#52ff91);transform:scaleX(1.15);box-shadow:0 0 8px #36ff7e85}.chatPinnedListButton,.chatPinnedDismissButton{color:#e8f8eed1!important;touch-action:manipulation!important;background:0 0!important;border:0!important;border-radius:0!important;place-items:center!important;height:54px!important;min-height:54px!important;margin:0!important;padding:0!important;display:grid!important}.chatPinnedListButton{position:relative;flex:0 0 48px!important;width:48px!important;min-width:48px!important;font-size:19px!important}.chatPinnedListButton small{background:var(--morph-green-bright,#52ff91);color:#03140a;border:2px solid #062b18fb;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:950;line-height:1;display:grid;position:absolute;top:8px;right:5px}.chatPinnedDismissButton{flex:0 0 40px!important;width:40px!important;min-width:40px!important;font-size:26px!important}.chatPinnedListButton:active,.chatPinnedDismissButton:active{background:#40ff8414!important}.chatPinnedListBackdrop{z-index:10030;-webkit-backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.chatPinnedListSheet{width:min(100%,520px);max-height:min(82dvh,720px);padding:8px 10px max(16px, env(safe-area-inset-bottom,0px));background:linear-gradient(#0b3b22,#02170c);border:1px solid #45ff882b;border-bottom:0;border-radius:24px 24px 0 0;overflow:hidden;box-shadow:0 -26px 76px #000000ad}.chatPinnedListHandle{background:#dfeee44d;border-radius:999px;width:42px;height:5px;margin:0 auto 8px}.chatPinnedListHeader{justify-content:space-between;align-items:center;gap:12px;padding:6px 4px 12px;display:flex}.chatPinnedListHeader>div{gap:2px;min-width:0;display:grid}.chatPinnedListHeader span{color:var(--morph-green-bright,#52ff91);letter-spacing:.12em;font-size:10px;font-weight:900}.chatPinnedListHeader h2,.chatPinnedListHeader p{margin:0}.chatPinnedListHeader h2{color:#f4fff7;font-size:22px}.chatPinnedListHeader p{color:#dceee29e;font-size:11px}.chatPinnedListHeader>button{color:#f5fff8;background:#0a3f23c2;border:1px solid #41ff8426;border-radius:50%;place-items:center;width:44px;min-width:44px;height:44px;padding:0;font-size:25px;display:grid}.chatPinnedList{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;gap:6px;max-height:min(61dvh,520px);padding:2px 0 8px;display:grid;overflow-y:auto}.chatPinnedListItem{color:#effbf3;text-align:left;touch-action:manipulation;background:#e1f1e70b;border:1px solid #43ff861a;border-radius:14px;grid-template-columns:3px minmax(0,1fr) 26px;align-items:center;gap:11px;width:100%;min-height:66px;padding:9px 9px 9px 11px;display:grid}.chatPinnedListItemActive{background:#27dc661a;border-color:#3fff8459}.chatPinnedListItemAccent{background:#4aff8b57;border-radius:999px;width:3px;height:42px}.chatPinnedListItemActive .chatPinnedListItemAccent{background:var(--morph-green-bright,#52ff91);box-shadow:0 0 8px #36ff7e61}.chatPinnedListItemCopy{gap:3px;min-width:0;display:grid}.chatPinnedListItemCopy strong,.chatPinnedListItemCopy span,.chatPinnedListItemCopy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chatPinnedListItemCopy strong{color:var(--morph-green-bright,#52ff91);font-size:13px}.chatPinnedListItemCopy span{color:#f4fff8e6;font-size:13px}.chatPinnedListItemCopy small{color:#d6e9dc80;font-size:10px}.chatPinnedListItemArrow{color:#ddf1e48c;text-align:center;font-size:28px;line-height:1}.chatPinnedListFooter{border-top:1px solid #41ff841a;padding-top:8px}.chatPinnedListFooter button{color:#ffadb3;background:#8c1e272e;border:1px solid #ff687140;border-radius:13px;width:100%;min-height:48px;font-size:14px;font-weight:850}@media (width<=360px){.chatPinnedListButton{flex-basis:43px!important;width:43px!important;min-width:43px!important}.chatPinnedDismissButton{flex-basis:36px!important;width:36px!important;min-width:36px!important}}.app.appChatMode{--tg-chat-bg:#0e1511;--tg-chat-panel:#17211b;--tg-chat-panel-raised:#1b2720;--tg-chat-panel-hover:#213029;--tg-chat-own:#245138;--tg-chat-own-hover:#295c40;--tg-chat-border:#2a3930;--tg-chat-border-strong:#35473b;--tg-chat-text:#f3f6f4;--tg-chat-secondary:#a4afa8;--tg-chat-muted:#77847c;--tg-chat-accent:#29d86b;--tg-chat-accent-hover:#3ae678;--tg-chat-accent-soft:#29d86b1f;--tg-chat-danger:#ef6b6b;--tg-chat-shadow:0 1px 2px #0000002e, 0 7px 22px #00000014;--tg-chat-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color:var(--tg-chat-text)!important;background:var(--tg-chat-bg)!important;font-family:var(--tg-chat-font)!important;letter-spacing:0!important;font-size:14px!important;line-height:1.42!important}.app.appChatMode *,.app.appChatMode :before,.app.appChatMode :after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--tg-chat-font)!important}.app.appChatMode .chatPage{color:var(--tg-chat-text)!important;background:var(--tg-chat-bg)!important}.app.appChatMode .chatPage>.chatShell{background:var(--tg-chat-bg)!important;box-shadow:none!important;border:0!important;border-radius:0!important;grid-template-rows:60px auto minmax(0,1fr) auto auto auto!important;grid-template-columns:88px minmax(0,1fr)!important}.app.appChatMode .chatShell>.chatChannelNavigation{border-right:1px solid var(--tg-chat-border)!important;background:#111b16!important;width:88px!important;min-width:88px!important;max-width:88px!important}.app.appChatMode .chatChannelNavigation>.chatChannelScroller{gap:3px!important;padding:7px 5px 18px!important}.app.appChatMode .chatRailBrand{background:var(--tg-chat-accent-soft)!important;width:44px!important;height:44px!important;color:var(--tg-chat-accent)!important;box-shadow:none!important;border:1px solid #29d86b6b!important;flex-basis:44px!important;margin:2px auto 7px!important;font-size:19px!important;font-weight:600!important}.app.appChatMode .chatChannelScroller>.chatChannelButton{min-height:62px!important;color:var(--tg-chat-secondary)!important;border-radius:10px!important;gap:3px!important;padding:5px 2px!important;font-size:10px!important;font-weight:500!important;transition:color .15s,background-color .15s!important}.app.appChatMode .chatChannelScroller>.chatChannelButton:hover{background:var(--tg-chat-panel-hover)!important;color:var(--tg-chat-text)!important}.app.appChatMode .chatChannelScroller>.chatChannelButtonActive{background:var(--tg-chat-accent-soft)!important;color:var(--tg-chat-accent)!important}.app.appChatMode .chatChannelScroller>.chatChannelButtonActive:before{background:var(--tg-chat-accent)!important;width:3px!important;box-shadow:none!important;top:9px!important;bottom:9px!important;left:-5px!important}.app.appChatMode .chatChannelButton .chatChannelIcon{width:34px!important;height:34px!important;color:inherit!important;background:#ffffff0b!important;flex-basis:34px!important;font-size:18px!important}.app.appChatMode .chatChannelButtonActive .chatChannelIcon{background:#29d86b24!important}.app.appChatMode .chatChannelButton .chatChannelName{letter-spacing:0!important;font-size:9px!important;font-weight:500!important;line-height:1.12!important}.app.appChatMode .chatTopBar{border-bottom:1px solid var(--tg-chat-border)!important;min-height:60px!important;box-shadow:none!important;-webkit-backdrop-filter:blur(18px)!important;background:#17211bf7!important;padding:7px 10px!important}.app.appChatMode .chatTopBarLeft{gap:9px!important}.app.appChatMode .chatGroupAvatar{background:var(--tg-chat-accent-soft)!important;width:42px!important;height:42px!important;color:var(--tg-chat-accent)!important;box-shadow:none!important;border:0!important;flex-basis:42px!important;font-size:21px!important}.app.appChatMode .chatHeaderInfo h1{color:var(--tg-chat-text)!important;letter-spacing:-.014em!important;font-size:16px!important;font-weight:600!important;line-height:1.22!important}.app.appChatMode .chatHeaderStatus{color:var(--tg-chat-secondary)!important;margin-top:1px!important;font-size:11px!important;font-weight:400!important}.app.appChatMode .chatHeaderOnline{background:var(--tg-chat-accent)!important;width:6px!important;height:6px!important}.app.appChatMode :where(.chatRefreshButton,.chatHeaderCircleButton,.chatHeaderBackButton,.chatHeaderSearchButton){width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;color:var(--tg-chat-secondary)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:50%!important;padding:0!important;font-size:18px!important}.app.appChatMode :where(.chatRefreshButton,.chatHeaderCircleButton,.chatHeaderBackButton,.chatHeaderSearchButton):hover{background:var(--tg-chat-panel-hover)!important;color:var(--tg-chat-text)!important}.app.appChatMode :where(.chatHeaderMenu,.chatMessageSearchPanel){border:1px solid var(--tg-chat-border)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#1b2720fc!important;border-radius:12px!important;box-shadow:0 16px 44px #00000061!important}.app.appChatMode .chatHeaderMenu button{border-color:var(--tg-chat-border)!important;min-height:44px!important;color:var(--tg-chat-text)!important;background:0 0!important;font-size:13px!important;font-weight:500!important}.app.appChatMode .chatHeaderMenu button:hover{background:var(--tg-chat-panel-hover)!important}.app.appChatMode .chatHeaderMenuAdmin{color:var(--tg-chat-accent)!important}.app.appChatMode .chatMessageSearchField{border:1px solid var(--tg-chat-border)!important;min-height:42px!important;color:var(--tg-chat-text)!important;box-shadow:none!important;background:#111a15!important;border-radius:10px!important;font-size:14px!important}.app.appChatMode .chatMessageSearchField:focus{border-color:var(--tg-chat-accent)!important;box-shadow:0 0 0 3px var(--tg-chat-accent-soft)!important}.app.appChatMode .chatPinnedBar{border:1px solid var(--tg-chat-border)!important;background:var(--tg-chat-panel)!important;min-height:48px!important;box-shadow:none!important;border-radius:10px!important;gap:8px!important;margin:5px 7px 4px!important;padding:7px 9px!important}.app.appChatMode .chatPinnedAccent{background:var(--tg-chat-accent)!important;width:3px!important;height:31px!important}.app.appChatMode .chatPinnedCopy strong{color:var(--tg-chat-accent)!important;font-size:11px!important;font-weight:600!important}.app.appChatMode .chatPinnedCopy span{color:var(--tg-chat-text)!important;font-size:12px!important;font-weight:400!important}.app.appChatMode :where(.chatPinnedMessageButton,.chatPinnedListButton,.chatPinnedDismissButton,.chatPinnedUnpinButton){color:var(--tg-chat-secondary)!important;box-shadow:none!important;background:0 0!important;border:0!important}.app.appChatMode .chatConversation{background:radial-gradient(circle at 18% 0%, #29d86b09, transparent 28%), var(--tg-chat-bg)!important;scrollbar-color:var(--tg-chat-border-strong) transparent!important;padding:8px 9px 14px!important}.app.appChatMode .chatDateSeparator{margin:8px 0 11px!important}.app.appChatMode .chatDateSeparator span{color:var(--tg-chat-secondary)!important;box-shadow:none!important;background:#222f27eb!important;border:1px solid #ffffff09!important;padding:4px 9px!important;font-size:10px!important;font-weight:500!important}.app.appChatMode .chatMessageRow{gap:6px!important;margin-bottom:5px!important}.app.appChatMode .chatUserAvatar{background:var(--tg-chat-accent-soft)!important;width:30px!important;height:30px!important;color:var(--tg-chat-accent)!important;box-shadow:none!important;border:0!important;flex-basis:30px!important;font-size:11px!important;font-weight:600!important}.app.appChatMode .chatMessageContent{max-width:min(78%,660px)!important}.app.appChatMode .chatSenderIdentity{gap:4px!important;margin:0 7px 3px!important}.app.appChatMode .chatSenderName{color:var(--tg-chat-accent)!important;font-size:11px!important;font-weight:600!important}.app.appChatMode .chatSenderUsername{color:var(--tg-chat-muted)!important;font-size:10px!important;font-weight:400!important}.app.appChatMode .chatRoleBadge{min-height:17px!important;color:var(--tg-chat-accent)!important;letter-spacing:.04em!important;background:0 0!important;border:1px solid #29d86b52!important;padding:2px 5px!important;font-size:8px!important;font-weight:600!important}.app.appChatMode .chatBubble{background:var(--tg-chat-panel-raised)!important;color:var(--tg-chat-text)!important;box-shadow:none!important;border:0!important;border-radius:14px 14px 14px 4px!important;padding:8px 10px 6px!important}.app.appChatMode .chatBubbleOwn{background:var(--tg-chat-own)!important;border-radius:14px 14px 4px!important}.app.appChatMode .chatBubbleButton:hover{background:var(--tg-chat-panel-hover)!important}.app.appChatMode .chatBubbleOwn.chatBubbleButton:hover{background:var(--tg-chat-own-hover)!important}.app.appChatMode .chatBubble p{color:inherit!important;letter-spacing:0!important;font-size:14px!important;font-weight:400!important;line-height:1.42!important}.app.appChatMode .chatBubbleMeta{color:#dde7e18c!important;gap:3px!important;margin-top:3px!important;font-size:9px!important;font-weight:400!important}.app.appChatMode .chatMessageTick{color:#7be6a0!important}.app.appChatMode .chatEditedLabel{color:inherit!important;font-weight:400!important}.app.appChatMode .chatDeletedMessage{font-style:italic;color:var(--tg-chat-secondary)!important;font-size:13px!important}.app.appChatMode .chatQuotedReply{border-left:3px solid var(--tg-chat-accent)!important;background:#0000001f!important;border-radius:7px!important;margin-bottom:6px!important;padding:6px 8px!important}.app.appChatMode .chatQuotedReply strong{color:var(--tg-chat-accent)!important;font-size:10px!important;font-weight:600!important}.app.appChatMode .chatQuotedReply span{color:var(--tg-chat-secondary)!important;font-size:11px!important}.app.appChatMode .chatImageButton,.app.appChatMode .chatImage{border-radius:10px!important}.app.appChatMode .chatVoiceMessage{gap:8px!important;min-width:190px!important}.app.appChatMode .chatVoiceButton{background:var(--tg-chat-accent)!important;color:#07110a!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;box-shadow:none!important;border:0!important}.app.appChatMode .chatVoiceWaveform span{background:#e5f1e9a6!important}.app.appChatMode .chatMessageMenu{border:1px solid var(--tg-chat-border)!important;background:#1b2720fc!important;border-radius:11px!important;min-width:158px!important;box-shadow:0 14px 38px #00000061!important}.app.appChatMode .chatMessageMenu>button{border-bottom:1px solid var(--tg-chat-border)!important;min-height:42px!important;color:var(--tg-chat-text)!important;background:0 0!important;padding:9px 12px!important;font-size:13px!important;font-weight:500!important}.app.appChatMode .chatMessageMenu>button:last-child{border-bottom:0!important}.app.appChatMode .chatMessageMenu>button:hover{background:var(--tg-chat-panel-hover)!important}.app.appChatMode .chatMessageMenuDelete{color:var(--tg-chat-danger)!important}.app.appChatMode .chatMessageReactions{gap:3px!important;margin-top:3px!important}.app.appChatMode .chatReactionButton{border:1px solid var(--tg-chat-border)!important;background:var(--tg-chat-panel)!important;min-height:25px!important;color:var(--tg-chat-text)!important;box-shadow:none!important;padding:2px 7px!important;font-size:13px!important}.app.appChatMode .chatReactionButtonActive{background:var(--tg-chat-accent-soft)!important;border-color:#29d86b80!important}.app.appChatMode .chatReactionCount{color:var(--tg-chat-secondary)!important;font-size:10px!important;font-weight:500!important}.app.appChatMode .chatTypingIndicator{min-height:23px!important;color:var(--tg-chat-accent)!important;background:var(--tg-chat-bg)!important;padding:0 12px!important;font-size:10px!important}.app.appChatMode .chatStatusMessage{color:#e7bc65!important;background:var(--tg-chat-bg)!important;padding:4px 12px!important;font-size:10px!important}.app.appChatMode .chatComposer{padding:7px 8px max(8px, env(safe-area-inset-bottom,0px))!important;border-top:1px solid var(--tg-chat-border)!important;box-shadow:none!important;background:#0e1511fa!important}.app.appChatMode .chatComposerField{border:1px solid var(--tg-chat-border)!important;background:var(--tg-chat-panel)!important;min-height:50px!important;box-shadow:none!important;border-radius:25px!important;padding:4px!important}.app.appChatMode .chatComposer textarea{min-height:40px!important;max-height:126px!important;color:var(--tg-chat-text)!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:10px 6px 8px!important;font-size:15px!important;font-weight:400!important;line-height:1.35!important}.app.appChatMode .chatComposer textarea::placeholder{color:var(--tg-chat-muted)!important}.app.appChatMode :where(.chatComposerIconButton,.chatAttachmentButton){width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;color:var(--tg-chat-secondary)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:50%!important;flex-basis:40px!important;font-size:21px!important}.app.appChatMode :where(.chatComposerIconButton,.chatAttachmentButton):hover{color:var(--tg-chat-text)!important;background:#ffffff0b!important}.app.appChatMode .chatSendButton{background:var(--tg-chat-accent)!important;color:#07110a!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;box-shadow:none!important;border:0!important;flex-basis:40px!important;font-size:17px!important}.app.appChatMode .chatSendButton:hover:not(:disabled){background:var(--tg-chat-accent-hover)!important}.app.appChatMode :where(.chatReplyBanner,.chatEditBanner,.chatVoiceRecorder){border-color:var(--tg-chat-border)!important;background:var(--tg-chat-panel)!important;color:var(--tg-chat-text)!important;box-shadow:none!important}.app.appChatMode :where(.chatReplyBannerCopy strong,.chatEditBannerCopy strong){color:var(--tg-chat-accent)!important;font-size:11px!important;font-weight:600!important}.app.appChatMode :where(.chatReplyBannerCopy span,.chatEditBannerCopy span){color:var(--tg-chat-secondary)!important;font-size:11px!important}.app.appChatMode :where(.chatEmojiPicker,.chatReactionSheet,.chatPinnedListSheet,.chatTopicManager,.chatModerationPanel,.chatAuditPanel,.chatDeleteDialog){border:1px solid var(--tg-chat-border)!important;color:var(--tg-chat-text)!important;background:#17211bfe!important;box-shadow:0 20px 56px #0000007a!important}.app.appChatMode :where(.chatReactionSheetOverlay,.chatPinnedListBackdrop,.chatTopicManagerBackdrop,.chatModerationOverlay,.chatAuditOverlay,.chatDeleteOverlay){-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important;background:#00000094!important}.app.appChatMode :where(.chatReactionSheetHandle,.chatPinnedListHandle){background:var(--tg-chat-border-strong)!important}.app.appChatMode :where(.chatReactionSheetHeader,.chatPinnedListHeader,.chatTopicManagerHeader,.chatModerationHeader,.chatAuditHeader){border-color:var(--tg-chat-border)!important;background:0 0!important}.app.appChatMode :where(.chatReactionCategoryTab,.chatAuditFilter){border-color:var(--tg-chat-border)!important;color:var(--tg-chat-secondary)!important;background:0 0!important;font-size:12px!important;font-weight:500!important}.app.appChatMode :where(.chatReactionCategoryTabActive,.chatAuditFilterActive){background:var(--tg-chat-accent-soft)!important;color:var(--tg-chat-accent)!important;border-color:#29d86b73!important}.app.appChatMode :where(.chatTopicManagerItem,.chatModerationMember,.chatAuditEvent,.chatPinnedListItem){border-color:var(--tg-chat-border)!important;background:var(--tg-chat-panel)!important;box-shadow:none!important}.app.appChatMode :where(.chatTopicCreateForm input,.chatTopicCreateForm textarea,.chatTopicEditForm input,.chatTopicEditForm textarea,.chatModerationToolbar input,.chatAuditToolbar input){border:1px solid var(--tg-chat-border)!important;color:var(--tg-chat-text)!important;box-shadow:none!important;background:#111a15!important;border-radius:9px!important;font-size:14px!important}.app.appChatMode :where(.chatTopicCreateForm input,.chatTopicCreateForm textarea,.chatTopicEditForm input,.chatTopicEditForm textarea,.chatModerationToolbar input,.chatAuditToolbar input):focus{border-color:var(--tg-chat-accent)!important;box-shadow:0 0 0 3px var(--tg-chat-accent-soft)!important}.app.appChatMode .chatStateCard{border:1px solid var(--tg-chat-border)!important;background:var(--tg-chat-panel)!important;max-width:320px!important;color:var(--tg-chat-secondary)!important;box-shadow:none!important;border-radius:13px!important;margin:40px auto!important;padding:18px!important}@media (width>=760px){.app.appChatMode .chatPage>.chatShell{grid-template-columns:174px minmax(0,1fr)!important}.app.appChatMode .chatShell>.chatChannelNavigation{width:174px!important;min-width:174px!important;max-width:174px!important}.app.appChatMode .chatChannelScroller>.chatChannelButton{text-align:left!important;flex-direction:row!important;justify-content:flex-start!important;gap:9px!important;min-height:48px!important;padding:6px 9px!important}.app.appChatMode .chatChannelButton .chatChannelName{text-align:left!important;white-space:nowrap!important;font-size:12px!important;display:block!important}.app.appChatMode .chatMessageContent{max-width:min(70%,660px)!important}}@media (width<=480px){.app.appChatMode .chatPage>.chatShell{grid-template-rows:56px auto minmax(0,1fr) auto auto auto!important;grid-template-columns:80px minmax(0,1fr)!important}.app.appChatMode .chatShell>.chatChannelNavigation{width:80px!important;min-width:80px!important;max-width:80px!important}.app.appChatMode .chatTopBar{min-height:56px!important;padding:6px 7px!important}.app.appChatMode .chatGroupAvatar{flex-basis:38px!important;width:38px!important;height:38px!important}.app.appChatMode .chatHeaderInfo h1{font-size:15px!important}.app.appChatMode .chatHeaderStatus{font-size:10px!important}.app.appChatMode .chatConversation{padding:7px 6px 11px!important}.app.appChatMode .chatMessageContent{max-width:88%!important}.app.appChatMode .chatBubble{padding:7px 9px 5px!important}.app.appChatMode .chatBubble p{font-size:13.5px!important}.app.appChatMode .chatComposer{padding-left:6px!important;padding-right:6px!important}.app.appChatMode .chatComposer textarea{font-size:16px!important}}body:has(.app.appChatMode){overflow:hidden!important}.app.appChatMode .bottomNav{display:none!important}body:has(.app.appChatMode) .bottomNav{display:none!important}.app.appChatMode,.app.appChatMode>.chatPage{width:100%!important;height:100dvh!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.app.appChatMode .chatPage>.chatShell{grid-template-rows:60px auto minmax(0,1fr) auto auto 0!important;width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important}.app.appChatMode .chatShell>.chatConversation{min-height:0!important;padding-bottom:92px!important;scroll-padding-bottom:92px!important;overflow-y:auto!important}.app.appChatMode .chatComposer{z-index:99999!important;width:100vw!important;max-width:100vw!important;min-height:72px!important;padding:8px 8px max(10px, env(safe-area-inset-bottom,0px)) 8px!important;box-sizing:border-box!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;background:#0e1511!important;border-top:1px solid #2a3930!important;margin:0!important;display:block!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow:visible!important;transform:none!important;box-shadow:0 -5px 18px #00000038!important}body:has(.app.appChatMode) .chatComposer{z-index:99999!important;width:100vw!important;max-width:100vw!important;min-height:72px!important;padding:8px 8px max(10px, env(safe-area-inset-bottom,0px)) 8px!important;box-sizing:border-box!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;background:#0e1511!important;border-top:1px solid #2a3930!important;margin:0!important;display:block!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow:visible!important;transform:none!important;box-shadow:0 -5px 18px #00000038!important}.app.appChatMode .chatComposerField{box-sizing:border-box!important;visibility:visible!important;opacity:1!important;background:#17211b!important;border:1px solid #2a3930!important;border-radius:27px!important;align-items:flex-end!important;gap:2px!important;width:100%!important;min-width:0!important;min-height:52px!important;margin:0!important;padding:5px!important;display:flex!important;overflow:hidden!important}.app.appChatMode .chatComposer textarea{resize:none!important;color:#f3f6f4!important;visibility:visible!important;opacity:1!important;background:0 0!important;border:0!important;outline:0!important;flex:1 1 0!important;width:0!important;min-width:0!important;min-height:42px!important;max-height:128px!important;margin:0!important;padding:10px 6px 8px!important;font-size:16px!important;display:block!important}.app.appChatMode .chatComposer :where(.chatComposerIconButton,.chatAttachmentButton,.chatImageUploadButton,.chatSendButton,.chatSendButtonMic,.chatVoiceButton){visibility:visible!important;opacity:1!important;pointer-events:auto!important;border:0!important;border-radius:50%!important;flex:0 0 40px!important;place-items:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;margin:0!important;padding:0!important;display:grid!important}.app.appChatMode .chatComposer .chatSendButton,.app.appChatMode .chatComposer .chatSendButtonMic{color:#07110a!important;background:#29d86b!important}body>form.chatComposer{z-index:99999!important;width:100vw!important;max-width:100vw!important;height:auto!important;min-height:0!important;max-height:190px!important;padding:7px max(8px, env(safe-area-inset-right,0px)) max(9px, env(safe-area-inset-bottom,0px)) max(8px, env(safe-area-inset-left,0px))!important;box-sizing:border-box!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;background:#05170dfe!important;border:0!important;border-top:1px solid #28e86f38!important;border-radius:0!important;flex-direction:column!important;justify-content:flex-end!important;margin:0!important;display:flex!important;position:fixed!important;inset:auto 0 0!important;overflow:visible!important;transform:none!important;box-shadow:0 -5px 18px #0000003d!important}body>form.chatComposer>.chatComposerField{width:100%!important;max-width:100%!important;height:auto!important;min-height:52px!important;max-height:150px!important;box-shadow:none!important;box-sizing:border-box!important;background:#172b1e!important;border:1px solid #28e86f2e!important;border-radius:27px!important;flex-flow:row!important;justify-content:flex-start!important;align-items:center!important;gap:2px!important;margin:0!important;padding:5px!important;display:flex!important;position:relative!important;overflow:hidden!important}body>form.chatComposer .chatComposerIconButton{order:1!important}body>form.chatComposer .chatAttachmentButton{order:2!important}body>form.chatComposer textarea{resize:none!important;color:#f3f6f4!important;width:0!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:40px!important;max-height:126px!important;font:inherit!important;text-align:left!important;box-shadow:none!important;box-sizing:border-box!important;visibility:visible!important;opacity:1!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important;flex:1 1 0!important;order:3!important;margin:0!important;padding:10px 6px 8px!important;font-size:16px!important;line-height:1.3!important;display:block!important;position:static!important;overflow:hidden auto!important;transform:none!important}body>form.chatComposer textarea::placeholder{color:#87958d!important;opacity:1!important}body>form.chatComposer .chatSendButton{order:4!important}body>form.chatComposer :where(.chatComposerIconButton,.chatAttachmentButton,.chatImageUploadButton,.chatSendButton,.chatSendButtonMic,.chatVoiceButton){box-sizing:border-box!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;border:0!important;border-radius:50%!important;flex:0 0 40px!important;place-items:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;margin:0!important;padding:0!important;display:grid!important;position:static!important;inset:auto!important;overflow:visible!important;transform:none!important}body>form.chatComposer :where(.chatComposerIconButton,.chatAttachmentButton,.chatImageUploadButton,.chatVoiceButton){color:#b8c8be!important;box-shadow:none!important;background:0 0!important}body>form.chatComposer .chatSendButton,body>form.chatComposer .chatSendButtonMic{color:#06140a!important;box-shadow:none!important;background:#29d86b!important}body>form.chatComposer .chatCharacterCount{display:none!important}body>form.chatComposer :where(.chatReplyBanner,.chatEditBanner,.chatImageUploadStatus,.chatVoiceRecorder){box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-height:38px!important;max-height:58px!important;margin:0 0 6px!important;position:static!important;inset:auto!important}.app.appChatMode .chatShell>.chatConversation{padding-bottom:78px!important;scroll-padding-bottom:78px!important}@media (width<=480px){body>form.chatComposer{padding:6px 7px max(8px, env(safe-area-inset-bottom,0px)) 7px!important}body>form.chatComposer>.chatComposerField{min-height:50px!important;padding:4px!important}body>form.chatComposer :where(.chatComposerIconButton,.chatAttachmentButton,.chatImageUploadButton,.chatSendButton,.chatSendButtonMic,.chatVoiceButton){flex-basis:38px!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;max-height:38px!important}body>form.chatComposer textarea{min-height:38px!important;padding:9px 5px 7px!important;font-size:16px!important}.app.appChatMode .chatShell>.chatConversation{padding-bottom:72px!important;scroll-padding-bottom:72px!important}}.appPrivateChatMode{min-height:100dvh;overflow:hidden;padding-bottom:0!important}.pmPage{--pm-green:#29e86f;--pm-green-bright:#54ff91;--pm-green-dark:#0b6e38;--pm-bg:#04130b;--pm-panel:#082414;--pm-border:#37eb7738;color:#fff;background:radial-gradient(circle at 25% 0,#29e86f1f,#0000 31%),linear-gradient(#04150c 0%,#020b06 100%);width:100%;height:100dvh;min-height:100dvh;overflow:hidden}.pmShell{border-right:1px solid var(--pm-border);border-left:1px solid var(--pm-border);background:radial-gradient(circle at 75% 28%,#29e86f0e,#0000 32%),#031008;flex-direction:column;width:min(100%,980px);height:100dvh;min-height:0;margin:0 auto;display:flex;position:relative;overflow:hidden}.pmHeader{z-index:40;min-height:74px;padding:max(10px, env(safe-area-inset-top,0px)) 12px 10px;border-bottom:1px solid var(--pm-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#042312f5;flex:none;grid-template-columns:44px 50px minmax(0,1fr) 44px;align-items:center;gap:10px;display:grid;position:relative;box-shadow:0 10px 30px #00000047}.pmBackButton,.pmHeaderMenuButton{color:#effff4;cursor:pointer;touch-action:manipulation;background:#29e86f13;border:1px solid #3bf27d33;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;font-size:25px;display:grid}.pmBackButton:active,.pmHeaderMenuButton:active{background:#29e86f29;transform:scale(.94)}.pmMemberAvatar,.pmMessageAvatar{color:#fff;background:radial-gradient(circle at 35% 25%,#30c96a,#0b5b31 72%);border:1px solid #3dff8461;border-radius:50%;place-items:center;font-weight:950;display:grid;overflow:hidden}.pmMemberAvatar{width:48px;height:48px;font-size:20px}.pmMemberAvatar img,.pmMessageAvatar img{object-fit:cover;width:100%;height:100%;display:block}.pmIdentity{min-width:0}.pmIdentity h1,.pmIdentity p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pmIdentity h1{color:#fff;letter-spacing:-.025em;margin:0;font-size:18px;font-weight:950}.pmIdentity p{color:#d8ffe59e;margin:3px 0 0;font-size:12px;font-weight:750}.pmHeaderMenu{z-index:70;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#081f12fb;border:1px solid #3af27c3d;border-radius:16px;width:min(280px,100vw - 24px);animation:.16s both pmMenuIn;position:absolute;top:calc(100% - 4px);right:10px;overflow:hidden;box-shadow:0 22px 58px #0000008c}.pmHeaderMenu button{color:#f1fff5;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff0f;align-items:center;width:100%;min-height:48px;padding:0 15px;font-size:14px;font-weight:800;display:flex}.pmHeaderMenu button:last-child{border-bottom:0}.pmHeaderMenu button:active{background:#29e86f24}.pmHeaderMenu button:disabled{opacity:.45}.pmHeaderMenu .pmDangerText{color:#ff9c9c}.pmEncryptionNotice{z-index:3;color:#d5ffe28c;text-align:center;background:#05180df5;border-bottom:1px solid #29e86f14;flex:none;padding:7px 12px;font-size:10px;font-weight:750;position:relative}.pmConversation{scroll-behavior:smooth;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#29e86f47 transparent;background:linear-gradient(#031109d6,#031109d6),radial-gradient(circle at 18% 24%,#29e86f14,#0000 30%),radial-gradient(circle at 82% 74%,#29e86f0d,#0000 26%);flex:auto;min-height:0;padding:18px 12px 20px;overflow:hidden auto}.pmConversation::-webkit-scrollbar{width:5px}.pmConversation::-webkit-scrollbar-thumb{background:#29e86f47;border-radius:999px}.pmStateCard,.pmUnavailable{color:#e8fff0b8;text-align:center;background:#0c2d199e;border:1px solid #29e86f29;border-radius:20px;justify-items:center;gap:10px;max-width:380px;margin:50px auto;padding:24px;display:grid}.pmStateCard strong,.pmUnavailable h2{color:#fff;margin:0;font-size:19px}.pmStateCard p,.pmUnavailable p{margin:0;line-height:1.55}.pmUnavailable{margin-top:20vh}.pmUnavailable button{border:1px solid var(--pm-green);background:var(--pm-green);color:#042310;border-radius:13px;min-height:44px;padding:0 16px;font-weight:900}.pmSpinner{border:3px solid #ffffff2e;border-top-color:var(--pm-green);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite pmSpin}.pmMessageRow{align-items:flex-end;gap:7px;margin:5px 0;scroll-margin:110px 0;display:flex;position:relative}.pmMessageRowOwn{justify-content:flex-end}.pmMessageHighlighted .pmBubble{animation:1.4s pmHighlight}.pmMessageAvatar{flex:0 0 34px;width:34px;height:34px;margin-bottom:2px;font-size:13px}.pmMessageStage{max-width:min(78%,620px);position:relative}.pmBubble{color:#f8fffa;touch-action:pan-y;-webkit-touch-callout:none;background:#122d1df7;border:1px solid #ffffff13;border-radius:17px 17px 17px 5px;min-width:86px;padding:9px 12px 7px;transition:transform .18s cubic-bezier(.2,.8,.2,1);position:relative;overflow:visible;box-shadow:0 7px 18px #00000038}.pmBubbleOwn{background:linear-gradient(135deg,#17964bfa,#096933fa);border-color:#40ff8533;border-radius:17px 17px 5px}.pmBubbleSwiping{transition:none}.pmBubbleDeleted{color:#e2f5e88c;background:#1f3d2ab8;font-style:italic}.pmMessageText{color:inherit;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text;margin:0;padding-right:20px;font-size:14.5px;line-height:1.45}.pmDeletedText{color:#e1f5e891;padding:4px 22px 4px 2px;font-size:14px}.pmMessageMenuButton{z-index:5;color:#f4fff7d4;background:#00000021;border:0;border-radius:50%;place-items:center;width:31px;height:31px;padding:0;font-size:20px;line-height:1;display:grid;position:absolute;top:2px;right:2px}.pmMessageMenuButton:active{background:#00000047;transform:scale(.9)}.pmMessageMeta{color:#e8fff09e;justify-content:flex-end;align-items:center;gap:4px;min-height:16px;margin-top:3px;font-size:10.5px;line-height:1;display:flex}.pmReplyQuote{border:0;border-left:3px solid var(--pm-green-bright);width:100%;color:inherit;text-align:left;cursor:pointer;background:#01140957;border-radius:7px;margin:0 0 7px;padding:7px 9px;display:block;overflow:hidden}.pmReplyQuote strong,.pmReplyQuote span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.pmReplyQuote strong{color:var(--pm-green-bright);margin-bottom:2px;font-size:11px}.pmReplyQuote span{color:#effff4b8;font-size:11px}.pmImageButton{cursor:zoom-in;background:0 0;border:0;border-radius:12px;max-width:100%;padding:0;display:block;overflow:hidden}.pmImageButton img{object-fit:cover;border-radius:12px;width:min(310px,66vw);max-height:430px;display:block}.pmMediaLoading{color:#e6ffee94;background:#ffffff0e;border-radius:12px;place-items:center;width:min(250px,60vw);min-height:145px;font-size:12px;display:grid}.pmVoiceMessage{align-items:center;gap:9px;min-width:210px;padding:2px 24px 2px 0;display:flex}.pmVoicePlayButton{background:var(--pm-green-bright);color:#042310;border:0;border-radius:50%;flex:0 0 43px;place-items:center;width:43px;height:43px;padding:0;font-size:17px;font-weight:950;display:grid}.pmVoiceWaveform{flex:1;align-items:center;gap:2px;height:35px;display:flex;overflow:hidden}.pmVoiceWaveform span{background:#e2ffebbf;border-radius:99px;flex:0 0 3px;width:3px;min-height:7px}.pmVoiceDuration{color:#ebfff1a3;font-size:11px}.pmReactionChips{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.pmMessageRowOwn .pmReactionChips{justify-content:flex-end}.pmReactionChip{color:#fff;background:#0c2d19f0;border:1px solid #29e86f33;border-radius:999px;align-items:center;gap:4px;min-height:28px;padding:2px 8px;font-size:15px;display:inline-flex}.pmReactionChip strong{color:#e5ffedb8;font-size:10px}.pmReactionChipActive{border-color:var(--pm-green-bright);background:#29e86f38}.pmMessageMenu{z-index:120;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0b1f13fc;border:1px solid #3ef7823d;border-radius:17px;width:min(310px,100vw - 32px);animation:.16s both pmMenuIn;position:absolute;bottom:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 22px 54px #0000009e}.pmMessageMenuOwn{left:auto;right:0}.pmMessageMenu>button{color:#f4fff7;text-align:left;background:0 0;border:0;border-bottom:1px solid #fff1;align-items:center;width:100%;min-height:47px;padding:0 13px;font-size:14px;font-weight:820;display:flex}.pmMessageMenu>button:active{background:#29e86f21}.pmMessageMenu .pmMenuDelete{color:#ff9b9b}.pmQuickReactionBar{border-bottom:1px solid #ffffff12;grid-template-columns:repeat(6,1fr);padding:8px;display:grid}.pmQuickReactionBar button{background:0 0;border:0;border-radius:50%;place-items:center;min-width:0;height:44px;padding:0;font-size:23px;display:grid}.pmQuickReactionBar button:active{background:#29e86f24;transform:scale(1.15)}.pmSwipeReplyCue{z-index:0;color:#61ff99;opacity:0;pointer-events:none;background:#083a1ff2;border:1px solid #46ff844d;border-radius:50%;place-items:center;width:34px;height:34px;font-size:20px;font-weight:900;display:grid;position:absolute;top:50%;left:-39px;transform:translateY(-50%)}.pmSwipeReplyCueVisible{opacity:1}.pmSwipeReplyCueReady{background:var(--pm-green);color:#042512;box-shadow:0 0 22px #26e86f61}.pmHeartBurst{z-index:15;pointer-events:none;filter:drop-shadow(0 8px 18px #00000059);font-size:54px;animation:.65s ease-out forwards pmHeartBurst;position:absolute;top:50%;left:50%}.pmTypingIndicator{color:#dcffe79e;background:#04190df5;border-top:1px solid #29e86f0f;flex:none;align-items:center;gap:4px;min-height:31px;padding:4px 14px;font-size:11px;display:flex}.pmTypingIndicator span{background:var(--pm-green);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite pmTyping}.pmTypingIndicator span:nth-child(2){animation-delay:.15s}.pmTypingIndicator span:nth-child(3){margin-right:4px;animation-delay:.3s}.pmComposerContext,.pmRecorderBar,.pmErrorBar,.pmStatusBar{z-index:20;background:#082614fa;border-top:1px solid #29e86f24;flex:none;position:relative}.pmComposerContext{align-items:center;gap:10px;padding:8px 12px;display:flex}.pmComposerContext>div{border-left:3px solid var(--pm-green);flex:1;min-width:0;padding-left:10px}.pmComposerContext strong,.pmComposerContext span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.pmComposerContext strong{color:var(--pm-green-bright);font-size:11px}.pmComposerContext span{color:#e7ffeea1;margin-top:2px;font-size:11px}.pmComposerContext button{color:#fff;background:#ffffff0f;border:0;border-radius:50%;width:34px;height:34px;font-size:22px}.pmRecorderBar{color:#e9fff0b8;align-items:center;gap:9px;min-height:50px;padding:8px 12px;font-size:12px;display:flex}.pmRecorderDot{background:#ff5656;border-radius:50%;width:10px;height:10px;animation:1s infinite pmRecorderPulse;box-shadow:0 0 0 6px #ff56561f}.pmRecorderBar span:nth-of-type(2){flex:1;min-width:0}.pmRecorderBar button{color:#eafff0;background:#29e86f1a;border:1px solid #29e86f47;border-radius:10px;min-height:34px;padding:0 11px;font-weight:850}.pmErrorBar,.pmStatusBar{text-align:center;justify-content:center;align-items:center;gap:10px;min-height:38px;padding:7px 12px;font-size:11px;display:flex}.pmErrorBar{color:#ffb0b0;background:#4f0d13f2;border-color:#ff5e5e40}.pmStatusBar{color:#8effb3}.pmErrorBar button{color:#fff;background:0 0;border:0;font-size:19px}.pmComposerEmojiPanel{z-index:24;background:#071f11fc;border-top:1px solid #29e86f24;flex:none;grid-template-columns:repeat(9,minmax(0,1fr));gap:2px;max-height:230px;padding:8px;display:grid;position:relative;overflow-y:auto}.pmComposerEmojiPanel button{background:0 0;border:0;border-radius:9px;min-height:39px;padding:0;font-size:23px}.pmComposerEmojiPanel button:active{background:#29e86f1f;transform:scale(1.12)}.pmComposer{z-index:25;min-height:66px;padding:8px 10px max(8px, env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#061f10fb;border-top:1px solid #29e86f29;flex:none;align-items:flex-end;gap:4px;display:flex;position:relative}.pmComposer textarea{resize:none;color:#fff;min-width:0;min-height:46px;max-height:130px;font:inherit;background:#143a23eb;border:1px solid #43ec7f30;border-radius:22px;outline:0;flex:1;padding:12px 14px;font-size:16px;line-height:1.35}.pmComposer textarea::placeholder{color:#e3ffec6b}.pmComposer textarea:focus{border-color:#42ff8794;box-shadow:0 0 0 3px #29e86f14}.pmComposerIconButton,.pmSendButton,.pmVoiceButton{cursor:pointer;touch-action:manipulation;border:0;border-radius:50%;flex:0 0 43px;place-items:center;width:43px;height:43px;padding:0;display:grid}.pmComposerIconButton{color:#ccffdc;background:0 0;font-size:22px}.pmComposerIconButton:active{background:#29e86f1f}.pmSendButton,.pmVoiceButton{background:var(--pm-green);color:#03230f;font-size:19px;font-weight:950;box-shadow:0 8px 21px #29e86f33}.pmComposer button:disabled{opacity:.4;box-shadow:none}.pmHiddenInput{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.pmSheetBackdrop,.pmDialogBackdrop,.pmAuditBackdrop,.pmImageViewer{z-index:10050;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#000000d6;position:fixed;inset:0}.pmSheetBackdrop,.pmAuditBackdrop{align-items:end;display:grid}.pmReactionSheet{background:#06311a;border:1px solid #29e86f47;border-radius:28px 28px 0 0;width:min(720px,100%);max-height:min(82dvh,760px);margin:0 auto;overflow:hidden;box-shadow:0 -20px 70px #000000a3}.pmSheetHandle{background:#ffffff47;border-radius:99px;width:70px;height:6px;margin:10px auto 4px}.pmReactionSheet>header{border-bottom:1px solid #29e86f26;justify-content:space-between;align-items:center;gap:16px;min-height:88px;padding:13px 20px 16px;display:flex}.pmReactionSheet header div{min-width:0}.pmReactionSheet header span,.pmReactionSheet header strong{display:block}.pmReactionSheet header span{color:var(--pm-green-bright);letter-spacing:.1em;font-size:11px;font-weight:950}.pmReactionSheet header strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:520px;margin-top:7px;font-size:16px;overflow:hidden}.pmReactionSheet header button,.pmAuditPanel>header button{color:#fff;background:#ffffff0e;border:1px solid #ffffff1f;border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:29px;display:grid}.pmReactionTabs{scrollbar-width:none;border-bottom:1px solid #29e86f21;gap:4px;padding:10px 12px;display:flex;overflow-x:auto}.pmReactionTabs::-webkit-scrollbar{display:none}.pmReactionTabs button{background:0 0;border:1px solid #0000;border-radius:14px;flex:0 0 52px;width:52px;height:48px;font-size:25px}.pmReactionTabs .pmReactionTabActive{background:#29e86f29;border-color:#29e86f6b}.pmReactionGrid{max-height:48dvh;padding:12px 14px calc(20px + env(safe-area-inset-bottom,0px));overscroll-behavior:contain;grid-template-columns:repeat(8,minmax(0,1fr));gap:4px;display:grid;overflow-y:auto}.pmReactionGrid button{background:0 0;border:0;border-radius:13px;min-height:55px;padding:0;font-size:31px}.pmReactionGrid button:active{background:#29e86f26;transform:scale(1.17)}.pmDialogBackdrop{place-items:center;padding:20px;display:grid}.pmDeleteDialog{text-align:center;background:#10251a;border:1px solid #ff606045;border-radius:24px;width:min(100%,390px);padding:26px 22px 20px;box-shadow:0 28px 75px #0009}.pmDeleteIcon{color:#ff8686;background:#ff565621;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 14px;font-size:30px;display:grid}.pmDeleteDialog h2{margin:0;font-size:23px}.pmDeleteDialog p{color:#e6ffee9e;margin:10px 0 20px;font-size:13px;line-height:1.55}.pmDeleteDialog button{color:#fff;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:13px;width:100%;min-height:46px;margin-top:8px;font-weight:900}.pmDeleteDialog .pmDeleteConfirm{background:#d83f4a;border-color:#ff6969}.pmImageViewer{place-items:center;padding:22px;display:grid}.pmImageViewer>button{z-index:2;top:max(16px, env(safe-area-inset-top,0px));color:#fff;background:#081e11f0;border:1px solid #ffffff24;border-radius:50%;place-items:center;width:48px;height:48px;font-size:29px;display:grid;position:fixed;right:16px}.pmImageViewer img{object-fit:contain;border-radius:12px;max-width:96vw;max-height:90dvh;box-shadow:0 25px 80px #0000009e}.pmAuditPanel{background:#052613;border:1px solid #29e86f47;border-radius:28px 28px 0 0;flex-direction:column;width:min(760px,100%);max-height:92dvh;margin:0 auto;display:flex;overflow:hidden}.pmAuditPanel>header{background:linear-gradient(#0b4525,#07351c);border-bottom:1px solid #29e86f2b;justify-content:space-between;align-items:flex-start;gap:20px;padding:25px 22px 20px;display:flex}.pmAuditPanel header span{color:var(--pm-green-bright);letter-spacing:.13em;font-size:11px;font-weight:950}.pmAuditPanel h2{margin:7px 0 4px;font-size:25px}.pmAuditPanel header p{color:#e1ffeb99;margin:0;font-size:13px}.pmAuditList{padding:14px 15px calc(20px + env(safe-area-inset-bottom,0px));overflow-y:auto}.pmAuditEvent{background:#ffffff09;border:1px solid #29e86f26;border-radius:17px;margin-bottom:12px;padding:15px}.pmAuditEvent>strong,.pmAuditEvent>time{display:block}.pmAuditEvent>strong{color:#fff;font-size:15px}.pmAuditEvent>time{color:#e1ffeb80;margin-top:4px;font-size:10px}.pmAuditEvent>div{border-left:3px solid var(--pm-green);color:#f4fff7db;white-space:pre-wrap;overflow-wrap:anywhere;background:#0000002e;border-radius:9px;margin-top:11px;padding:11px}.pmAuditEvent audio{width:100%}.pmAuditImageButton{background:0 0;border:0;border-radius:12px;max-width:100%;padding:0;display:block;overflow:hidden}.pmAuditImageButton img{object-fit:cover;width:min(300px,100%);max-height:330px;display:block}@keyframes pmSpin{to{transform:rotate(360deg)}}@keyframes pmMenuIn{0%{opacity:0;transform:translateY(6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes pmHighlight{0%,to{box-shadow:0 7px 18px #00000038}35%{box-shadow:0 0 0 4px #29e86f5c,0 10px 30px #29e86f47}}@keyframes pmHeartBurst{0%{opacity:0;transform:translate(-50%,-50%)scale(.35)}24%{opacity:1;transform:translate(-50%,-50%)scale(1.22)}60%{opacity:1;transform:translate(-50%,-58%)scale(1)}to{opacity:0;transform:translate(-50%,-82%)scale(.78)}}@keyframes pmTyping{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes pmRecorderPulse{0%,to{opacity:1}50%{opacity:.35}}@media (width>=780px){.pmPage{padding:18px}.pmShell{border:1px solid var(--pm-border);border-radius:24px;height:calc(100dvh - 36px);box-shadow:0 28px 80px #0000007a}.pmReactionSheet,.pmAuditPanel{border-radius:28px}.pmSheetBackdrop,.pmAuditBackdrop{align-items:center;padding:26px}}@media (width<=620px){.pmHeader{grid-template-columns:40px 45px minmax(0,1fr) 40px;gap:8px;min-height:70px;padding-left:8px;padding-right:8px}.pmBackButton,.pmHeaderMenuButton{width:39px;height:39px}.pmMemberAvatar{width:43px;height:43px}.pmIdentity h1{font-size:16px}.pmConversation{padding:14px 8px 18px}.pmMessageStage{max-width:82%}.pmBubble{padding:8px 10px 6px}.pmMessageText{font-size:14px}.pmImageButton img{width:min(270px,64vw);max-height:370px}.pmMessageMenu{width:min(300px,100vw - 24px)}.pmComposer{gap:2px;padding-left:6px;padding-right:6px}.pmComposerIconButton,.pmSendButton,.pmVoiceButton{flex-basis:39px;width:39px;height:39px}.pmComposerEmojiPanel{grid-template-columns:repeat(8,minmax(0,1fr))}.pmReactionGrid{grid-template-columns:repeat(6,minmax(0,1fr));max-height:46dvh;padding-left:9px;padding-right:9px}.pmReactionGrid button{min-height:49px;font-size:28px}}.pmMemberAvatar{isolation:isolate;flex:none;position:relative;background:radial-gradient(circle at 35% 25%,#30c96a,#0b5b31 72%)!important;border:1px solid #4bff8d9e!important;box-shadow:0 0 0 2px #052514f5,0 4px 14px #00000047!important}.pmMemberAvatar img{object-fit:cover!important;object-position:center!important;border-radius:50%!important;width:100%!important;height:100%!important;display:block!important}.pmMessageAvatar{display:none!important}.pmMessageRow{gap:0!important}.pmMessageStage{max-width:min(82%,620px)!important}.pmMessageRow:not(.pmMessageRowOwn) .pmMessageStage{margin-left:0!important}@media (width<=620px){.pmHeader{grid-template-columns:40px 45px minmax(0,1fr) 40px!important}.pmMemberAvatar{width:43px!important;height:43px!important}.pmMessageStage{max-width:84%!important}}.appPrivateChatMode .pmPage{--tg-pm-bg:#0e1511;--tg-pm-panel:#17211b;--tg-pm-panel-raised:#1b2720;--tg-pm-panel-hover:#213029;--tg-pm-own:#245138;--tg-pm-border:#2a3930;--tg-pm-border-strong:#35473b;--tg-pm-text:#f3f6f4;--tg-pm-secondary:#a4afa8;--tg-pm-muted:#77847c;--tg-pm-accent:#29d86b;--tg-pm-accent-hover:#3ae678;--tg-pm-accent-soft:#29d86b1f;--tg-pm-danger:#ef6b6b;--tg-pm-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color:var(--tg-pm-text)!important;background:var(--tg-pm-bg)!important;font-family:var(--tg-pm-font)!important;letter-spacing:0!important;font-size:14px!important;line-height:1.42!important}.appPrivateChatMode .pmPage *,.appPrivateChatMode .pmPage :before,.appPrivateChatMode .pmPage :after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--tg-pm-font)!important}.appPrivateChatMode .pmShell{border-right:1px solid var(--tg-pm-border)!important;border-left:1px solid var(--tg-pm-border)!important;background:var(--tg-pm-bg)!important;width:min(100%,980px)!important;box-shadow:none!important}.appPrivateChatMode .pmHeader{min-height:62px!important;padding:max(7px, env(safe-area-inset-top,0px)) 9px 7px!important;border-bottom:1px solid var(--tg-pm-border)!important;box-shadow:none!important;-webkit-backdrop-filter:blur(18px)!important;background:#17211bf7!important;grid-template-columns:40px 44px minmax(0,1fr) 40px!important;gap:8px!important}.appPrivateChatMode :where(.pmBackButton,.pmHeaderMenuButton){width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;color:var(--tg-pm-secondary)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:50%!important;padding:0!important;font-size:20px!important}.appPrivateChatMode :where(.pmBackButton,.pmHeaderMenuButton):hover{background:var(--tg-pm-panel-hover)!important;color:var(--tg-pm-text)!important}.appPrivateChatMode .pmMemberAvatar{background:var(--tg-pm-accent-soft)!important;width:42px!important;height:42px!important;color:var(--tg-pm-accent)!important;box-shadow:none!important;border:0!important;flex-basis:42px!important;font-size:17px!important;font-weight:600!important}.appPrivateChatMode .pmIdentity h1{color:var(--tg-pm-text)!important;letter-spacing:-.014em!important;font-size:16px!important;font-weight:600!important;line-height:1.22!important}.appPrivateChatMode .pmIdentity p{color:var(--tg-pm-secondary)!important;margin-top:1px!important;font-size:11px!important;font-weight:400!important;line-height:1.25!important}.appPrivateChatMode .pmHeaderMenu{border:1px solid var(--tg-pm-border)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#1b2720fe!important;border-radius:12px!important;width:min(260px,100vw - 20px)!important;top:calc(100% - 3px)!important;right:8px!important;box-shadow:0 16px 44px #0000006b!important}.appPrivateChatMode .pmHeaderMenu button{border-bottom:1px solid var(--tg-pm-border)!important;min-height:44px!important;color:var(--tg-pm-text)!important;background:0 0!important;padding:0 13px!important;font-size:13px!important;font-weight:500!important}.appPrivateChatMode .pmHeaderMenu button:hover{background:var(--tg-pm-panel-hover)!important}.appPrivateChatMode .pmHeaderMenu .pmDangerText{color:var(--tg-pm-danger)!important}.appPrivateChatMode .pmEncryptionNotice{border-bottom:1px solid var(--tg-pm-border)!important;color:var(--tg-pm-muted)!important;letter-spacing:0!important;background:#111a15!important;padding:5px 10px!important;font-size:9px!important;font-weight:400!important}.appPrivateChatMode .pmConversation{background:radial-gradient(circle at 20% 0%, #29d86b09, transparent 28%), var(--tg-pm-bg)!important;scrollbar-color:var(--tg-pm-border-strong) transparent!important;padding:12px 10px 16px!important}.appPrivateChatMode .pmConversation::-webkit-scrollbar-thumb{background:var(--tg-pm-border-strong)!important}.appPrivateChatMode :where(.pmStateCard,.pmUnavailable){border:1px solid var(--tg-pm-border)!important;background:var(--tg-pm-panel)!important;max-width:340px!important;color:var(--tg-pm-secondary)!important;box-shadow:none!important;border-radius:13px!important;padding:18px!important}.appPrivateChatMode :where(.pmStateCard strong,.pmUnavailable h2){color:var(--tg-pm-text)!important;font-size:16px!important;font-weight:600!important}.appPrivateChatMode .pmMessageRow{gap:0!important;margin:3px 0!important}.appPrivateChatMode .pmMessageStage{max-width:min(76%,620px)!important}.appPrivateChatMode .pmBubble{background:var(--tg-pm-panel-raised)!important;min-width:72px!important;color:var(--tg-pm-text)!important;box-shadow:none!important;border:0!important;border-radius:14px 14px 14px 4px!important;padding:8px 10px 6px!important;transition:transform .16s!important}.appPrivateChatMode .pmBubbleOwn{background:var(--tg-pm-own)!important;border-radius:14px 14px 4px!important}.appPrivateChatMode .pmBubbleDeleted{color:var(--tg-pm-secondary)!important;background:#1b2720a6!important}.appPrivateChatMode .pmMessageText{color:inherit!important;letter-spacing:0!important;padding-right:18px!important;font-size:14px!important;font-weight:400!important;line-height:1.42!important}.appPrivateChatMode .pmDeletedText{color:var(--tg-pm-secondary)!important;font-size:13px!important;font-weight:400!important}.appPrivateChatMode .pmMessageMenuButton{color:#eef5f0ad!important;width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;box-shadow:none!important;background:#00000017!important;border:0!important;font-size:18px!important;top:1px!important;right:1px!important}.appPrivateChatMode .pmMessageMeta{color:#dde7e18c!important;gap:3px!important;min-height:14px!important;margin-top:3px!important;font-size:9px!important;font-weight:400!important}.appPrivateChatMode .pmReplyQuote{border-left:3px solid var(--tg-pm-accent)!important;background:#0000001f!important;border-radius:7px!important;margin-bottom:6px!important;padding:6px 8px!important}.appPrivateChatMode .pmReplyQuote strong{color:var(--tg-pm-accent)!important;margin-bottom:1px!important;font-size:10px!important;font-weight:600!important}.appPrivateChatMode .pmReplyQuote span{color:var(--tg-pm-secondary)!important;font-size:11px!important}.appPrivateChatMode .pmImageButton,.appPrivateChatMode .pmImageButton img{border-radius:10px!important}.appPrivateChatMode .pmMediaLoading{color:var(--tg-pm-secondary)!important;background:#ffffff0b!important;border-radius:10px!important;font-size:11px!important}.appPrivateChatMode .pmVoiceMessage{gap:8px!important;min-width:190px!important;padding-right:20px!important}.appPrivateChatMode .pmVoicePlayButton{background:var(--tg-pm-accent)!important;color:#07110a!important;width:38px!important;height:38px!important;box-shadow:none!important;border:0!important;flex-basis:38px!important;font-size:15px!important;font-weight:600!important}.appPrivateChatMode .pmVoiceWaveform{height:31px!important}.appPrivateChatMode .pmVoiceWaveform span{background:#e5f1e9a6!important}.appPrivateChatMode .pmVoiceDuration{color:var(--tg-pm-secondary)!important;font-size:10px!important}.appPrivateChatMode .pmReactionChips{gap:3px!important;margin-top:3px!important}.appPrivateChatMode .pmReactionChip{border:1px solid var(--tg-pm-border)!important;background:var(--tg-pm-panel)!important;min-height:25px!important;color:var(--tg-pm-text)!important;box-shadow:none!important;padding:2px 7px!important;font-size:13px!important}.appPrivateChatMode .pmReactionChip strong{color:var(--tg-pm-secondary)!important;font-size:10px!important;font-weight:500!important}.appPrivateChatMode .pmReactionChipActive{background:var(--tg-pm-accent-soft)!important;border-color:#29d86b80!important}.appPrivateChatMode .pmMessageMenu{border:1px solid var(--tg-pm-border)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#1b2720fe!important;border-radius:12px!important;width:min(285px,100vw - 24px)!important;box-shadow:0 16px 46px #00000075!important}.appPrivateChatMode .pmMessageMenu>button{border-bottom:1px solid var(--tg-pm-border)!important;min-height:43px!important;color:var(--tg-pm-text)!important;background:0 0!important;padding:0 12px!important;font-size:13px!important;font-weight:500!important}.appPrivateChatMode .pmMessageMenu>button:hover{background:var(--tg-pm-panel-hover)!important}.appPrivateChatMode .pmMessageMenu .pmMenuDelete{color:var(--tg-pm-danger)!important}.appPrivateChatMode .pmQuickReactionBar{border-bottom:1px solid var(--tg-pm-border)!important;padding:6px!important}.appPrivateChatMode .pmQuickReactionBar button{background:0 0!important;height:38px!important;min-height:38px!important;font-size:20px!important}.appPrivateChatMode .pmQuickReactionBar button:hover{background:var(--tg-pm-panel-hover)!important}.appPrivateChatMode .pmTypingIndicator{background:var(--tg-pm-bg)!important;min-height:24px!important;color:var(--tg-pm-secondary)!important;border-top:0!important;padding:3px 12px!important;font-size:10px!important}.appPrivateChatMode .pmTypingIndicator span{background:var(--tg-pm-accent)!important;width:4px!important;height:4px!important}.appPrivateChatMode :where(.pmComposerContext,.pmRecorderBar,.pmErrorBar,.pmStatusBar){border-top:1px solid var(--tg-pm-border)!important;background:var(--tg-pm-panel)!important;box-shadow:none!important}.appPrivateChatMode .pmComposerContext{gap:8px!important;padding:7px 10px!important}.appPrivateChatMode .pmComposerContext>div{border-left:3px solid var(--tg-pm-accent)!important;padding-left:8px!important}.appPrivateChatMode .pmComposerContext strong{color:var(--tg-pm-accent)!important;font-size:10px!important;font-weight:600!important}.appPrivateChatMode .pmComposerContext span{color:var(--tg-pm-secondary)!important;font-size:11px!important}.appPrivateChatMode .pmComposerContext button{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;color:var(--tg-pm-secondary)!important;box-shadow:none!important;background:0 0!important;border:0!important}.appPrivateChatMode .pmRecorderBar{min-height:44px!important;color:var(--tg-pm-secondary)!important;font-size:11px!important}.appPrivateChatMode .pmErrorBar{color:#faa!important;background:#4e171bf2!important;border-color:#ef6b6b40!important}.appPrivateChatMode .pmStatusBar{color:#8ce9aa!important}.appPrivateChatMode .pmComposer{min-height:62px!important;padding:7px 8px max(8px, env(safe-area-inset-bottom,0px))!important;border-top:1px solid var(--tg-pm-border)!important;box-shadow:none!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#0e1511fa!important;gap:3px!important}.appPrivateChatMode .pmComposer textarea{border:1px solid var(--tg-pm-border)!important;background:var(--tg-pm-panel)!important;min-height:46px!important;max-height:126px!important;color:var(--tg-pm-text)!important;box-shadow:none!important;border-radius:23px!important;padding:11px 13px!important;font-size:15px!important;font-weight:400!important;line-height:1.35!important}.appPrivateChatMode .pmComposer textarea::placeholder{color:var(--tg-pm-muted)!important}.appPrivateChatMode .pmComposer textarea:focus{border-color:var(--tg-pm-accent)!important;box-shadow:0 0 0 3px var(--tg-pm-accent-soft)!important}.appPrivateChatMode .pmComposerIconButton,.appPrivateChatMode .pmVoiceButton{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;color:var(--tg-pm-secondary)!important;box-shadow:none!important;background:0 0!important;border:0!important;flex-basis:40px!important;font-size:20px!important}.appPrivateChatMode .pmComposerIconButton:hover,.appPrivateChatMode .pmVoiceButton:hover{color:var(--tg-pm-text)!important;background:#ffffff0b!important}.appPrivateChatMode .pmSendButton{background:var(--tg-pm-accent)!important;color:#07110a!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;box-shadow:none!important;border:0!important;flex-basis:40px!important;font-size:17px!important}.appPrivateChatMode .pmSendButton:hover:not(:disabled){background:var(--tg-pm-accent-hover)!important}.appPrivateChatMode :where(.pmComposerEmojiPanel,.pmReactionSheet,.pmDeleteDialog,.pmAuditPanel){border-color:var(--tg-pm-border)!important;color:var(--tg-pm-text)!important;background:#17211bfe!important;box-shadow:0 20px 56px #0000007a!important}.appPrivateChatMode :where(.pmSheetBackdrop,.pmDialogBackdrop,.pmAuditBackdrop){-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important;background:#00000094!important}.appPrivateChatMode .pmSheetHandle{background:var(--tg-pm-border-strong)!important}.appPrivateChatMode .pmComposerEmojiPanel{border-top:1px solid var(--tg-pm-border)!important}.appPrivateChatMode .pmComposerEmojiPanel button,.appPrivateChatMode .pmReactionGrid button{box-shadow:none!important;background:0 0!important;border:0!important}.appPrivateChatMode .pmComposerEmojiPanel button:hover,.appPrivateChatMode .pmReactionGrid button:hover{background:var(--tg-pm-panel-hover)!important}.appPrivateChatMode .pmReactionTabs{border-color:var(--tg-pm-border)!important}.appPrivateChatMode .pmReactionTabs button{color:var(--tg-pm-secondary)!important;font-size:12px!important;font-weight:500!important}.appPrivateChatMode .pmReactionTabActive{color:var(--tg-pm-accent)!important;border-color:var(--tg-pm-accent)!important}.appPrivateChatMode .pmDeleteConfirm{background:var(--tg-pm-danger)!important;color:#fff!important;box-shadow:none!important}.appPrivateChatMode .pmAuditEvent{border-color:var(--tg-pm-border)!important;background:var(--tg-pm-panel)!important;box-shadow:none!important}@media (width>=760px){.appPrivateChatMode .pmConversation{padding-left:18px!important;padding-right:18px!important}.appPrivateChatMode .pmMessageStage{max-width:min(68%,620px)!important}}@media (width<=620px){.appPrivateChatMode .pmHeader{grid-template-columns:38px 40px minmax(0,1fr) 38px!important;gap:6px!important;min-height:58px!important;padding-left:7px!important;padding-right:7px!important}.appPrivateChatMode .pmMemberAvatar{flex-basis:40px!important;width:40px!important;height:40px!important}.appPrivateChatMode .pmIdentity h1{font-size:15px!important}.appPrivateChatMode .pmConversation{padding:9px 7px 13px!important}.appPrivateChatMode .pmMessageStage{max-width:84%!important}.appPrivateChatMode .pmBubble{padding:7px 9px 5px!important}.appPrivateChatMode .pmMessageText{font-size:13.5px!important}.appPrivateChatMode .pmComposer{padding-left:6px!important;padding-right:6px!important}.appPrivateChatMode .pmComposer textarea{font-size:16px!important}}.morphLoginPage,.morphLoginPage *{box-sizing:border-box}.morphLoginPage{--morph-green:#29ef75;--morph-green-soft:#78ffa6;--morph-green-dark:#087536;isolation:isolate;color:#fff;background:radial-gradient(circle at 50% 17%,#15f16838,#0000 30%),radial-gradient(circle at 8% 88%,#0f82412e,#0000 34%),radial-gradient(circle at 92% 82%,#0b6c3826,#0000 30%),linear-gradient(#03110a 0%,#010604 58%,#020906 100%);place-items:center;min-height:100svh;padding:clamp(22px,5vw,58px) 18px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;position:relative;overflow:hidden}.morphLoginAtmosphere{z-index:-4;opacity:.8;transform-origin:50% 20%;background:repeating-radial-gradient(circle at 50% 24%,#0000 0 52px,#2cff790d 53px 54px,#0000 55px 84px);position:absolute;inset:-20%;transform:perspective(900px)rotateX(54deg)translateY(-13%)}.morphLoginGrid{z-index:-3;background-image:linear-gradient(#34fa7906 1px,#0000 1px),linear-gradient(90deg,#34fa7906 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 28% 75%,#0000);mask-image:linear-gradient(#0000,#000 28% 75%,#0000)}.morphLoginParticles{z-index:-2;opacity:.62;background-image:radial-gradient(circle,#5aff8f94 0 1px,#0000 1.5px),radial-gradient(circle,#ffffff3d 0 1px,#0000 1.5px);background-position:0 0,29px 38px;background-size:71px 83px,97px 109px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 45%,#000,#0000 72%);mask-image:radial-gradient(circle at 50% 45%,#000,#0000 72%)}.morphLoginCard{text-align:center;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(#1456312e,#0000 26%),linear-gradient(145deg,#071e12f7,#020c07f5);border:1px solid #3eff816b;border-radius:34px;width:min(100%,620px);padding:clamp(28px,5vw,46px) clamp(22px,5vw,52px) 28px;position:relative;overflow:hidden;box-shadow:0 38px 100px #000000ad,inset 0 0 0 1px #4eff8c0d,0 0 54px #22f46c17,inset 0 -1px 30px #41ff8414}.morphLoginCard:before,.morphLoginCard:after{content:"";pointer-events:none;position:absolute}.morphLoginCard:before{border-radius:inherit;opacity:.72;background:linear-gradient(90deg,#0000,#49ff888a,#0000) top/70% 1px no-repeat,linear-gradient(#0000,#49ff888c,#0000) 0/1px 62% no-repeat,linear-gradient(#0000,#49ff8880,#0000) 100%/1px 62% no-repeat;inset:0}.morphLoginCard:after{filter:blur(34px);background:#2cff773b;border-radius:50%;width:72%;height:90px;top:-46px;left:50%;transform:translate(-50%)}.morphLoginCardGlow{filter:blur(14px);pointer-events:none;background:radial-gradient(circle,#31ff7c3d,#0000 70%);border-radius:50%;width:360px;height:190px;position:absolute;top:-90px;left:50%;transform:translate(-50%)}.morphLoginBrand{z-index:1;justify-content:center;min-height:128px;margin-bottom:4px;display:flex;position:relative}.morphLoginLogo{object-fit:contain;filter:drop-shadow(0 0 12px #3dff807a)drop-shadow(0 18px 30px #0000008c);width:clamp(150px,31vw,198px);height:auto;display:block}.morphLoginBadge{z-index:1;min-height:40px;color:var(--morph-green-soft);letter-spacing:.15em;text-transform:uppercase;background:linear-gradient(#1fef671a,#07221366);border:1px solid #26ef7175;border-radius:999px;justify-content:center;align-items:center;gap:9px;margin-top:2px;padding:0 20px;font-size:12px;font-weight:900;display:inline-flex;position:relative;box-shadow:inset 0 0 24px #1dee6512}.morphLoginBadge svg,.morphLoginFooter svg,.morphInviteButton svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.morphLoginHeader{z-index:1;margin:25px 0 28px;position:relative}.morphLoginHeader h1{color:#fff;letter-spacing:-.055em;text-shadow:0 6px 30px #00000080;margin:0;font-size:clamp(36px,7vw,54px);font-weight:950;line-height:1}.morphLoginHeader p{color:#e2efe799;margin:12px 0 0;font-size:clamp(15px,3vw,18px);line-height:1.5}.morphInviteHeader{margin-bottom:24px}.morphLoginForm{z-index:1;text-align:left;flex-direction:column;display:flex;position:relative}.morphLoginForm>label{color:#f5fff8eb;margin:0 0 9px 2px;font-size:14px;font-weight:850}.morphLoginForm>label:not(:first-child){margin-top:18px}.morphLoginForm>label span{color:#e8f4ec75;font-weight:650}.morphLoginField{background:linear-gradient(#132018db,#050e09eb);border:1px solid #88b69752;border-radius:18px;align-items:center;min-height:64px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;box-shadow:inset 0 10px 25px #0003,0 1px #ffffff08}.morphLoginField:focus-within{border-color:#29ef75b8;transform:translateY(-1px);box-shadow:0 0 0 4px #29ef7517,0 0 25px #29ef7514,inset 0 10px 25px #0003}.morphLoginFieldIcon{color:#e0eee585;flex:0 0 56px;place-items:center;width:56px;display:grid}.morphLoginFieldIcon svg,.morphPasswordToggle svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.morphLoginField input,.morphLoginField textarea{color:#fff;width:100%;font:inherit;background:0 0;border:0;outline:0}.morphLoginField input{height:62px;padding:0 16px 0 0;font-size:17px}.morphLoginField textarea{resize:vertical;min-height:108px;padding:20px 16px 16px 0;font-size:15px;line-height:1.5}.morphLoginField input::placeholder,.morphLoginField textarea::placeholder{color:#d4e2d86b}.morphLoginPasswordField input{padding-right:56px}.morphPasswordToggle{color:#e0eee58f;cursor:pointer;background:0 0;border:0;border-radius:13px;place-items:center;width:46px;height:46px;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.morphPasswordToggle:hover,.morphPasswordToggle:focus-visible{color:var(--morph-green-soft);background:#32ff7912}.morphLoginMessage{text-align:center;border:1px solid;border-radius:13px;margin:17px 0 0;padding:11px 13px;font-size:13px;font-weight:700;line-height:1.45}.morphLoginMessageError{color:#ffb6b6;background:#680b1447;border-color:#ff5c5c57}.morphLoginMessageSuccess{color:#aaffc5;background:#0f643242;border-color:#3aff7e52}.morphLoginPrimaryButton{color:#031009;letter-spacing:-.02em;cursor:pointer;background:linear-gradient(#32f57d 0%,#20d968 100%);border:1px solid #6aff9db8;border-radius:18px;min-height:66px;margin-top:26px;font-size:20px;font-weight:950;transition:transform .17s,filter .17s,box-shadow .17s;position:relative;overflow:hidden;box-shadow:0 14px 34px #20e7693d,inset 0 0 24px #45ff892e,inset 0 1px #ffffff61}.morphLoginPrimaryButton:after{content:"";background:linear-gradient(110deg,#0000 24%,#ffffff40 45%,#0000 62%);transition:transform .6s;position:absolute;inset:0;transform:translate(-120%)}.morphLoginPrimaryButton:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 18px 42px #20e76952,inset 0 0 26px #45ff8933}.morphLoginPrimaryButton:hover:after{transform:translate(120%)}.morphLoginPrimaryButton:active:not(:disabled){transform:translateY(0)scale(.995)}.morphLoginPrimaryButton:disabled,.morphLoginBackButton:disabled{cursor:wait;opacity:.65}.morphLoginDivider{z-index:1;color:#e7f3eb6b;letter-spacing:.12em;align-items:center;gap:20px;margin:25px 0 21px;font-size:12px;font-weight:900;display:flex;position:relative}.morphLoginDivider:before,.morphLoginDivider:after{content:"";background:linear-gradient(90deg,#0000,#32f77757);flex:1;height:1px}.morphLoginDivider:after{transform:scaleX(-1)}.morphInviteButton{z-index:1;color:#4dff8f;cursor:pointer;background:linear-gradient(#1a844117,#020c0766);border:1px solid #27ef70a8;border-radius:18px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:62px;font-size:17px;font-weight:800;transition:background .18s,box-shadow .18s,transform .18s;display:flex;position:relative;box-shadow:inset 0 0 24px #22ef6b0d}.morphInviteButton:hover,.morphInviteButton:focus-visible{background:#22ef6b1a;transform:translateY(-1px);box-shadow:inset 0 0 24px #22ef6b14,0 10px 30px #00000042}.morphLoginBackButton{color:#b1ffcab3;cursor:pointer;background:0 0;border:0;min-height:48px;margin-top:12px;font-size:14px;font-weight:800}.morphLoginBackButton:hover,.morphLoginBackButton:focus-visible{color:#68ff9e;text-decoration:underline}.morphLoginFooter{z-index:1;color:#ddebe175;border-top:1px solid #3dff801a;justify-content:center;align-items:center;gap:11px;margin-top:30px;padding-top:22px;font-size:12px;font-weight:650;line-height:1.45;display:flex;position:relative}.morphLoginFooter svg{color:#32ee78;flex:none}@media (width<=620px){.morphLoginPage{padding:18px 12px calc(18px + env(safe-area-inset-bottom));align-items:center}.morphLoginCard{border-radius:28px;width:100%;padding:26px 20px 24px}.morphLoginBrand{min-height:108px}.morphLoginLogo{width:148px}.morphLoginHeader{margin:21px 0 24px}.morphLoginHeader h1{font-size:40px}.morphLoginField{border-radius:16px;min-height:59px}.morphLoginField input{height:58px;font-size:16px}.morphLoginFieldIcon{flex-basis:50px;width:50px}.morphLoginPrimaryButton{border-radius:16px;min-height:60px;font-size:18px}.morphInviteButton{border-radius:16px;min-height:58px;font-size:16px}.morphLoginFooter{text-align:left;align-items:flex-start;font-size:11px}}@media (width<=380px){.morphLoginCard{padding-inline:16px}.morphLoginHeader h1{font-size:35px}.morphLoginBadge{padding-inline:15px;font-size:10px}}@media (prefers-reduced-motion:reduce){.morphLoginPage *,.morphLoginPage :before,.morphLoginPage :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;background:#090d0b;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html{background:#090d0b;min-height:100%}body{background:radial-gradient(circle at top,#29d86b1a,#0000 32%),#090d0b;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}#root{min-height:100vh}.app{min-height:100vh;padding-bottom:96px}.appHeader{z-index:20;text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#090d0bf0;border-bottom:2px solid #29d86b;padding:18px 20px 16px;position:sticky;top:0}.appHeader h1{color:#29d86b;letter-spacing:-.04em;margin:0;font-size:clamp(28px,6vw,42px);font-weight:900}.appHeader p{color:#c8d0ca;margin:2px 0 0;font-size:14px;font-weight:700}.container{width:min(100% - 28px,760px);margin:0 auto;padding:28px 0}.container>h2{color:#fff;letter-spacing:-.03em;margin:0 0 20px;font-size:27px;font-weight:900}.loginPage{background:radial-gradient(circle at 50% 15%,#29d86b2e,#0000 34%),linear-gradient(#0c130f 0%,#070a08 100%);place-items:center;min-height:100vh;padding:28px 18px;display:grid;position:relative;overflow:hidden}.loginGlow{filter:blur(90px);pointer-events:none;background:#29d86b21;border-radius:50%;width:360px;height:360px;position:absolute;top:7%;left:50%;transform:translate(-50%)}.loginCard{z-index:2;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#29d86b14,#0000 25%),#121a15f5;border:1px solid #31523d;border-radius:28px;width:min(100%,430px);padding:34px 28px 28px;position:relative;box-shadow:0 30px 70px #0000007a,inset 0 1px #ffffff0a}.loginLogo{color:#061009;background:radial-gradient(circle at 35% 25%,#56ed8b,#29d86b 45%,#149747);border:2px solid #29d86b;border-radius:24px;place-items:center;width:82px;height:82px;margin:0 auto 20px;font-size:43px;font-weight:950;line-height:1;display:grid;box-shadow:0 16px 38px #29d86b40,inset 0 1px 1px #ffffff59}.loginBadge{color:#8ff7b4;letter-spacing:.13em;text-transform:uppercase;background:#29d86b1a;border:1px solid #29d86b;border-radius:999px;align-items:center;min-height:30px;padding:0 13px;font-size:11px;font-weight:900;display:inline-flex}.loginCard h1{color:#fff;letter-spacing:-.05em;margin:17px 0 8px;font-size:38px;font-weight:950}.loginIntro{color:#aebbb2;max-width:330px;margin:0 auto 26px;font-size:14px;line-height:1.6}.loginForm{text-align:left;flex-direction:column;display:flex}.loginForm label{color:#dce4de;margin:0 0 8px;font-size:13px;font-weight:850}.loginForm input{color:#fff;background:#0e1511;border:1px solid #3b4a41;border-radius:15px;outline:none;width:100%;height:54px;margin-bottom:17px;padding:0 16px;font-size:16px;transition:border-color .2s,box-shadow .2s,background .2s}.loginForm input::placeholder{color:#768179}.loginForm input:focus{background:#111a14;border-color:#29d86b;box-shadow:0 0 0 4px #29d86b1f}.loginButton{color:#061009;cursor:pointer;background:#29d86b;border:2px solid #29d86b;border-radius:15px;width:100%;min-height:54px;margin-top:4px;font-size:15px;font-weight:950;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 13px 30px #29d86b2e}.loginButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 17px 35px #29d86b40}.loginButton:disabled{cursor:not-allowed;opacity:.65}.loginMessage{color:#ffb4b4;background:#832d2d2e;border:1px solid #624141;border-radius:13px;margin:17px 0 0;padding:12px 14px;font-size:13px;font-weight:750;line-height:1.45}.loginInviteNotice{color:#7f8c83;margin:21px 0 0;font-size:12px;font-weight:750}.authLoadingPage{text-align:center;background:radial-gradient(circle,#29d86b24,#0000 36%),#090d0b;place-content:center;justify-items:center;gap:16px;min-height:100vh;padding:24px;display:grid}.authLoadingLogo{color:#061009;background:#29d86b;border:2px solid #29d86b;border-radius:23px;place-items:center;width:78px;height:78px;font-size:40px;font-weight:950;animation:1.35s ease-in-out infinite authPulse;display:grid}.authLoadingPage p{color:#b7c3bb;margin:0;font-size:14px;font-weight:800}@keyframes authPulse{0%,to{transform:scale(1);box-shadow:0 0 #29d86b33}50%{transform:scale(1.06);box-shadow:0 0 0 16px #29d86b00}}.card{background:#141b17;border:1px solid #2b3931;border-radius:18px;margin-bottom:14px;padding:18px;box-shadow:0 12px 28px #0000002e}.card h3{color:#fff;margin:0 0 8px;font-size:18px}.card p{color:#aab6ae;margin:0;font-size:14px;line-height:1.55}.homePage{flex-direction:column;gap:24px;display:flex}.homeHero{background:linear-gradient(135deg,#29d86b2b,#0a120df5 52%),#121a15;border:1px solid #31523d;border-radius:28px;align-items:center;min-height:330px;padding:30px 26px;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 55px #00000052}.homeHeroGlow{filter:blur(65px);background:#29d86b33;border-radius:50%;width:260px;height:260px;position:absolute;top:-90px;right:-80px}.homeHeroContent{z-index:2;max-width:490px;position:relative}.homeHeroBadge{color:#8ff7b4;letter-spacing:.12em;text-transform:uppercase;background:#29d86b1a;border:1px solid #29d86b;border-radius:999px;align-items:center;min-height:32px;padding:0 13px;font-size:12px;font-weight:900;display:inline-flex}.homeHero h2{color:#fff;letter-spacing:-.06em;max-width:500px;margin:18px 0 12px;font-size:clamp(38px,9vw,62px);font-weight:950;line-height:.98}.homeHero h2 span{color:#29d86b;display:block}.homeHero p{color:#b6c2ba;max-width:430px;margin:0;font-size:16px;line-height:1.65}.homeHeroActions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.primaryActionButton,.secondaryActionButton{cursor:pointer;border-radius:14px;min-height:48px;padding:0 18px;font-size:14px;font-weight:900;transition:transform .2s,border-color .2s}.primaryActionButton{color:#07110a;background:#29d86b;border:2px solid #29d86b}.secondaryActionButton{color:#fff;background:#162019;border:2px solid #3b4d42}.primaryActionButton:hover,.secondaryActionButton:hover{transform:translateY(-2px)}.secondaryActionButton:hover{border-color:#29d86b}.homeHeroMark{color:#29d86b14;-webkit-user-select:none;user-select:none;font-size:240px;font-weight:950;line-height:1;position:absolute;bottom:-42px;right:-18px}.homeStats{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.homeStatCard{text-align:center;background:#141c17;border:1px solid #2b3a31;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:112px;padding:18px 10px;display:flex;box-shadow:0 12px 28px #00000029}.homeStatCard strong{color:#29d86b;letter-spacing:-.04em;font-size:28px;font-weight:950}.homeStatCard span{color:#9eaaa2;margin-top:4px;font-size:13px;font-weight:750}.homeSection{background:#111813;border:1px solid #2b3931;border-radius:24px;padding:22px;box-shadow:0 16px 36px #00000038}.homeSectionHeader{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px;display:flex}.homeSectionLabel{color:#29d86b;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:950}.homeSectionHeader h3{color:#fff;letter-spacing:-.03em;margin:4px 0 0;font-size:24px;font-weight:950}.homeTextButton{color:#29d86b;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:900}.homeTextButton:hover{text-decoration:underline}.homeProductList .oilCard:last-child{margin-bottom:0}.homeFeatureBanner{background:linear-gradient(135deg,#29d86b1f,#121b15f5);border:1px solid #31523d;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:20px;display:grid;box-shadow:0 14px 34px #0003}.homeFeatureIcon{color:#07110a;background:#29d86b;border:1px solid #29d86b;border-radius:17px;place-items:center;width:58px;height:58px;font-size:26px;font-weight:950;display:grid}.homeFeatureContent span{color:#29d86b;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:900}.homeFeatureContent h3{color:#fff;margin:4px 0;font-size:20px;font-weight:900}.homeFeatureContent p{color:#aab6ae;margin:0;font-size:13px;line-height:1.5}.homeFeatureButton{color:#29d86b;cursor:pointer;background:#29d86b17;border:1px solid #29d86b;border-radius:14px;width:44px;height:44px;font-size:31px}.searchBar{color:#fff;background:#1b2520;border:1px solid #3a4a40;border-radius:16px;outline:none;width:100%;height:54px;margin-bottom:18px;padding:0 18px;font-size:16px}.searchBar::placeholder{color:#8d9991}.searchBar:focus{border-color:#29d86b;box-shadow:0 0 0 4px #29d86b1f}.backButton{color:#29d86b;cursor:pointer;background:0 0;border:2px solid #29d86b;border-radius:14px;align-items:center;min-height:46px;margin-bottom:22px;padding:0 18px;font-size:15px;font-weight:850;display:inline-flex}.productCard{color:#fff;text-align:left;cursor:pointer;background:#1b2620;border:1px solid #405248;border-radius:18px;align-items:center;gap:15px;width:100%;margin-bottom:14px;padding:17px;display:flex;box-shadow:0 10px 24px #00000029}.productCard:hover{border-color:#29d86b;transform:translateY(-2px)}.productCardIcon{color:#07110a;background:#29d86b;border-radius:16px;flex-shrink:0;place-items:center;width:58px;height:58px;display:grid}.productCardInfo{flex:1;min-width:0}.productCardInfo h3{color:#fff;margin:0;font-size:19px;font-weight:900}.productCardInfo p{color:#aab6ae;margin:5px 0 0;font-size:14px;line-height:1.4}.productCardArrow{color:#29d86b;flex-shrink:0;font-size:34px}.categoryHeader{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px;display:flex}.categoryHeader h2{color:#fff;letter-spacing:-.03em;margin:0;font-size:29px;font-weight:900}.categoryHeader p{color:#8f9c94;margin:5px 0 0;font-size:14px;font-weight:700}.oilCard{color:#fff;text-align:left;cursor:pointer;background:#151e19;border:1px solid #2d3d33;border-radius:18px;align-items:center;gap:16px;width:100%;min-height:106px;margin-bottom:13px;padding:14px 16px;display:flex;box-shadow:0 10px 24px #0000002b}.oilCard:hover{border-color:#29d86b;transform:translateY(-2px)}.oilCardImage{color:#29d86b;background:radial-gradient(circle,#29d86b2e,#0c120f 75%);border:1px solid #29d86b;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:82px;font-size:17px;font-weight:950;display:flex;overflow:hidden}.oilCardPhoto{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.oilCardInfo{flex:1;min-width:0}.oilCardInfo h3{color:#fff;margin:0;font-size:19px;font-weight:900}.oilCardInfo p{color:#a8b4ac;margin:6px 0 0;font-size:14px;line-height:1.45}.oilCardArrow{color:#29d86b;flex-shrink:0;font-size:34px}.productDetailCard{text-align:center;background:linear-gradient(#29d86b12,#0000 32%),#171f1b;border:1px solid #334239;border-radius:24px;padding:28px 24px;box-shadow:0 18px 40px #00000040}.productDetailImage{color:#29d86b;background:radial-gradient(circle,#29d86b24,#0000 66%);border-radius:24px;justify-content:center;align-items:center;width:min(100%,300px);height:360px;margin:0 auto 24px;font-size:38px;font-weight:950;display:flex;overflow:hidden}.productDetailPhoto{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.productDetailBadge{color:#7df3a8;letter-spacing:.08em;text-transform:uppercase;background:#29d86b1f;border:1px solid #29d86b;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:900;display:inline-block}.productDetailCard>h2{color:#fff;letter-spacing:-.04em;margin:16px 0 8px;font-size:clamp(28px,7vw,38px);font-weight:950}.productDetailDescription{color:#c1cbc4;margin:0 auto;font-size:16px;line-height:1.6}.productDetailSection{text-align:left;background:#0f1612;border:1px solid #26352c;border-radius:18px;margin-top:24px;padding:20px}.productDetailSection h3{color:#fff;margin:0 0 10px;font-size:18px;font-weight:900}.productOverviewText{color:#9eaaa2;margin:0;font-size:14px;line-height:1.65}.productSpecRow{border-bottom:1px solid #263029;justify-content:space-between;align-items:flex-start;gap:18px;padding:15px 0;display:flex}.productSpecRow:last-child{border-bottom:none;padding-bottom:0}.productSpecRow span{color:#8f9b93;font-size:14px}.productSpecRow strong{color:#fff;text-align:right;max-width:66%;font-size:14px;font-weight:800;line-height:1.45}.relatedProductsSection{text-align:left;border-top:1px solid #2b3931;margin-top:26px;padding-top:24px}.relatedProductsHeader{margin-bottom:16px}.relatedProductsHeader h3{color:#fff;margin:0;font-size:20px;font-weight:900}.relatedProductsHeader p{color:#8f9b93;margin:4px 0 0;font-size:14px}.broadcastCard{background:#151e19;border:1px solid #2b3931;border-radius:18px;margin-bottom:14px;padding:18px;box-shadow:0 10px 24px #0000002e}.broadcastCard h3{color:#fff;margin:0 0 8px;font-size:19px}.broadcastCard p{color:#aab6ae;margin:0;font-size:14px;line-height:1.55}.broadcastDate{color:#29d86b;margin-top:14px;font-size:12px;font-weight:800;display:block}.bottomNav{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#090d0bf5;border-top:2px solid #29d86b;grid-template-columns:repeat(3,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottomNav button{color:#8f9b93;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:76px;font-size:12px;font-weight:850;display:flex}.bottomNav button:hover,.bottomNav button.active{color:#29d86b;background:#29d86b12}.bottomNavIcon{font-size:23px;line-height:1}@media (width<=600px){.container{width:min(100% - 20px,760px);padding-top:20px}.appHeader{padding:15px 14px 13px}.loginPage{padding:18px 12px}.loginCard{border-radius:23px;padding:28px 19px 23px}.loginLogo{border-radius:20px;width:72px;height:72px;font-size:37px}.loginCard h1{font-size:34px}.homePage{gap:18px}.homeHero{border-radius:23px;min-height:350px;padding:25px 20px}.homeHero h2{font-size:clamp(38px,13vw,52px)}.homeHeroActions{flex-direction:column}.primaryActionButton,.secondaryActionButton{width:100%}.homeHeroMark{font-size:190px;bottom:-25px;right:-18px}.homeStats{gap:8px}.homeStatCard{min-height:96px;padding:14px 6px}.homeStatCard strong{font-size:23px}.homeStatCard span{font-size:11px}.homeSection{border-radius:20px;padding:17px 14px}.homeSectionHeader h3{font-size:21px}.homeFeatureBanner{grid-template-columns:auto 1fr}.homeFeatureButton{display:none}.productCard{padding:14px}.productCardIcon{width:52px;height:52px}.oilCard{gap:13px;min-height:98px;padding:12px}.oilCardImage{width:65px;height:76px}.oilCardInfo h3{font-size:17px}.oilCardInfo p{font-size:13px}.productDetailCard{padding:22px 16px}.productDetailImage{width:min(100%,260px);height:330px}.productDetailSection{padding:17px}.productSpecRow{gap:12px}.productSpecRow strong{max-width:62%}}.appHeaderContent{grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;width:min(100% - 28px,760px);min-height:56px;margin:0 auto;display:grid}.appHeaderBrand{text-align:center;grid-column:2}.appHeaderBrand h1{margin:0}.appHeaderBrand p{margin:2px 0 0}.logoutButton{color:#c7d2ca;cursor:pointer;background:#151f19;border:1px solid #3d5145;border-radius:12px;grid-column:3;justify-self:end;min-height:39px;padding:0 14px;font-size:12px;font-weight:850;transition:border-color .2s,color .2s,background .2s,transform .2s,opacity .2s}.logoutButton:hover:not(:disabled){color:#7df3a8;background:#29d86b17;border-color:#29d86b;transform:translateY(-1px)}.logoutButton:disabled{cursor:not-allowed;opacity:.6}@media (width<=600px){.appHeaderContent{grid-template-columns:70px 1fr 70px;gap:8px;width:100%;min-height:50px}.appHeaderBrand h1{font-size:27px}.appHeaderBrand p{font-size:11px}.logoutButton{border-radius:10px;min-height:36px;padding:0 10px;font-size:11px}}.chatPage{width:min(100% - 20px,860px);margin:0 auto;padding:18px 0 10px}.chatShell{background:radial-gradient(circle at 20% 0,#29d86b14,#0000 30%),#0d1410;border:1px solid #2d4235;border-radius:26px;flex-direction:column;min-height:calc(100vh - 190px);display:flex;overflow:hidden;box-shadow:0 22px 56px #00000057,inset 0 1px #ffffff08}.chatTopBar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f1712f0;border-bottom:1px solid #26372d;justify-content:space-between;align-items:center;gap:16px;min-height:82px;padding:14px 16px;display:flex}.chatTopBarIdentity{align-items:center;gap:12px;min-width:0;display:flex}.chatGroupAvatar{color:#061009;background:radial-gradient(circle at 35% 25%,#61f091,#29d86b 45%,#149747);border:2px solid #29d86b;border-radius:16px;flex-shrink:0;place-items:center;width:50px;height:50px;font-size:25px;font-weight:950;display:grid;box-shadow:0 10px 25px #29d86b33}.chatTopBar h1{color:#fff;letter-spacing:-.03em;margin:0;font-size:21px;font-weight:950}.chatTopBar p{color:#8f9b93;margin:3px 0 0;font-size:12px;font-weight:750}.chatRefreshButton{color:#b9c6bd;cursor:pointer;background:#17221b;border:1px solid #3a5142;border-radius:12px;min-height:38px;padding:0 13px;font-size:12px;font-weight:850;transition:border-color .2s,color .2s,background .2s,opacity .2s}.chatRefreshButton:hover:not(:disabled){color:#7df3a8;background:#29d86b17;border-color:#29d86b}.chatRefreshButton:disabled{cursor:not-allowed;opacity:.55}.chatSignedInBar{color:#9aa69e;background:#101812;border-bottom:1px solid #243229;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:8px 14px;font-size:12px;display:flex}.chatSignedInBar strong{color:#dce6df;font-weight:900}.chatOnlineDot{background:#29d86b;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 4px #29d86b1c}.chatConversation{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#355241 #101712;flex:1;min-height:430px;max-height:calc(100vh - 340px);padding:18px 16px 12px;overflow-y:auto}.chatConversation::-webkit-scrollbar{width:7px}.chatConversation::-webkit-scrollbar-track{background:#101712}.chatConversation::-webkit-scrollbar-thumb{background:#355241;border-radius:999px}.chatStateCard{text-align:center;background:#141e18e0;border:1px solid #2d4034;border-radius:20px;width:min(100%,340px);margin:70px auto;padding:26px 20px;box-shadow:0 14px 32px #0003}.chatStateIcon{color:#29d86b;background:#29d86b1a;border:1px solid #29d86b;border-radius:16px;place-items:center;width:52px;height:52px;margin:0 auto 12px;font-size:23px;display:grid}.chatStateCard h2{color:#fff;margin:0 0 7px;font-size:19px;font-weight:900}.chatStateCard p{color:#95a299;margin:0;font-size:13px;line-height:1.5}.chatDateSeparator{justify-content:center;align-items:center;margin:7px 0 17px;display:flex}.chatMessageRow{align-items:flex-end;gap:9px;margin:0 0 13px;animation:.22s both chatMessageEnter;display:flex}@keyframes chatMessageEnter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.chatUserAvatar{color:#70e89c;background:linear-gradient(145deg,#29d86b38,#18241c);border:1px solid #3c5947;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:14px;font-weight:950;display:grid;box-shadow:0 7px 17px #0003}.chatMessageContent{flex-direction:column;align-items:flex-start;max-width:min(78%,560px);display:flex}.chatMessageRowOwn .chatMessageContent{align-items:flex-end}.chatBubble{color:#f5f8f6;background:#18231c;border:1px solid #324439;border-radius:7px 18px 18px;min-width:92px;padding:10px 12px 7px;position:relative;box-shadow:0 8px 20px #00000029}.chatBubbleOwn{color:#fff;background:linear-gradient(145deg,#1c7841,#145d32);border-color:#26884d;border-radius:18px 7px 18px 18px}.chatBubble p{overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.45}.chatBubbleMeta{color:#dae4dd9e;justify-content:flex-end;align-items:center;gap:4px;margin-top:4px;font-size:9px;font-weight:750;line-height:1;display:flex}.chatMessageTick{color:#baffd1;font-size:11px;font-weight:950}.chatDeleteButton{color:#748078;cursor:pointer;background:0 0;border:none;margin:4px 5px 0 0;padding:0;font-size:10px;font-weight:800}.chatDeleteButton:hover{color:#ff8e8e;text-decoration:underline}.chatStatusMessage{color:#ffb7b7;text-align:center;background:#7025252e;border-top:1px solid #553636;margin:0;padding:10px 14px;font-size:12px;font-weight:750}.chatComposer{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0e1511f7;border-top:1px solid #28382e;padding:12px 13px 10px;position:relative}.chatComposerField{background:#17211b;border:1px solid #34483b;border-radius:20px;grid-template-columns:39px minmax(0,1fr) 42px;align-items:end;gap:8px;padding:7px;transition:border-color .2s,box-shadow .2s;display:grid}.chatComposerIconButton,.chatSendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#27e86f,#08a947);border:0;border-radius:50%;flex:0 0 52px;place-items:center;width:52px;height:52px;padding:0;font-size:23px;line-height:1;transition:transform .15s,opacity .15s,box-shadow .15s;display:grid;box-shadow:0 8px 22px #16dc6347}.chatCharacterCount{color:#69756d;text-align:right;margin:5px 5px 0 0;font-size:9px;font-weight:750;display:block}.chatMessageMenuWrapper{max-width:100%;position:relative}.chatBubbleButton{width:100%;font:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;display:block}.chatBubbleButton:focus-visible{outline-offset:3px;outline:2px solid #73efa0}.chatMessageMenu{z-index:12;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#151f19fa;border:1px solid #3a4d41;border-radius:14px;min-width:150px;animation:.16s both chatMenuEnter;position:absolute;bottom:calc(100% + 7px);left:0;overflow:hidden;box-shadow:0 15px 38px #0000006b}.chatMessageMenuOwn{left:auto;right:0}.chatMessageMenu button{color:#e9f0eb;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #2a382f;align-items:center;gap:10px;width:100%;min-height:43px;padding:0 13px;font-size:13px;font-weight:850;display:flex}.chatMessageMenu button:last-child{border-bottom:none}.chatMessageMenu button:hover{color:#83f2aa;background:#29d86b17}.chatMessageMenu button span{color:#72e99d;text-align:center;width:20px;font-size:17px}.chatMessageMenu .chatMessageMenuDelete{color:#faa}.chatMessageMenu .chatMessageMenuDelete:hover{color:#ffc0c0;background:#bd3a3a21}.chatMessageMenu .chatMessageMenuDelete span{color:#ff8f8f}@keyframes chatMenuEnter{0%{opacity:0;transform:translateY(5px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.chatComposer{z-index:8;position:sticky;bottom:0}.chatMessageContent{max-width:min(84%,620px)}.bottomNav{grid-template-columns:repeat(auto-fit,minmax(64px,1fr))}@media (width<=600px){.chatPage{width:100%;padding:0}.chatShell{border-left:none;border-right:none;border-radius:0;min-height:calc(100vh - 168px)}.chatTopBar{min-height:72px;padding:11px 12px}.chatGroupAvatar{border-radius:14px;width:45px;height:45px;font-size:22px}.chatTopBar h1{font-size:19px}.chatRefreshButton{min-height:35px;padding:0 10px;font-size:11px}.chatConversation{min-height:390px;max-height:calc(100vh - 316px);padding:14px 10px 8px}.chatMessageContent{max-width:82%}.chatBubble{padding:9px 11px 7px}.chatBubble p{font-size:13.5px}.chatComposer{padding:9px 9px 7px}.chatComposerField{border-radius:18px;grid-template-columns:37px minmax(0,1fr) 40px;gap:6px;padding:6px}.chatComposerIconButton,.chatSendButton{border-radius:50%;width:48px;height:48px}.bottomNav button{min-height:72px;padding:0 2px;font-size:10px}.bottomNavIcon{font-size:20px}}.profilePage{flex-direction:column;gap:18px;width:min(100% - 28px,760px);margin:0 auto;padding:28px 0;display:flex}.profileHeroCard,.profileFormCard,.profileInfoCard,.profileLoadingCard{background:#121a15;border:1px solid #2d4235;box-shadow:0 18px 42px #0000003d}.profileHeroCard{background:linear-gradient(135deg,#29d86b26,#0f1712fa 62%);border-radius:26px;padding:26px;position:relative;overflow:hidden}.profileHeroGlow{filter:blur(64px);pointer-events:none;background:#29d86b2e;border-radius:50%;width:240px;height:240px;position:absolute;top:-90px;right:-80px}.profileAvatarSection{z-index:2;align-items:center;gap:18px;display:flex;position:relative}.profileAvatarButton{color:#061009;cursor:pointer;background:radial-gradient(circle at 35% 25%,#61f091,#29d86b 46%,#149747);border:3px solid #29d86b;border-radius:31px;flex-shrink:0;place-items:center;width:104px;height:104px;font-size:48px;font-weight:950;display:grid;position:relative;overflow:visible;box-shadow:0 16px 36px #29d86b38}.profileAvatarButton:disabled{cursor:wait;opacity:.7}.profileAvatarImage{object-fit:cover;border-radius:27px;width:100%;height:100%;display:block}.profileAvatarEdit{color:#061009;background:#29d86b;border:3px solid #121a15;border-radius:50%;place-items:center;width:34px;height:34px;font-size:16px;font-weight:950;display:grid;position:absolute;bottom:-6px;right:-6px}.profileFileInput{display:none}.profileIdentity{min-width:0}.profileIdentity h1{color:#fff;letter-spacing:-.045em;text-overflow:ellipsis;margin:9px 0 4px;font-size:clamp(26px,7vw,38px);font-weight:950;overflow:hidden}.profileIdentity p{color:#8df2b2;margin:0;font-size:14px;font-weight:850}.profileRoleBadge{color:#b7c4bb;letter-spacing:.1em;text-transform:uppercase;background:#19231d;border:1px solid #3e5547;border-radius:999px;align-items:center;min-height:27px;padding:0 10px;font-size:10px;font-weight:950;display:inline-flex}.profileRoleAdmin{color:#83f2aa;background:#29d86b1f;border-color:#29d86b}.profileRoleModerator{color:#aac8ff;background:#467cdd21;border-color:#77a8ff}.profileRoleVIP{color:#f2cf77;background:#daa72f21;border-color:#e7bd58}.profileRemoveAvatarButton{z-index:2;color:#ff9f9f;cursor:pointer;background:0 0;border:none;margin-top:20px;padding:0;font-size:12px;font-weight:850;position:relative}.profileFormCard{border-radius:24px;padding:24px}.profileSectionHeading{margin-bottom:22px}.profileSectionHeading span{color:#29d86b;letter-spacing:.13em;text-transform:uppercase;font-size:11px;font-weight:950}.profileSectionHeading h2{color:#fff;margin:5px 0 0;font-size:24px;font-weight:950}.profileFormCard>label,.profileBioLabel label{color:#dce5df;margin:0 0 8px;font-size:13px;font-weight:850;display:block}.profileFormCard>input,.profileUsernameField,.profileFormCard textarea{color:#fff;width:100%;font:inherit;background:#0e1511;border:1px solid #3a4b40;border-radius:15px;outline:none}.profileFormCard>input{height:52px;margin-bottom:17px;padding:0 15px}.profileUsernameField{align-items:center;height:52px;margin-bottom:7px;display:flex;overflow:hidden}.profileUsernameField>span{color:#29d86b;padding-left:15px;font-size:16px;font-weight:950}.profileUsernameField input{color:#fff;min-width:0;height:100%;font:inherit;background:0 0;border:none;outline:none;flex:1;padding:0 15px 0 4px}.profileFormCard>input:focus,.profileUsernameField:focus-within,.profileFormCard textarea:focus{border-color:#29d86b;box-shadow:0 0 0 4px #29d86b1c}.profileFieldHint{color:#748078;margin:0 0 18px;font-size:11px}.profileBioLabel{justify-content:space-between;align-items:center;display:flex}.profileBioLabel span{color:#748078;font-size:10px}.profileFormCard textarea{resize:vertical;min-height:112px;padding:14px 15px;line-height:1.55}.profileStatusMessage{border-radius:13px;margin:16px 0 0;padding:11px 13px;font-size:12px;font-weight:800}.profileStatusSuccess{color:#86f0aa;background:#29d86b1a;border:1px solid #2a7144}.profileStatusError{color:#ffb0b0;background:#99333324;border:1px solid #704242}.profileSaveButton{color:#061009;cursor:pointer;background:#29d86b;border:2px solid #29d86b;border-radius:15px;width:100%;min-height:52px;margin-top:18px;font-size:14px;font-weight:950}.profileSaveButton:disabled{cursor:not-allowed;opacity:.55}.profileInfoCard{border-radius:22px;overflow:hidden}.profileInfoCard>div{border-bottom:1px solid #28372e;justify-content:space-between;gap:18px;padding:17px 19px;display:flex}.profileInfoCard>div:last-child{border-bottom:none}.profileInfoCard span{color:#87938b;font-size:12px}.profileInfoCard strong{overflow-wrap:anywhere;color:#edf3ef;text-align:right;max-width:68%;font-size:12px}.profileLoadingCard{border-radius:24px;place-content:center;justify-items:center;gap:14px;min-height:320px;display:grid}.profileLoadingAvatar{color:#061009;background:#29d86b;border:2px solid #29d86b;border-radius:22px;place-items:center;width:72px;height:72px;font-size:36px;font-weight:950;animation:1.35s ease-in-out infinite authPulse;display:grid}.headerProfileButton{color:#061009;cursor:pointer;background:#29d86b;border:2px solid #29d86b;border-radius:14px;grid-column:1;justify-self:start;place-items:center;width:42px;height:42px;font-size:19px;font-weight:950;display:grid;overflow:hidden}.headerProfileImage{object-fit:cover;width:100%;height:100%;display:block}@media (width<=600px){.profilePage{width:min(100% - 20px,760px);padding:20px 0}.profileHeroCard{padding:21px 17px}.profileAvatarButton{border-radius:26px;width:86px;height:86px;font-size:40px}.profileFormCard{padding:20px 16px}.headerProfileButton{border-radius:12px;width:38px;height:38px}}.chatUserAvatar{overflow:hidden}.chatUserAvatarOwn{color:#061009;background:#29d86b;border-color:#29d86b}.chatUserAvatarImage{object-fit:cover;width:100%;height:100%;display:block}.chatSenderIdentity{flex-wrap:wrap;align-items:center;gap:5px;margin:0 0 5px 4px;display:flex}.chatSenderIdentity .chatSenderName{margin:0}.chatSenderUsername{color:#7e8c83;font-size:10px;font-weight:750}.chatRoleBadge{letter-spacing:.07em;text-transform:uppercase;background:#18221c;border:1px solid #3b5143;border-radius:999px;align-items:center;min-height:18px;padding:0 6px;font-size:8px;font-weight:950;line-height:1;display:inline-flex}.chatRoleAdmin{color:#7ef0a7;background:#29d86b1a;border-color:#29d86b}.chatRoleModerator{color:#a8c5ff;background:#4f7dd31c;border-color:#719ce8}.chatRoleVIP{color:#efd078;background:#cd9d2f1c;border-color:#d4ad50}@media (width<=600px){.chatMessageContent{max-width:78%}.chatUserAvatar{width:31px;height:31px}.chatSenderIdentity{gap:4px}.chatSenderUsername{display:none}}.membersPage{width:min(100% - 24px,760px);margin:0 auto;padding:24px 0 120px}.membersHeaderCard,.memberProfileCard,.membersMessageCard{background:linear-gradient(145deg,#113124eb,#0a1613f5);border:1px solid #2cff7a47;border-radius:24px;box-shadow:0 18px 50px #00000047,inset 0 0 35px #2cff7a08}.membersHeaderCard{margin-bottom:18px;padding:28px}.membersHeaderCard>span{color:#2cff7a;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:800;display:block}.membersHeaderCard h1{color:#fff;margin:0;font-size:clamp(1.8rem,6vw,2.7rem)}.membersHeaderCard p{color:#ffffffad;margin:10px 0 20px;line-height:1.6}.membersSearchInput{color:#fff;width:100%;min-height:50px;font:inherit;background:#04100cb8;border:1px solid #2cff7a4d;border-radius:14px;outline:none;padding:0 16px}.membersSearchInput:focus{border-color:#2cff7a;box-shadow:0 0 0 3px #2cff7a1a}.membersList{gap:12px;display:grid}.memberListCard{color:#fff;text-align:left;cursor:pointer;background:#0d1e19f5;border:1px solid #2cff7a33;border-radius:18px;align-items:center;gap:14px;width:100%;padding:15px;transition:transform .18s,border-color .18s,background .18s;display:flex}.memberListCard:hover{background:#112a21fa;border-color:#2cff7aa6;transform:translateY(-2px)}.memberListAvatar,.memberProfileAvatar{color:#07150e;background:linear-gradient(145deg,#2cff7a,#126a39);border-radius:50%;flex-shrink:0;place-items:center;font-weight:900;display:grid;overflow:hidden}.memberListAvatar{width:54px;height:54px;font-size:1.25rem}.memberListAvatar img,.memberProfileAvatar img{object-fit:cover;width:100%;height:100%}.memberListIdentity{flex:1;min-width:0}.memberListIdentity strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;display:block;overflow:hidden}.memberListIdentity>span{color:#2cff7a;margin-top:3px;font-size:.85rem;display:block}.memberListIdentity p{color:#ffffff91;text-overflow:ellipsis;white-space:nowrap;margin:7px 0 0;font-size:.82rem;overflow:hidden}.memberListRight{align-items:center;gap:10px;display:flex}.memberRoleBadge{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:.68rem;font-weight:800;display:inline-flex}.memberRoleAdmin{color:#07150e;background:#2cff7a}.memberRoleModerator{color:#07150e;background:#5ee7ff}.memberRoleVIP{color:#171005;background:#ffd75e}.memberRoleMember{color:#d9ffe6;background:#2cff7a21;border:1px solid #2cff7a47}.memberListArrow{color:#2cff7a;font-size:1.8rem;line-height:1}.membersBackButton{color:#fff;cursor:pointer;background:#0a1c15eb;border:1px solid #2cff7a4d;border-radius:12px;margin-bottom:16px;padding:10px 14px}.memberProfileCard{text-align:center;padding:32px 24px}.memberProfileAvatar{border:4px solid #2cff7a52;width:112px;height:112px;margin:0 auto 18px;font-size:2.6rem;box-shadow:0 0 35px #2cff7a33}.memberProfileCard h1{color:#fff;margin:14px 0 4px;font-size:2rem}.memberProfileUsername{color:#2cff7a;margin:0;font-weight:700}.memberProfileBio{color:#ffffffbf;max-width:520px;margin:22px auto;line-height:1.65}.memberProfileBioEmpty{color:#fff6;font-style:italic}.memberPublicInfo{text-align:left;background:#020e0961;border:1px solid #2cff7a2e;border-radius:16px;margin-top:28px;overflow:hidden}.memberPublicInfo>div{border-bottom:1px solid #2cff7a1f;justify-content:space-between;gap:20px;padding:15px 17px;display:flex}.memberPublicInfo>div:last-child{border-bottom:0}.memberPublicInfo span{color:#ffffff85}.memberPublicInfo strong{color:#fff;text-align:right}.membersMessageCard{color:#ffffffbf;text-align:center;padding:28px}.membersMessageCard button{color:#07150e;cursor:pointer;background:#2cff7a;border:0;border-radius:12px;margin-top:12px;padding:10px 18px;font-weight:800}@media (width<=680px){.membersPage{width:min(100% - 16px,760px);padding-top:14px}.membersHeaderCard{padding:22px 18px}.memberListCard{padding:13px}.memberListRight .memberRoleBadge{display:none}.memberProfileCard{padding:28px 18px}}.adminPage{width:min(100% - 24px,820px);margin:0 auto;padding:24px 0 130px}.adminContainer{width:100%}.adminHeaderCard,.adminRequestCard,.adminHistoryCard,.adminEmptyCard{background:linear-gradient(145deg,#123025f0,#081410fa);border:1px solid #2cff7a3d;border-radius:22px;box-shadow:0 18px 46px #00000047}.adminHeaderCard{margin-bottom:18px;padding:28px}.adminEyebrow,.adminRequestLabel{color:#2cff7a;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:900;display:block}.adminHeaderCard h1{color:#fff;margin:7px 0;font-size:clamp(2rem,7vw,3rem)}.adminHeaderCard>p{color:#ffffffa3;margin:0;line-height:1.6}.adminSectionTabs{background:#030f0ab3;border-radius:15px;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px;padding:5px;display:grid}.adminSectionTab{color:#ffffff94;min-height:46px;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;font-weight:800}.adminSectionTab.active{color:#2cff7a;background:#2cff7a21;border-color:#2cff7a59}.adminSectionTab span{color:#06140c;background:#2cff7a;border-radius:999px;place-items:center;min-width:22px;height:22px;margin-left:7px;padding:0 6px;font-size:.72rem;display:inline-grid}.adminRequestList,.adminHistoryList{gap:14px;display:grid}.adminRequestCard,.adminHistoryCard{padding:22px}.adminRequestTop,.adminHistoryTop{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.adminRequestTop h2,.adminHistoryTop h2{color:#fff;margin:6px 0 0}.adminPendingBadge,.adminHistoryBadge{letter-spacing:.07em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:7px 11px;font-size:.7rem;font-weight:900}.adminPendingBadge{color:#ffd75e;background:#ffd75e1f;border:1px solid #ffd75e59}.adminHistoryApproved{color:#06140c;background:#2cff7a}.adminHistoryRejected{color:#ff8c8c;background:#ff68681f;border:1px solid #ff68685c}.adminRequestMessage{background:#020c086b;border:1px solid #2cff7a21;border-radius:14px;margin-top:20px;padding:15px}.adminRequestMessage span,.adminRequestMeta span,.adminHistoryDetails span{color:#ffffff7a;font-size:.78rem}.adminRequestMessage p{color:#ffffffc7;margin:7px 0 0;line-height:1.55}.adminRequestMeta{justify-content:space-between;gap:18px;margin-top:17px;display:flex}.adminRequestMeta strong{color:#fff;text-align:right}.adminRequestActions{grid-template-columns:1fr auto;gap:10px;margin-top:20px;display:grid}.adminApproveButton,.adminRejectButton{min-height:48px;font:inherit;cursor:pointer;border-radius:13px;padding:0 18px;font-weight:900}.adminApproveButton{color:#06140c;background:#2cff7a;border:0}.adminRejectButton{color:#ff9696;background:#ff686814;border:1px solid #ff686866}.adminApproveButton:disabled,.adminRejectButton:disabled{cursor:not-allowed;opacity:.55}.adminHistoryDetails{border:1px solid #2cff7a21;border-radius:14px;margin-top:18px;overflow:hidden}.adminHistoryDetails>div{border-bottom:1px solid #2cff7a1a;justify-content:space-between;gap:20px;padding:14px 15px;display:flex}.adminHistoryDetails>div:last-child{border-bottom:0}.adminHistoryDetails strong{color:#fff;text-align:right}.adminEmptyCard{text-align:center;padding:34px 22px}.adminEmptyCard h2{color:#fff;margin:0}.adminEmptyCard p{color:#ffffff8c;margin:8px 0 0}.adminMessage{border-radius:13px;margin:0 0 16px;padding:13px 15px;font-weight:700}.adminMessageSuccess{color:#75ffa6;background:#2cff7a1a;border:1px solid #2cff7a4d}.adminMessageError{color:#ff9c9c;background:#ff68681a;border:1px solid #ff686857}@media (width<=620px){.adminPage{width:min(100% - 16px,820px);padding-top:14px}.adminHeaderCard,.adminRequestCard,.adminHistoryCard{padding:19px}.adminRequestActions{grid-template-columns:1fr}.adminRequestTop,.adminHistoryTop{align-items:center}.adminHistoryDetails>div{flex-direction:column;gap:5px}.adminHistoryDetails strong{text-align:left}}.adminSectionTabsThree{grid-template-columns:repeat(3,1fr)}.adminManagementCard,.adminRoleHistorySection{background:linear-gradient(145deg,#123025f0,#081410fa);border:1px solid #2cff7a3d;border-radius:22px;padding:22px;box-shadow:0 18px 46px #00000047}.adminManagementHeading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.adminManagementHeading h2,.adminRoleHistoryHeading h2{color:#fff;margin:6px 0 0}.adminCountBadge{color:#71ffa4;text-transform:uppercase;background:#2cff7a21;border:1px solid #2cff7a4d;border-radius:999px;flex-shrink:0;padding:7px 11px;font-size:.72rem;font-weight:900}.adminManagementDescription{color:#ffffff9c;margin:16px 0;line-height:1.55}.adminMemberSearch{color:#fff;width:100%;min-height:50px;font:inherit;background:#020f09a6;border:1px solid #2cff7a45;border-radius:13px;outline:none;padding:0 16px}.adminMemberSearch:focus{border-color:#2cff7a;box-shadow:0 0 0 3px #2cff7a1a}.adminMemberList{gap:12px;margin-top:14px;display:grid}.adminMemberCard{background:#0a1c15f5;border:1px solid #2cff7a2e;border-radius:17px;justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.adminMemberIdentity{align-items:center;gap:13px;min-width:0;display:flex}.adminMemberAvatar{color:#06140c;background:linear-gradient(145deg,#2cff7a,#126a39);border-radius:50%;flex-shrink:0;place-items:center;width:50px;height:50px;font-weight:900;display:grid;overflow:hidden}.adminMemberAvatar img{object-fit:cover;width:100%;height:100%}.adminMemberNames{min-width:0}.adminMemberNames strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.adminMemberNames span{color:#2cff7a;margin-top:3px;font-size:.84rem;display:block}.adminMemberControls{flex-shrink:0;align-items:center;gap:10px;display:flex}.adminAccessBadge{color:#ffffff8c;text-transform:uppercase;border:1px solid #ffffff21;border-radius:999px;padding:6px 9px;font-size:.68rem;font-weight:900}.adminAccessBadgeActive{color:#72ffa5;background:#2cff7a21;border-color:#2cff7a57}.adminPromoteButton,.adminRemoveAccessButton{min-height:40px;font:inherit;cursor:pointer;border-radius:11px;padding:0 13px;font-size:.78rem;font-weight:900}.adminPromoteButton{color:#06140c;background:#2cff7a;border:0}.adminRemoveAccessButton{color:#f99;background:#ff686817;border:1px solid #ff686866}.adminPromoteButton:disabled,.adminRemoveAccessButton:disabled{cursor:not-allowed;opacity:.48}.adminRoleHistorySection{margin-top:18px}.adminRoleHistoryEmpty{color:#ffffff85;text-align:center;background:#020e096b;border-radius:13px;margin-top:16px;padding:20px}.adminRoleHistoryList{gap:10px;margin-top:16px;display:grid}.adminRoleHistoryItem{background:#020e096b;border:1px solid #2cff7a21;border-radius:13px;justify-content:space-between;gap:18px;padding:14px;display:flex}.adminRoleHistoryItem strong{color:#fff}.adminRoleHistoryItem p{color:#ffffff94;margin:4px 0 0;font-size:.84rem}.adminRoleHistoryMeta{color:#ffffff87;text-align:right;gap:4px;font-size:.78rem;display:grid}@media (width<=650px){.adminMemberCard{flex-direction:column;align-items:flex-start}.adminMemberControls{justify-content:space-between;width:100%}.adminRoleHistoryItem{flex-direction:column}.adminRoleHistoryMeta{text-align:left}}.adminOwnerBadge{color:#ffd86a;background:linear-gradient(135deg,#ffcd4a33,#aa700d29);border-color:#ffcd4ab8;box-shadow:inset 0 1px #ffffff1a,0 0 0 3px #ffcd4a0d}.adminOwnerProtectedButton{color:#e7c760;letter-spacing:.01em;cursor:not-allowed;opacity:.82;background:#ffcd4a14;border:1px solid #ffcd4a61;border-radius:11px;min-height:39px;padding:0 14px;font-size:.78rem;font-weight:900}@media (width<=650px){.adminOwnerProtectedButton{min-height:38px;padding:0 12px}}.memberMessageButton{color:#061009;cursor:pointer;background:#29d86b;border:2px solid #29d86b;border-radius:14px;width:min(100%,280px);min-height:48px;margin:20px auto 0;padding:0 18px;font-size:14px;font-weight:950;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 12px 28px #29d86b2e}.memberMessageButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 34px #29d86b40}.memberMessageButton:disabled{cursor:not-allowed;opacity:.58}.memberConversationError{color:#ffb5b5;text-align:center;background:#832d2d2b;border:1px solid #6b3d3d;border-radius:12px;width:min(100%,420px);margin:14px auto 0;padding:11px 13px;font-size:12px;font-weight:750;line-height:1.45}.privateChatPage{width:min(100% - 20px,860px);margin:0 auto;padding:18px 0 12px}.privateChatShell{background:radial-gradient(circle at 20% 0,#29d86b14,#0000 30%),#0d1410;border:1px solid #2d4235;border-radius:26px;flex-direction:column;min-height:calc(100vh - 190px);display:flex;overflow:hidden;box-shadow:0 22px 56px #00000057,inset 0 1px #ffffff08}.privateChatHeader{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f1712f5;border-bottom:1px solid #26372d;grid-template-columns:42px 48px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:76px;padding:13px 15px;display:grid}.privateChatBackButton{color:#86f2ad;cursor:pointer;background:#17221b;border:1px solid #3a5142;border-radius:12px;place-items:center;width:40px;height:40px;font-size:22px;font-weight:950;display:grid}.privateChatBackButton:hover{background:#29d86b17;border-color:#29d86b}.privateChatAvatar{color:#061009;background:radial-gradient(circle at 35% 25%,#61f091,#29d86b 45%,#149747);border:2px solid #29d86b;border-radius:15px;place-items:center;width:46px;height:46px;font-size:22px;font-weight:950;display:grid;overflow:hidden;box-shadow:0 9px 22px #29d86b2e}.privateChatAvatar img{object-fit:cover;width:100%;height:100%;display:block}.privateChatIdentity{min-width:0}.privateChatIdentity h1{color:#fff;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;font-weight:950;overflow:hidden}.privateChatIdentity p{color:#8f9b93;text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:12px;font-weight:750;overflow:hidden}.privateChatRefreshButton{color:#b9c6bd;cursor:pointer;background:#17221b;border:1px solid #3a5142;border-radius:12px;min-height:38px;padding:0 12px;font-size:12px;font-weight:850}.privateChatRefreshButton:hover:not(:disabled){color:#7df3a8;background:#29d86b17;border-color:#29d86b}.privateChatRefreshButton:disabled{cursor:not-allowed;opacity:.55}.privateChatConversation{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#355241 #101712;flex:1;min-height:430px;max-height:calc(100vh - 330px);padding:18px 15px 13px;overflow-y:auto}.privateChatConversation::-webkit-scrollbar{width:7px}.privateChatConversation::-webkit-scrollbar-track{background:#101712}.privateChatConversation::-webkit-scrollbar-thumb{background:#355241;border-radius:999px}.privateChatStateCard{text-align:center;background:#141e18e0;border:1px solid #2d4034;border-radius:20px;width:min(100%,350px);margin:70px auto;padding:25px 20px;box-shadow:0 14px 32px #0003}.privateChatStateCard h2{color:#fff;margin:0 0 7px;font-size:19px;font-weight:900}.privateChatStateCard p{color:#95a299;margin:0;font-size:13px;line-height:1.5}.privateChatStateCard button{color:#78efa3;cursor:pointer;background:#29d86b1a;border:1px solid #29d86b;border-radius:12px;min-height:42px;margin-top:16px;padding:0 15px;font-size:13px;font-weight:900}.privateMessageRow{justify-content:flex-start;margin:0 0 12px;animation:.2s both privateMessageEnter;display:flex}.privateMessageRowOwn{justify-content:flex-end}@keyframes privateMessageEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.privateMessageBubble{color:#f5f8f6;background:#18231c;border:1px solid #324439;border-radius:7px 18px 18px;min-width:92px;max-width:min(78%,560px);padding:10px 12px 7px;box-shadow:0 8px 20px #00000029}.privateMessageBubbleOwn{color:#fff;background:linear-gradient(145deg,#1c7841,#145d32);border-color:#26884d;border-radius:18px 7px 18px 18px}.privateMessageBubbleDeleted{color:#7f8a83;background:#171d19;border-color:#3a4540;font-style:italic}.privateMessageBubble p{overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.45}.privateMessageMeta{color:#dae4dd9e;justify-content:flex-end;align-items:center;gap:8px;margin-top:5px;font-size:9px;font-weight:750;display:flex}.privateMessageMeta button{color:#ffd6d6b3;cursor:pointer;background:0 0;border:none;padding:0;font-size:9px;font-weight:850}.privateMessageMeta button:hover{color:#ffc0c0;text-decoration:underline}.privateChatError{color:#ffb7b7;text-align:center;background:#7025252e;border-top:1px solid #553636;margin:0;padding:10px 14px;font-size:12px;font-weight:750}.privateChatComposer{z-index:8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0e1511f7;border-top:1px solid #28382e;grid-template-columns:minmax(0,1fr) 44px;align-items:end;gap:9px;padding:11px 12px 9px;display:grid;position:sticky;bottom:0}.privateChatComposer textarea{resize:vertical;color:#fff;width:100%;min-height:44px;max-height:130px;font:inherit;background:#17211b;border:1px solid #34483b;border-radius:17px;outline:none;padding:11px 14px;font-size:14px;line-height:1.45}.privateChatComposer textarea::placeholder{color:#748078}.privateChatComposer textarea:focus{border-color:#29d86b;box-shadow:0 0 0 4px #29d86b1a}.privateChatComposer button{color:#061009;cursor:pointer;background:#29d86b;border:1px solid #29d86b;border-radius:14px;place-items:center;width:44px;height:44px;font-size:18px;font-weight:950;transition:transform .2s,opacity .2s;display:grid;box-shadow:0 8px 20px #29d86b2e}.privateChatComposer button:hover:not(:disabled){transform:translateY(-1px)scale(1.03)}.privateChatComposer button:disabled{cursor:not-allowed;opacity:.35;box-shadow:none}@media (width<=600px){.memberMessageButton{width:100%}.privateChatPage{width:100%;padding:0}.privateChatShell{border-left:none;border-right:none;border-radius:0;min-height:calc(100vh - 168px)}.privateChatHeader{grid-template-columns:38px 43px minmax(0,1fr);gap:8px;min-height:70px;padding:10px}.privateChatBackButton{border-radius:11px;width:36px;height:36px;font-size:20px}.privateChatAvatar{border-radius:13px;width:41px;height:41px;font-size:20px}.privateChatIdentity h1{font-size:17px}.privateChatRefreshButton{display:none}.privateChatConversation{min-height:390px;max-height:calc(100vh - 300px);padding:14px 10px 9px}.privateMessageBubble{max-width:84%;padding:9px 11px 7px}.privateMessageBubble p{font-size:13.5px}.privateChatComposer{grid-template-columns:minmax(0,1fr) 42px;gap:7px;padding:9px 9px 7px}.privateChatComposer textarea{border-radius:15px;min-height:42px;padding:10px 12px}.privateChatComposer button{border-radius:13px;width:42px;height:42px}}.messagesPage{width:min(100% - 20px,920px);margin:0 auto;padding:22px 0 18px}.messagesHeaderCard{background:radial-gradient(circle at 12% 0,#29d86b1a,#0000 35%),#101813;border:1px solid #2d4235;border-radius:24px;margin-bottom:16px;padding:22px;box-shadow:0 20px 48px #00000045,inset 0 1px #ffffff08}.messagesHeaderTop{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.messagesHeaderTop>div{min-width:0}.messagesHeaderTop>div>span{color:#49e57f;letter-spacing:.16em;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:950;display:inline-block}.messagesHeaderTop h1{color:#fff;letter-spacing:-.045em;margin:0;font-size:clamp(30px,5vw,46px);font-weight:950;line-height:1}.messagesHeaderTop p{color:#9aa69e;margin:10px 0 0;font-size:14px;line-height:1.5}.messagesRefreshButton{color:#b9c6bd;cursor:pointer;background:#17221b;border:1px solid #3b5143;border-radius:12px;min-height:40px;padding:0 14px;font-size:12px;font-weight:850;transition:border-color .2s,background .2s,color .2s}.messagesRefreshButton:hover:not(:disabled){color:#80f3aa;background:#29d86b1a;border-color:#29d86b}.messagesRefreshButton:disabled{cursor:not-allowed;opacity:.55}.messagesHeaderActions{grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:19px;display:grid}.messagesSearchInput{color:#fff;width:100%;min-height:46px;font:inherit;background:#17211b;border:1px solid #34483b;border-radius:14px;outline:none;padding:0 15px;font-size:14px}.messagesSearchInput::placeholder{color:#748078}.messagesSearchInput:focus{border-color:#29d86b;box-shadow:0 0 0 4px #29d86b1a}.messagesNewButton{color:#061009;cursor:pointer;background:#29d86b;border:1px solid #29d86b;border-radius:14px;min-height:46px;padding:0 18px;font-size:13px;font-weight:950;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 24px #29d86b2e}.messagesNewButton:hover{transform:translateY(-1px);box-shadow:0 14px 30px #29d86b3d}.messagesList{background:#0f1712;border:1px solid #2c4033;border-radius:22px;overflow:hidden;box-shadow:0 20px 44px #0000003d}.messagesConversationCard{width:100%;min-height:86px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #25352b;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:13px;padding:14px 16px;transition:background .2s,transform .2s;display:grid}.messagesConversationCard:last-child{border-bottom:none}.messagesConversationCard:hover{background:#29d86b12}.messagesConversationCard:active{transform:scale(.995)}.messagesConversationUnread{background:linear-gradient(90deg,#29d86b17,#0000 55%)}.messagesConversationAvatar{color:#061009;background:radial-gradient(circle at 35% 25%,#61f091,#29d86b 45%,#149747);border:2px solid #29d86b;border-radius:18px;place-items:center;width:56px;height:56px;font-size:23px;font-weight:950;display:grid;overflow:hidden;box-shadow:0 9px 22px #29d86b2b}.messagesConversationAvatar img{object-fit:cover;width:100%;height:100%;display:block}.messagesConversationBody{min-width:0}.messagesConversationTop,.messagesConversationBottom{justify-content:space-between;align-items:center;gap:12px;display:flex}.messagesConversationTop strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;font-weight:950;overflow:hidden}.messagesConversationTop time{color:#839087;flex:none;font-size:11px;font-weight:750}.messagesConversationBottom{margin-top:6px}.messagesConversationBottom p{color:#a5b0a8;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:13px;line-height:1.35;overflow:hidden}.messagesConversationUnread .messagesConversationBottom p{color:#d7e2da;font-weight:750}.messagesUnreadBadge{color:#061009;background:#29d86b;border-radius:999px;flex:none;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:10px;font-weight:950;display:grid;box-shadow:0 5px 14px #29d86b40}.messagesConversationUsername{color:#718078;text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:11px;font-weight:750;display:block;overflow:hidden}.messagesStateCard{text-align:center;background:#111a14;border:1px solid #2d4034;border-radius:22px;width:min(100%,500px);margin:38px auto;padding:30px 24px;box-shadow:0 18px 38px #00000038}.messagesStateCard h2{color:#fff;margin:0 0 8px;font-size:20px;font-weight:950}.messagesStateCard p{color:#96a198;margin:0;font-size:13px;line-height:1.55}.messagesStateCard button{color:#7df3a8;cursor:pointer;background:#29d86b1a;border:1px solid #29d86b;border-radius:13px;min-height:43px;margin-top:18px;padding:0 16px;font-size:13px;font-weight:900}.messagesErrorCard{background:#53222233;border-color:#5b3b3b}.messagesEmptyIcon{color:#6def9a;background:#29d86b1a;border:1px solid #2f8d52;border-radius:18px;place-items:center;width:58px;height:58px;margin:0 auto 14px;font-size:25px;display:grid}@media (width<=600px){.messagesPage{width:100%;padding:0}.messagesHeaderCard{border-left:none;border-right:none;border-radius:0;margin-bottom:8px;padding:18px 14px 14px}.messagesHeaderTop{align-items:center}.messagesHeaderTop h1{font-size:32px}.messagesHeaderTop p{max-width:240px;font-size:12px}.messagesRefreshButton{min-height:36px;padding:0 11px}.messagesHeaderActions{grid-template-columns:1fr}.messagesNewButton{width:100%}.messagesList{border-left:none;border-right:none;border-radius:0}.messagesConversationCard{grid-template-columns:51px minmax(0,1fr);gap:11px;min-height:78px;padding:12px}.messagesConversationAvatar{border-radius:16px;width:49px;height:49px;font-size:21px}.messagesConversationTop strong{font-size:14px}.messagesConversationBottom p{font-size:12.5px}.messagesStateCard{width:calc(100% - 24px);margin:26px auto}}html,body,#root{min-height:100%}body{overflow-x:hidden}@supports (height:100dvh){html,body,#root{min-height:100dvh}}@media (width<=700px){:root{--mobile-nav-height:70px;--mobile-safe-bottom:env(safe-area-inset-bottom,0px)}.app{min-height:100dvh;padding-bottom:calc(var(--mobile-nav-height) + var(--mobile-safe-bottom))}.appHeader{z-index:40;position:sticky;top:0}.bottomNav{z-index:100;min-height:calc(var(--mobile-nav-height) + var(--mobile-safe-bottom));padding:0 4px var(--mobile-safe-bottom);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;background:#070d09f7;border-top:1px solid #29d86b;align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:auto hidden;box-shadow:0 -12px 30px #00000052}.bottomNav::-webkit-scrollbar{display:none}.bottomNav button{min-width:74px;min-height:var(--mobile-nav-height);white-space:nowrap;flex:1 0 74px;padding:7px 4px 6px;font-size:9px}.bottomNavIcon{font-size:19px}.app:has(.privateChatPage){height:100dvh;min-height:100dvh;padding-bottom:0;overflow:hidden}:is(.app:has(.privateChatPage) .appHeader,.app:has(.privateChatPage) .bottomNav){display:none}.privateChatPage{width:100%;height:100dvh;min-height:100dvh;padding:0;overflow:hidden}.privateChatShell{border:0;border-radius:0;width:100%;height:100dvh;min-height:0;max-height:100dvh}.privateChatHeader{z-index:5;padding-top:max(10px, env(safe-area-inset-top,0px));flex:none;position:relative}.privateChatConversation{overscroll-behavior:contain;flex:auto;min-height:0;max-height:none;padding-bottom:12px}.privateChatComposer{padding-bottom:max(8px, env(safe-area-inset-bottom,0px));flex:none;position:relative;bottom:auto}.privateChatComposer textarea{resize:none;font-size:16px}.chatPage{padding-bottom:0}.chatShell{min-height:calc(100dvh - var(--mobile-nav-height) - var(--mobile-safe-bottom) - 86px)}.chatConversation{flex:auto;min-height:0;max-height:none}.chatComposer{bottom:calc(var(--mobile-nav-height) + var(--mobile-safe-bottom))}.chatComposer textarea,.chatComposer input{font-size:16px}}@supports not selector(.app:has(.privateChatPage)){@media (width<=700px){.privateChatShell{min-height:calc(100dvh - var(--mobile-nav-height) - var(--mobile-safe-bottom) - 86px)}.privateChatConversation{min-height:0;max-height:none}}}.chatMessageImage{object-fit:cover;border-radius:12px;width:min(320px,70vw);max-height:420px;margin-bottom:6px;display:block}.chatBubble:has(.chatMessageImage){padding:6px}.chatPage{width:100%;max-width:none;height:calc(100dvh - 86px - var(--mobile-nav-height,76px));margin:0;padding:0;overflow:hidden}.chatShell{width:100%;height:100%;min-height:0;box-shadow:none;background:linear-gradient(#07100ce6,#07100ce6),radial-gradient(circle at 20% 15%,#29d86b17,#0000 30%),#08100c;border:0;border-radius:0;flex-direction:column;display:flex;overflow:hidden}.chatTopBar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#121f18f0;border-bottom:1px solid #5f7d6a40;flex:none;min-height:72px;padding:10px 14px;box-shadow:0 5px 18px #0003}.chatTopBarIdentity{gap:11px}.chatGroupAvatar{background:#183224;border:1px solid #6cf49db3;border-radius:50%;width:48px;height:48px;box-shadow:0 4px 14px #00000047}.chatTopBar h1{letter-spacing:-.02em;font-size:18px;font-weight:850}.chatTopBar p{color:#91a79a;margin-top:2px;font-size:12px;font-weight:650}.chatRefreshButton{color:#b9c9c0;background:0 0;border:0;border-radius:50%;width:40px;height:40px;min-height:40px;padding:0;font-size:0}.chatRefreshButton:after{content:"↻";font-size:22px;line-height:1}.chatRefreshButton:hover:not(:disabled){color:#fff;background:#ffffff12}.chatSignedInBar{display:none}.chatConversation{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#355241 transparent;background:radial-gradient(circle at 10% 10%,#29d86b0a,#0000 24%),radial-gradient(circle at 90% 70%,#29d86b08,#0000 26%);flex:auto;min-height:0;max-height:none;padding:14px 12px 18px;overflow-y:auto}.chatDateGroup{margin-bottom:8px}.chatDateSeparator{margin:8px 0 15px}.chatDateSeparator span{color:#9fb0a6;letter-spacing:.02em;text-transform:none;background:#1e2f26e6;border:0;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:750;box-shadow:0 3px 12px #0000002e}.chatMessageRow{align-items:flex-end;gap:7px;margin-bottom:5px}.chatMessageRowOwn{justify-content:flex-end}.chatUserAvatar{background:#173021;border:1px solid #6fef9d6b;width:31px;height:31px;font-size:12px;box-shadow:0 3px 10px #00000038}.chatMessageContent,.chatMessageRowOwn .chatMessageContent{max-width:min(78%,560px)}.chatSenderName{color:#70e89c;margin:0 0 4px 9px;font-size:11px;font-weight:750}.chatBubble{color:#f4f7f5;background:#1d2b24;border:0;border-radius:17px 17px 17px 5px;min-width:54px;padding:8px 10px 6px;box-shadow:0 1px 2px #00000047}.chatBubbleOwn{color:#fff;background:linear-gradient(145deg,#18864a,#126c3b);border:0;border-radius:17px 17px 5px}.chatBubble p{font-size:15px;line-height:1.35}.chatBubbleMeta{color:#dce7e094;gap:3px;margin-top:3px;font-size:10px;font-weight:600}.chatBubbleOwn .chatBubbleMeta{color:#ecfff3b3}.chatMessageTick{color:#b8ffd0;font-size:12px}.chatMessageImage{object-fit:cover;border-radius:14px;width:min(390px,72vw);max-width:100%;max-height:520px;margin:0}.chatBubble:has(.chatMessageImage){border-radius:17px;padding:4px;overflow:hidden}.chatBubble:has(.chatMessageImage) .chatBubbleMeta{padding:0 7px 4px}.chatDeleteButton{display:none}.chatComposer{z-index:8;padding:8px 10px max(8px, env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#08100cf5;border-top:0;flex:none;position:relative;bottom:auto}.chatComposerField{background:#1a2821;border:1px solid #31443a;border-radius:29px;grid-template-columns:42px minmax(0,1fr) 48px;align-items:end;gap:4px;width:100%;min-height:54px;padding:4px;display:grid;box-shadow:0 5px 18px #0003}.chatComposerField:focus-within{border-color:#3c5a49;box-shadow:0 5px 18px #00000038}.chatComposerField textarea,.chatComposerField input[type=text]{resize:none;color:#fff;background:0 0;border:0;outline:0;align-self:center;width:100%;min-width:0;min-height:44px;max-height:128px;padding:11px 6px 9px;font:16px/1.35 Inter,system-ui,sans-serif}.chatComposerField textarea::placeholder,.chatComposerField input[type=text]::placeholder{color:#89988f}.chatComposerIconButton,.chatImageUploadButton{color:#aebcb4;width:42px;height:42px;box-shadow:none;cursor:pointer;background:0 0;border:0;border-radius:50%;align-self:end;place-items:center;padding:0;font-size:22px;line-height:1;display:grid}.chatComposerIconButton:hover,.chatImageUploadButton:hover{color:#fff;background:#ffffff0f}.chatImageUploadButton:before{content:none!important}.chatImageUploadButton:after{filter:grayscale()brightness(1.65);content:"📎"!important;font-size:23px!important;display:inline!important}.chatSendButton{color:#07150c;cursor:pointer;background:linear-gradient(145deg,#31e87a,#18b95a);border:0;border-radius:50%;align-self:end;place-items:center;width:46px;height:46px;padding:0;font-size:22px;line-height:1;transition:transform .14s,box-shadow .14s,opacity .14s;display:grid;box-shadow:0 7px 18px #1ccd6442}.chatSendButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 9px 22px #1ccd6459}.chatSendButton:active:not(:disabled){transform:scale(.94)}.chatSendButton:disabled{color:#718078;box-shadow:none;cursor:not-allowed;opacity:1;background:#26342c}.chatCharacterCount{display:none}@media (width<=700px){.chatPage{height:calc(100dvh - 76px - var(--mobile-nav-height,72px) - var(--mobile-safe-bottom,0px))}.chatShell{border:0;border-radius:0;height:100%;min-height:0}.chatTopBar{min-height:64px;padding:8px 10px}.chatGroupAvatar{width:43px;height:43px}.chatTopBar h1{font-size:17px}.chatConversation{padding:12px 8px 14px}.chatMessageContent,.chatMessageRowOwn .chatMessageContent{max-width:82%}.chatBubble p{font-size:15px}.chatMessageImage{width:min(360px,76vw);max-height:470px}.chatComposer{padding:7px 7px max(7px, env(safe-area-inset-bottom,0px));position:relative;bottom:auto}.chatComposerField{border-radius:28px;grid-template-columns:42px minmax(0,1fr) 48px;gap:2px;min-height:54px;padding:4px}.chatComposerIconButton,.chatImageUploadButton{border-radius:50%;width:42px;height:42px}.chatSendButton{border-radius:50%;width:46px;height:46px}}.cataloguePageTitleRow{justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;display:flex}.cataloguePageTitleRow h2{color:#fff;letter-spacing:-.03em;margin:0;font-size:27px;font-weight:900}.catalogueAddProductButton{color:#061009;min-height:44px;font:inherit;cursor:pointer;background:#29d86b;border:1px solid #29d86b;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:950;display:inline-flex;box-shadow:0 8px 22px #29d86b2e}.catalogueAddProductButton:active{transform:scale(.98)}.catalogueAdminNotice{background:linear-gradient(135deg,#29d86b1f,#29d86b08),#111b15;border:1px solid #29d86b6b;border-radius:17px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;padding:14px 15px;display:flex;box-shadow:0 12px 28px #0000002e}.catalogueAdminNotice>div{gap:3px;min-width:0;display:grid}.catalogueAdminNotice strong{color:#7df3a8;font-size:14px;font-weight:950}.catalogueAdminNotice span{color:#aebbb2;font-size:12px;line-height:1.4}.catalogueAdminNotice>button{color:#d8e4dc;min-height:38px;font:inherit;cursor:pointer;background:#18241d;border:1px solid #395045;border-radius:12px;flex-shrink:0;padding:0 13px;font-size:12px;font-weight:850}.catalogueAdminNotice>button:disabled{opacity:.55;cursor:default}.catalogueCategoryHeader{align-items:center}.catalogueProductItem{margin-bottom:13px;position:relative}.catalogueProductItem>.oilCard{margin-bottom:0}.catalogueProductItemHidden>.oilCard{opacity:.68;filter:saturate(.65);border-style:dashed}.catalogueHiddenBadge,.catalogueDetailHiddenBadge{color:#ffd27b;background:#ffbe441a;border:1px solid #ffbe4473;border-radius:999px;align-items:center;min-height:26px;margin-top:8px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.catalogueDetailHiddenBadge{vertical-align:middle;margin-left:7px}.catalogueProductAdminActions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.catalogueProductAdminActions button,.catalogueDetailAdminActions button{color:#eef8f1;min-height:40px;font:inherit;cursor:pointer;background:#18241d;border:1px solid #385044;border-radius:12px;padding:0 10px;font-size:12px;font-weight:900}.catalogueProductAdminActions button:first-child,.catalogueDetailAdminActions button:first-child{color:#75f0a2;background:#29d86b1a;border-color:#29d86b99}.catalogueProductAdminActions button:disabled,.catalogueDetailAdminActions button:disabled{opacity:.48;cursor:default}.catalogueProductDeleteButton{color:#ff9696!important;background:#ff4b4b14!important;border-color:#ff5f5f7a!important}.catalogueDetailAdminActions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px;display:grid}.catalogueInlineError{background:#76151538;border:1px solid #ff5c5c73;border-radius:15px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 12px;margin-bottom:16px;padding:14px;display:grid}.catalogueInlineError strong{color:#ffb1b1;font-size:14px}.catalogueInlineError span{color:#e5c7c7;grid-column:1;font-size:12px;line-height:1.45}.catalogueInlineError button{color:#ffd1d1;min-height:38px;font:inherit;cursor:pointer;background:#ff5c5c17;border:1px solid #ff6d6d73;border-radius:11px;grid-area:1/2/span 2;padding:0 13px;font-size:12px;font-weight:900}.catalogueStateCard,.catalogueEmptyProductCard{text-align:center}.catalogueLoadingSpinner{border:4px solid #29d86b26;border-top-color:#29d86b;border-radius:50%;width:38px;height:38px;margin:0 auto 14px;animation:.75s linear infinite catalogueSpin}@keyframes catalogueSpin{to{transform:rotate(360deg)}}.catalogueEmptyProductCard button{color:#6cf09d;min-height:42px;font:inherit;cursor:pointer;background:#29d86b1a;border:1px solid #29d86b;border-radius:13px;margin-top:8px;padding:0 16px;font-size:13px;font-weight:900}.catalogueAdminModalBackdrop{z-index:12000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overscroll-behavior:contain;background:#000000c2;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.catalogueAdminModal{background:radial-gradient(circle at 50% 0,#29d86b1a,#0000 32%),#101813;border:1px solid #29d86b6b;border-radius:24px;flex-direction:column;width:min(100%,640px);max-height:min(90dvh,860px);display:flex;overflow:hidden;box-shadow:0 30px 80px #00000094,0 0 0 1px #ffffff08}.catalogueAdminModalHeader{background:#09110ceb;border-bottom:1px solid #26372d;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:14px 16px 13px 18px;display:flex}.catalogueAdminModalHeader>div{min-width:0}.catalogueAdminModalHeader span{color:#29d86b;letter-spacing:.13em;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:950;display:block}.catalogueAdminModalHeader h2{color:#fff;letter-spacing:-.03em;margin:0;font-size:23px;font-weight:950}.catalogueAdminModalHeader>button{color:#d8e5dc;cursor:pointer;background:#17221b;border:1px solid #33463b;border-radius:14px;flex-shrink:0;place-items:center;width:43px;height:43px;padding:0;font-size:28px;line-height:1;display:grid}.catalogueProductForm{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#315440 transparent;padding:18px;overflow-y:auto}.catalogueProductForm>label,.catalogueProductFormGrid>label{gap:7px;margin-bottom:15px;display:grid}.catalogueProductForm label>span,.catalogueProductImageField legend{color:#dce7df;font-size:12px;font-weight:900}.catalogueProductForm label>span{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.catalogueProductForm label small{color:#7f9185;font-size:10px;font-weight:700}.catalogueProductForm input[type=text],.catalogueProductForm input[type=number],.catalogueProductForm select,.catalogueProductForm textarea{color:#fff;width:100%;font:inherit;background:#17211b;border:1px solid #34483c;border-radius:13px;outline:none;font-size:14px;line-height:1.45}.catalogueProductForm input[type=text],.catalogueProductForm input[type=number],.catalogueProductForm select{min-height:48px;padding:0 13px}.catalogueProductForm textarea{resize:vertical;min-height:94px;padding:12px 13px}.catalogueProductForm input:focus,.catalogueProductForm select:focus,.catalogueProductForm textarea:focus{border-color:#29d86b;box-shadow:0 0 0 3px #29d86b1c}.catalogueProductForm input::placeholder,.catalogueProductForm textarea::placeholder{color:#748179}.catalogueProductFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.catalogueProductImageField{background:#0000001f;border:1px solid #304239;border-radius:16px;min-width:0;margin:2px 0 16px;padding:13px}.catalogueProductImageField legend{padding:0 7px}.catalogueProductImageEditor{grid-template-columns:112px minmax(0,1fr);align-items:center;gap:14px;display:grid}.catalogueProductImagePreview{color:#29d86b;background:radial-gradient(circle,#29d86b29,#0b110e 74%);border:1px solid #29d86b7a;border-radius:16px;place-items:center;width:112px;height:128px;font-size:24px;font-weight:950;display:grid;overflow:hidden}.catalogueProductImagePreview img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.catalogueProductImageActions{justify-items:start;gap:9px;min-width:0;display:grid}.catalogueProductImageUploadButton{cursor:pointer;margin:0!important;display:inline-flex!important}.catalogueProductImageUploadButton input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.catalogueProductImageUploadButton>span,.catalogueProductImageActions>button{min-height:40px;font:inherit;cursor:pointer;background:#29d86b17;border:1px solid #29d86b7a;border-radius:12px;justify-content:center;align-items:center;padding:0 13px;color:#73efa0!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.catalogueProductImageActions>button{background:#18221c;border-color:#3c4d43;color:#ccd9d0!important}.catalogueProductImageActions small{color:#78877d;font-size:10px;line-height:1.4}.catalogueProductSwitches{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.catalogueProductSwitches label{cursor:pointer;background:#151f19;border:1px solid #304239;border-radius:14px;align-items:center;gap:10px;min-height:48px;padding:10px 12px;margin:0!important;display:flex!important}.catalogueProductSwitches input{accent-color:#29d86b;flex:none;width:20px;height:20px}.catalogueProductSwitches span{line-height:1.35;color:#dce8e0!important;font-size:12px!important;display:block!important}.catalogueProductFormError{color:#ffb9b9;background:#78171733;border:1px solid #ff5b5b75;border-radius:13px;margin-bottom:15px;padding:12px 13px;font-size:12px;font-weight:750;line-height:1.45}.catalogueProductFormFooter{z-index:2;padding:13px 18px max(13px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0e1611f7;border-top:1px solid #28382f;grid-template-columns:.82fr 1.18fr;gap:10px;margin:2px -18px -18px;display:grid;position:sticky;bottom:-18px}.catalogueProductFormFooter button{color:#d8e3dc;min-height:48px;font:inherit;cursor:pointer;background:#19231d;border:1px solid #3b4b42;border-radius:14px;font-size:13px;font-weight:950}.catalogueProductFormFooter button[type=submit]{color:#061009;background:#29d86b;border-color:#29d86b}.catalogueProductFormFooter button:disabled{opacity:.52;cursor:default}@media (width<=600px){.cataloguePageTitleRow h2{font-size:25px}.catalogueAddProductButton{min-height:42px;padding:0 13px;font-size:12px}.catalogueAdminNotice{padding:12px}.catalogueProductAdminActions{gap:6px}.catalogueProductAdminActions button{min-height:38px;padding:0 6px;font-size:11px}.catalogueDetailAdminActions,.catalogueInlineError{grid-template-columns:1fr}.catalogueInlineError span,.catalogueInlineError button{grid-area:auto/1}.catalogueAdminModalBackdrop{align-items:end;padding:0}.catalogueAdminModal{border-bottom:0;border-left:0;border-right:0;border-radius:24px 24px 0 0;width:100%;max-height:94dvh}.catalogueAdminModalHeader{min-height:68px;padding-left:15px}.catalogueAdminModalHeader h2{font-size:21px}.catalogueProductForm{padding:15px}.catalogueProductFormGrid{grid-template-columns:1fr;gap:0}.catalogueProductImageEditor{grid-template-columns:92px minmax(0,1fr)}.catalogueProductImagePreview{width:92px;height:110px}.catalogueProductSwitches{grid-template-columns:1fr}.catalogueProductFormFooter{margin:2px -15px -15px;padding-left:15px;padding-right:15px;bottom:-15px}}.adminSectionTabsFour{grid-template-columns:repeat(4,minmax(130px,1fr));overflow-x:auto}.ownerSecurityReview{flex-direction:column;gap:16px;display:flex}.ownerReviewHeader{background:linear-gradient(135deg,#29d86b21,#0d1410fa);border:1px solid #2d4937;border-radius:22px;padding:24px;box-shadow:0 18px 42px #0000003d}.ownerReviewHeader>span{color:#29d86b;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:950}.ownerReviewHeader h2{color:#fff;letter-spacing:-.035em;margin:7px 0 5px;font-size:26px;font-weight:950}.ownerReviewHeader p{color:#a7b7ad;margin:0;font-size:13px;line-height:1.6}.ownerReviewToolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.ownerReviewBackButton,.ownerReviewRefreshButton,.ownerReviewMediaButton{min-height:42px;font:inherit;cursor:pointer;border-radius:13px;padding:0 15px;font-size:12px;font-weight:900}.ownerReviewBackButton{color:#dce7df;background:#151f19;border:1px solid #3c5144}.ownerReviewRefreshButton{color:#80f0a8;background:#29d86b1f;border:1px solid #29d86b}.ownerReviewMediaButton{color:#07120b;background:#29d86b;border:1px solid #29d86b;align-self:flex-start;margin-top:4px}.ownerReviewBackButton:disabled,.ownerReviewRefreshButton:disabled,.ownerReviewMediaButton:disabled{cursor:wait;opacity:.55}.ownerReviewConversationList,.ownerReviewMessages{flex-direction:column;gap:12px;display:flex}.ownerReviewConversation{color:#fff;text-align:left;cursor:pointer;background:#111914;border:1px solid #293c31;border-radius:18px;flex-direction:column;align-items:flex-start;gap:7px;width:100%;padding:18px;display:flex;box-shadow:0 12px 28px #0000002b}.ownerReviewConversation:hover{border-color:#29d86b;transform:translateY(-1px)}.ownerReviewConversation:disabled{cursor:wait;opacity:.65}.ownerReviewConversation strong{color:#fff;font-size:15px;font-weight:950}.ownerReviewConversation>span{color:#78e99f;font-size:11px;font-weight:850}.ownerReviewConversation p{color:#b6c2ba;text-overflow:ellipsis;white-space:nowrap;width:100%;margin:2px 0;font-size:13px;line-height:1.45;overflow:hidden}.ownerReviewConversation small{color:#69766e;font-size:10px}.ownerReviewMessage{background:#101713;border:1px solid #293b30;border-radius:18px;flex-direction:column;gap:10px;padding:17px;display:flex}.ownerReviewMessageTop{justify-content:space-between;align-items:center;gap:14px;display:flex}.ownerReviewMessageTop strong{color:#7ceda3;font-size:12px;font-weight:950}.ownerReviewMessageTop span{color:#718078;text-align:right;font-size:10px}.ownerReviewMessage p{color:#e8eee9;overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.55}.ownerReviewMessage small{color:#7b8980;font-size:10px}@media (width<=720px){.adminSectionTabsFour{grid-template-columns:repeat(4,minmax(120px,1fr))}.ownerReviewHeader{padding:20px}.ownerReviewMessageTop{flex-direction:column;align-items:flex-start;gap:5px}.ownerReviewMessageTop span{text-align:left}}:root{--morph-app-height:100dvh;--morph-app-width:100vw;--morph-keyboard-offset:0px;--morph-safe-top:env(safe-area-inset-top,0px);--morph-safe-right:env(safe-area-inset-right,0px);--morph-safe-bottom:env(safe-area-inset-bottom,0px);--morph-safe-left:env(safe-area-inset-left,0px);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html.morphMobileOnlyRoot,html.morphMobileOnlyRoot body,html.morphMobileOnlyRoot #root{background:#020805;width:100%;min-width:0;min-height:100%;margin:0;padding:0}html.morphMobileOnlyRoot{overscroll-behavior:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}body.morphMobileOnlyBody{min-height:var(--morph-app-height,100dvh);overscroll-behavior-x:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 50% -10%,#24e8691f,#0000 36%),#020805;overflow-x:hidden}body[data-morph-page=chat],body[data-morph-page=private-chat]{height:var(--morph-app-height,100dvh);overscroll-behavior:none;overflow:hidden}*{box-sizing:border-box}button,a,[role=button],input,textarea,select{-webkit-tap-highlight-color:transparent}button,a,[role=button]{touch-action:manipulation}button{-webkit-user-select:none;user-select:none;min-height:44px}button:active,a:active,[role=button]:active{opacity:.88}input,textarea,select{font-size:16px!important}textarea{resize:none}img,video{max-width:100%}.app.appMobileOnly{width:100%;min-width:0;min-height:var(--morph-app-height,100dvh);padding-bottom:calc(72px + var(--morph-safe-bottom));background:#061009;margin:0;position:relative;overflow-x:hidden}.app.appMobileOnly.appChatMode,.app.appMobileOnly.appPrivateChatMode{height:var(--morph-app-height,100dvh);min-height:0;padding-bottom:0;overflow:hidden}.appHeader{z-index:800;padding-top:var(--morph-safe-top);top:0}.appHeaderContent{width:100%;max-width:none;min-height:60px;padding-right:max(12px, var(--morph-safe-right));padding-left:max(12px, var(--morph-safe-left))}.headerProfileButton,.logoutButton{min-width:44px;min-height:44px}.bottomNav{min-height:calc(66px + var(--morph-safe-bottom));scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-backdrop-filter:blur(18px);scrollbar-width:none;align-items:stretch;overflow:auto hidden;z-index:900!important;width:100%!important;max-width:none!important;padding:4px max(4px, var(--morph-safe-right)) var(--morph-safe-bottom) max(4px, var(--morph-safe-left))!important;background:#04170dfb!important;border-radius:0!important;margin:0!important;display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.bottomNav::-webkit-scrollbar{display:none}.bottomNav>button{scroll-snap-align:center;flex:1 0 68px;min-width:68px;min-height:58px;border-radius:12px!important;padding:4px 5px!important}.bottomNavIcon{font-size:20px}.bottomNav>button>span:last-child{text-overflow:ellipsis;white-space:nowrap;max-width:68px;font-size:10px;overflow:hidden}.pmPage,.pmShell,.appPrivateChatMode .pmPage,.appPrivateChatMode .pmShell{height:var(--morph-app-height,100dvh)!important;min-height:0!important}.pmHeader{min-height:calc(60px + var(--morph-safe-top));padding-top:var(--morph-safe-top)}.pmConversation{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;min-height:0}.pmComposer{padding-bottom:calc(8px + var(--morph-safe-bottom))!important}.pmComposer textarea,.pmComposer input{font-size:16px!important}.pmBackButton,.pmComposerIconButton,.pmSendButton,.pmVoiceButton,.pmMessageMenuButton{min-width:44px;min-height:44px}.pmReactionSheet,.pmAuditPanel{padding-bottom:var(--morph-safe-bottom);width:100%!important;max-width:none!important;max-height:calc(var(--morph-app-height,100dvh) - var(--morph-safe-top) - 12px)!important;border-radius:24px 24px 0 0!important}.morphLoginPage,.authLoadingPage{width:100%;min-height:var(--morph-app-height,100dvh)!important;padding-top:max(18px, var(--morph-safe-top))!important;padding-right:max(14px, var(--morph-safe-right))!important;padding-bottom:max(18px, var(--morph-safe-bottom))!important;padding-left:max(14px, var(--morph-safe-left))!important}.morphLoginCard{width:100%;max-width:440px}.chatAuditBackdrop,.chatModerationBackdrop,.chatTopicManagerBackdrop,.chatReactionSheetOverlay,.pmSheetBackdrop,.pmAuditBackdrop,.pmDialogBackdrop,.pmImageViewer{padding-top:var(--morph-safe-top);padding-right:var(--morph-safe-right);padding-bottom:var(--morph-safe-bottom);padding-left:var(--morph-safe-left)}@media (width>=721px) and (hover:hover) and (pointer:fine){body.morphMobileOnlyBody{justify-content:center;display:flex}#root{min-height:var(--morph-app-height,100dvh);border-left:1px solid #30ff7921;border-right:1px solid #30ff7921;box-shadow:0 0 90px #000000b8;width:430px!important;max-width:430px!important}.bottomNav{transform:translate(-50%);width:430px!important;left:50%!important;right:auto!important}}:root{--morph-app-height:100dvh;--morph-browser-bottom-guard:max(20px, env(safe-area-inset-bottom,0px))}html,body,#root{width:100%;min-width:0;max-width:100%}body[data-morph-page=chat],body[data-morph-page=private-chat]{width:100%;height:var(--morph-app-height,100dvh);min-height:0;position:fixed;inset:0;overflow:hidden}@supports (height:100svh){:root{--morph-app-height:100svh}}@supports (height:100dvh){:root{--morph-app-height:100dvh}}@media (display-mode:standalone){:root{--morph-browser-bottom-guard:max(14px, env(safe-area-inset-bottom,0px))}}
