.NewMessageLauncher_backdrop__LMnpq{position:fixed;inset:0;z-index:1200;display:flex;align-items:flex-start;justify-content:center;padding-top:96px;background:rgba(0,0,0,.18)}.NewMessageLauncher_dialog__PGiRv{width:min(520px,100vw - 32px);max-height:min(640px,100vh - 128px);display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 12px 32px rgba(0,0,0,.12)}.NewMessageLauncher_header__wyrsx{padding:16px 16px 8px;border-bottom:1px solid var(--color-border)}.NewMessageLauncher_title__VtYUU{margin:0 0 12px;font-size:14px;font-weight:500;color:var(--color-text)}.NewMessageLauncher_input__tOKzq{width:100%;padding:8px 0;border:none;border-bottom:1px solid var(--color-border);border-radius:0;background:rgba(0,0,0,0);color:var(--color-text);font:inherit;font-size:13px;outline:none}.NewMessageLauncher_input__tOKzq:focus{border-bottom-color:var(--color-text-muted)}.NewMessageLauncher_results__mk4KM{overflow-y:auto;min-height:180px}.NewMessageLauncher_sectionLabel__j9e2f{padding:12px 16px 4px;font-size:11px;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.NewMessageLauncher_result__q99sC{width:100%;display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;padding:8px 16px;border:none;border-bottom:1px solid var(--color-border);background:rgba(0,0,0,0);color:var(--color-text);text-align:left;cursor:pointer}.NewMessageLauncher_resultActive__mLG1P,.NewMessageLauncher_result__q99sC:hover{background:rgba(128,128,128,.08)}.NewMessageLauncher_result__q99sC:disabled{cursor:default;opacity:.6}.NewMessageLauncher_resultLabel__BRRoM{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.4}.NewMessageLauncher_resultMeta__bhk8F{max-width:180px;overflow:hidden;text-overflow:ellipsis;color:var(--color-text-muted);font-size:11px;line-height:1.4;white-space:nowrap}.NewMessageLauncher_empty___Pi3g{padding:24px 16px;color:var(--color-text-muted);font-size:13px}.NewMessageLauncher_error__bvKLZ{padding:8px 16px;border-top:1px solid var(--color-border);color:var(--color-text);font-size:12px}@media(max-width:768px){.NewMessageLauncher_backdrop__LMnpq{align-items:stretch;padding:16px}.NewMessageLauncher_dialog__PGiRv{width:100%;max-height:none}.NewMessageLauncher_input__tOKzq{font-size:16px}}.notifications_container__57RBh{position:fixed;top:24px;right:calc(var(--chat-panel-width, 360px) + 24px);z-index:1800;display:flex;flex-direction:column;gap:8px;max-width:320px;pointer-events:none}@media(max-width:768px){.notifications_container__57RBh{top:calc(16px + env(safe-area-inset-top, 0px) + var(--top-chrome-height, 0px));right:16px;left:16px;max-width:none}}.notifications_toast__X2a2w{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md,6px);padding:12px 16px;cursor:pointer;pointer-events:auto;opacity:0;transform:translateY(-8px);animation:notifications_fadeIn__KifGS .2s ease-out forwards;min-width:240px;display:flex;align-items:flex-start;gap:12px}.notifications_toast__X2a2w:hover{background:var(--color-bg-subtle)}.notifications_avatar__zE_XB{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.notifications_avatarFallback__RANZB{width:32px;height:32px;border-radius:50%;background:var(--color-text-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0}.notifications_avatarFallback__RANZB span{font-size:11px;font-weight:600;color:var(--color-bg);letter-spacing:.02em}.notifications_toastContent__3uBcF{min-width:0;flex:1 1}.notifications_toastDismissing__GiT6I{animation:notifications_fadeOut__oA1WA .2s ease-in forwards}.notifications_channelLabel__vaNxh{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-light)}.notifications_channelLabel__vaNxh,.notifications_senderName__p_LTR{font-weight:500;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notifications_senderName__p_LTR{font-size:13px;color:var(--color-text)}.notifications_messagePreview__EW6wV{font-size:13px;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes notifications_fadeIn__KifGS{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes notifications_fadeOut__oA1WA{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.billing_overlay__KNLTv{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.billing_modal__V1zuo{background:var(--color-bg);border:1px solid var(--color-border);max-width:900px;width:100%;max-height:90vh;overflow-y:auto;padding:32px;position:relative}.billing_closeBtn__SOBKg{position:absolute;top:16px;right:16px;background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:16px;padding:4px 8px}.billing_closeBtn__SOBKg:hover{color:var(--color-text)}.billing_limitMessage__DmMTX{font-size:13px;color:var(--color-text-muted);margin-bottom:16px;padding:8px 12px;border-left:2px solid var(--color-border)}.billing_modalTitle__JIY_k{font-size:18px;font-weight:600;margin-bottom:4px}.billing_modalSubtitle__jUkdy{font-size:13px;color:var(--color-text-muted);margin-bottom:24px}.billing_intervalToggle__l1wKv{display:flex;gap:0;margin-bottom:24px;border:1px solid var(--color-border);width:-moz-fit-content;width:fit-content}.billing_intervalBtn__R3Mn_{padding:6px 16px;font-size:12px;background:none;border:none;cursor:pointer;color:var(--color-text-muted);font-family:inherit}.billing_intervalBtn__R3Mn_:hover{color:var(--color-text)}.billing_intervalActive__1zT_P{background:var(--color-text);color:var(--color-bg)}.billing_saveBadge__R0mmb{font-size:10px;font-weight:600;margin-left:4px}.billing_planGrid__Zpfdv{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}@media(max-width:768px){.billing_planGrid__Zpfdv{grid-template-columns:1fr}}.billing_planCard__iBvk2{border:1px solid var(--color-border);padding:24px;position:relative}.billing_planHighlight__kk3yx{border-color:var(--color-text)}.billing_planRecommended__ZDjNC{border-color:var(--color-text);border-width:2px}.billing_recommendedBadge__NqNdX{position:absolute;top:-10px;left:16px;background:var(--color-text);color:var(--color-bg);font-size:10px;font-weight:600;padding:2px 8px;text-transform:uppercase;letter-spacing:.05em}.billing_planName__WWrHs{font-size:14px;font-weight:600;margin-bottom:8px}.billing_planPrice__FALC4{margin-bottom:4px}.billing_priceAmount__5tFjN{font-size:28px;font-weight:600}.billing_pricePeriod___7saa{font-size:13px;color:var(--color-text-muted)}.billing_annualNote__jvyI0{font-size:11px;color:var(--color-text-muted);margin-bottom:16px}.billing_planFeatures__suT8A{list-style:none;padding:0;margin:0 0 20px;font-size:12px;line-height:1.8;color:var(--color-text-muted)}.billing_planFeatures__suT8A li:before{content:"- "}.billing_planBtn__VoDOj{width:100%;padding:8px 16px;font-size:12px;font-family:inherit;border:1px solid var(--color-border);background:none;color:var(--color-text);cursor:pointer}.billing_planBtn__VoDOj:hover{border-color:var(--color-text)}.billing_planBtn__VoDOj:disabled{opacity:.4;cursor:default}.billing_planBtnPrimary___lOFf{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.billing_planBtnPrimary___lOFf:hover{opacity:.9}.billing_trustSignal__xMJdj{text-align:center;font-size:11px;color:var(--color-text-muted)}.billing_couponRow__Xq_Bs{display:flex;flex-direction:column;gap:4px;margin-bottom:20px}.billing_couponLabel__dQuov{font-size:12px;color:var(--color-text-muted)}.billing_couponInputWrap__ahOJm{display:flex;gap:8px}.billing_couponInput__eBenp{flex:1 1;padding:6px 10px;font-size:13px;font-family:inherit;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);text-transform:uppercase}.billing_couponInput__eBenp:focus{outline:none;border-color:var(--color-text)}.billing_couponNote__ujvi_{font-size:11px;color:var(--color-text-muted)}.billing_couponError__fgdB_{font-size:12px;font-weight:600;color:var(--color-text)}.billing_upgradeBanner__VoU0x{display:flex;align-items:center;justify-content:space-between;padding:8px 24px;font-size:12px;background:var(--color-bg-subtle,rgba(128,128,128,.05));border-bottom:1px solid var(--color-border)}.billing_bannerText__n1vXU{color:var(--color-text-muted);text-decoration:none}.billing_bannerText__n1vXU:hover{text-decoration:underline}.billing_bannerCta__30PU3{background:none;border:1px solid var(--color-border);padding:4px 12px;font-size:11px;cursor:pointer;color:var(--color-text);font-family:inherit}.billing_bannerCta__30PU3:hover{border-color:var(--color-text)}.billing_bannerDismiss__Gsv7b{background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:11px;margin-left:8px}.billing_bannerDismiss__Gsv7b:hover{color:var(--color-text)}.billing_trialBanner__a0SrS{display:flex;align-items:center;gap:8px;padding:6px 24px;font-size:12px;background:var(--color-bg-subtle,rgba(128,128,128,.05));border-bottom:1px solid var(--color-border);color:var(--color-text-muted)}.billing_trialDays__m4l5B{font-weight:600;color:var(--color-text)}.billing_trialBannerCopy__oDSHY{flex:1 1}.billing_trialBannerUrgent__9R0IA{border-bottom-width:2px;font-weight:600;color:var(--color-text)}.billing_lockedOverlay__2LrOG{position:fixed;inset:0;background:var(--color-bg);z-index:2000;display:flex;align-items:center;justify-content:center;padding:32px}.billing_lockedPanel__lUFbU{max-width:480px;width:100%;text-align:center}.billing_lockedPanelWide__b2phO{max-width:880px}.billing_lockedHeadline__dg37k{font-size:18px;font-weight:600;margin-bottom:16px}.billing_lockedBody__BG_RJ{font-size:13px;line-height:1.5;color:var(--color-text-muted);margin-bottom:24px}.billing_lockedAskAdmin__9THlZ{font-size:13px;color:var(--color-text-muted);border:1px solid var(--color-border);padding:12px 16px}.billing_lockedError__Gdjmr{font-size:12px;color:var(--color-text-muted);margin-top:8px}.billing_lockedPicker__inORw{margin-bottom:8px}.billing_lockedPickerList___t4pT{display:flex;flex-direction:column;gap:4px}.billing_lockedPickerItem__1svUf{width:100%;text-align:left;background:none;border:1px solid var(--color-border);color:var(--color-text);font-family:inherit;font-size:13px;padding:10px 12px;cursor:pointer}.billing_lockedPickerItem__1svUf:hover{background:var(--color-border)}.billing_lockedPickerEmpty__jaGjT{font-size:13px;color:var(--color-text-muted);padding:12px 0}.billing_lockedFooter__qwlGy{margin-top:32px;padding-top:16px;border-top:1px solid var(--color-border);font-size:12px;color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;gap:8px}.billing_lockedFooterLink__TFpJc{background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:12px;font-family:inherit;padding:4px 8px}.billing_lockedFooterLink__TFpJc:hover{color:var(--color-text)}.billing_lockedFooterSep__hJyJq{color:var(--color-border)}.GlobalSearchModal_backdrop__0Wy8O{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding:80px 16px 40px}[data-theme=dark] .GlobalSearchModal_backdrop__0Wy8O{background:rgba(0,0,0,.6)}.GlobalSearchModal_modal__IewOo{width:100%;max-width:640px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;box-shadow:0 20px 48px rgba(0,0,0,.18);display:flex;flex-direction:column;max-height:calc(100vh - 120px);overflow:hidden}.GlobalSearchModal_inputRow__5IopV{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--color-border);flex-shrink:0}.GlobalSearchModal_searchIcon__dTd2J{color:var(--color-text-muted);flex-shrink:0}.GlobalSearchModal_input__Jfc5y{flex:1 1;border:none;background:rgba(0,0,0,0);outline:none;font-size:15px;color:var(--color-text);font-family:inherit}.GlobalSearchModal_input__Jfc5y::placeholder{color:var(--color-text-muted)}.GlobalSearchModal_kbd__slt9f{font-size:10px;font-family:inherit;letter-spacing:.05em;padding:3px 6px;border:1px solid var(--color-border);border-radius:4px;color:var(--color-text-muted);background:var(--color-bg-subtle)}.GlobalSearchModal_results__RdQUp{overflow-y:auto;padding:8px 0;min-height:80px}.GlobalSearchModal_hint__lVoTO{padding:16px 20px;color:var(--color-text-muted);font-size:13px}.GlobalSearchModal_group__RqJoc{padding:4px 0 8px}.GlobalSearchModal_groupLabel__Se7IP{padding:6px 20px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.GlobalSearchModal_item__SWYTV{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 20px;background:rgba(0,0,0,0);border:none;text-align:left;cursor:pointer;color:var(--color-text);font-family:inherit;font-size:13px}.GlobalSearchModal_item__SWYTV.GlobalSearchModal_itemActive__oZDcy,.GlobalSearchModal_item__SWYTV:hover{background:var(--color-bg-hover,rgba(0,0,0,.06))}.GlobalSearchModal_itemTitle__cUUab{font-size:13px;color:var(--color-text);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.GlobalSearchModal_itemSubtitle__sDFdx{font-size:11px;color:var(--color-text-muted);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.styles_layoutOuter__LdguW{display:flex;flex-direction:column;min-height:100vh}.styles_topChromeStack__Bxdq7{display:flex;flex-direction:column;flex-shrink:0;position:relative;z-index:200}.styles_layout__ppnyd{--chat-panel-width:360px;flex:1 1;background:var(--color-bg);display:flex}@media(max-width:1024px)and (min-width:769px){.styles_layout__ppnyd{--chat-panel-width:320px}}@media(max-width:768px){.styles_layout__ppnyd{--chat-panel-width:0px;flex-direction:column}}.styles_sidebar__vpQSK{width:200px;background:var(--color-bg-subtle);height:calc(100vh - var(--top-chrome-height, 0px));position:fixed;left:0;top:calc(var(--top-chrome-height, 0px));padding-top:4px;display:flex;flex-direction:column;z-index:100}@media(max-width:1024px)and (min-width:769px){.styles_sidebar__vpQSK{width:160px;left:0}}@media(max-width:768px){.styles_sidebar__vpQSK{display:none}}@media (display-mode:standalone){.styles_sidebar__vpQSK{top:calc(env(safe-area-inset-top, 0px) + var(--top-chrome-height, 0px));height:calc(100vh - env(safe-area-inset-top, 0px) - var(--top-chrome-height, 0px) - env(safe-area-inset-bottom, 0px))}}.styles_sidebarHeader__oshOt{padding:16px;display:flex;justify-content:flex-start;flex-shrink:0}@media(max-width:1024px)and (min-width:769px){.styles_sidebarHeader__oshOt{padding:12px}}@media(max-width:768px){.styles_sidebarHeader__oshOt{padding:12px 16px;border-right:1px solid var(--color-border);justify-content:flex-start}}.styles_logoText__tV11t{font-size:14px;font-weight:700;color:var(--color-text);letter-spacing:.05em}@media(max-width:1024px)and (min-width:769px){.styles_logoText__tV11t{font-size:13px}}.styles_nav__YTxKY{display:flex;flex-direction:column;padding:16px 8px 0;gap:0;flex:1 1;overflow-y:auto;min-height:0}@media(max-width:1024px)and (min-width:769px){.styles_nav__YTxKY{padding:0 4px}}@media(max-width:768px){.styles_nav__YTxKY{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;padding:0 12px;gap:0;flex:1 1;align-items:center;min-height:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.styles_nav__YTxKY::-webkit-scrollbar{display:none}}.styles_sectionRailColumn__oZTZ9{position:fixed;top:calc(var(--top-chrome-height, 0px) + 44px);left:0;bottom:0;width:76px;background:var(--color-bg);box-shadow:1px 0 0 0 rgba(0,0,0,.06);z-index:100;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.styles_sectionRailColumn__oZTZ9::-webkit-scrollbar{display:none}@media(max-width:768px){.styles_sectionRailColumn__oZTZ9{display:none}}[data-theme=dark] .styles_sectionRailColumn__oZTZ9{box-shadow:1px 0 0 0 hsla(0,0%,100%,.08)}.styles_popupBackdrop__pNlSJ{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:300}.styles_popup___PWGM{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;max-width:90vw;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px;z-index:301}.styles_popupTitle__BWjyN{font-size:16px;font-weight:500;margin:0 0 4px;color:var(--color-text)}.styles_popupDesc__oCYcV{font-size:13px;color:var(--color-text-muted);margin:0 0 16px}.styles_popupInput__eVmJP{width:100%;padding:10px 12px;font-size:14px;font-family:inherit;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text);outline:none;margin-bottom:16px}.styles_popupInput__eVmJP:focus{border-color:var(--color-text)}.styles_popupActions__XeJZE{display:flex;justify-content:flex-end;gap:12px}.styles_popupCancel__K_j0j{background:none;border:none;padding:0;font-size:13px;font-family:inherit;color:var(--color-text-muted);cursor:pointer;text-decoration:underline}.styles_popupCancel__K_j0j:hover{color:var(--color-text);text-decoration:none}.styles_popupSubmit__mHTAn{padding:8px 16px;font-size:13px;font-family:inherit;background:var(--color-accent);color:var(--color-accent-text);border:none;border-radius:var(--radius-sm);cursor:pointer}.styles_popupSubmit__mHTAn:hover:not(:disabled){opacity:.9}.styles_popupSubmit__mHTAn:disabled{opacity:.5;cursor:not-allowed}.styles_navGroup__zXrqJ{padding:0;margin-bottom:16px}.styles_navGroupLabel__Ru0rg{font-size:10px;font-weight:400;text-transform:lowercase;letter-spacing:.04em;color:var(--color-text-muted);opacity:.5;padding:0 8px;margin-bottom:4px}.styles_navDivider__EoNna{height:1px;background:var(--color-border);margin:12px 0}.styles_navGroupBottom__3GtqT{margin-top:auto;padding-top:8px;border-top:1px solid var(--color-border)}.styles_navGroupBottomAbove__o9_Xw{margin-top:auto;padding-bottom:8px;border-bottom:1px solid var(--color-border)}.styles_navEmptyHint__sSwPT{display:block;padding:4px 8px;font-size:11px;color:var(--color-text-light,var(--color-text-muted));font-style:italic}.styles_navItem__EOoSz{padding:6px 8px;color:var(--color-text-muted);text-decoration:none;font-size:13px;font-weight:400;display:flex;align-items:center;gap:10px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:var(--radius-sm);transition:background .1s ease,color .1s ease}.styles_navItem__EOoSz svg{flex-shrink:0;opacity:.6}.styles_navItem__EOoSz:hover{color:var(--color-text);background:var(--color-bg-hover)}.styles_navItem__EOoSz:hover svg{opacity:1}@media(max-width:1024px)and (min-width:769px){.styles_navItem__EOoSz{padding:4px 6px;font-size:12px}}@media(max-width:768px){.styles_navItem__EOoSz{padding:8px 10px;font-size:12px;flex-shrink:0}}@media(max-width:480px){.styles_navItem__EOoSz{padding:8px;font-size:11px}}.styles_navItemActive__mX5pq{color:var(--color-text);background:var(--color-bg-hover)}.styles_navItemActive__mX5pq svg{opacity:1}.styles_activeIndicator__aNhuo{display:none}.styles_navBadge__B0vfr{width:6px;height:6px;background:var(--color-accent);border-radius:50%;margin-left:2px;flex-shrink:0}.styles_sidebarFooter__86W9o{padding:16px;position:relative;display:flex;justify-content:center;flex-shrink:0}@media(max-width:1024px)and (min-width:769px){.styles_sidebarFooter__86W9o{padding:12px}}@media(max-width:768px){.styles_sidebarFooter__86W9o{display:none}}.styles_userTrigger__04cUB{position:relative;display:flex;flex-direction:row;align-items:center;gap:8px;padding:0;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:opacity .15s}.styles_userTrigger__04cUB:hover{opacity:.8}.styles_chevron__wE67L{width:5px;height:5px;border-right:1px solid var(--color-text-muted);border-bottom:1px solid var(--color-text-muted);transform:rotate(-135deg);transition:transform .2s ease;margin-bottom:-1px}.styles_chevron__wE67L.styles_open__UBE5t{transform:rotate(45deg);margin-bottom:1px}.styles_userAvatar__ozMGx{object-fit:cover}.styles_userAvatarFallback__IHV1G,.styles_userAvatar__ozMGx{width:40px;height:40px;border-radius:50%;flex-shrink:0;border:1px solid var(--color-border)}.styles_userAvatarFallback__IHV1G{background:var(--color-text-muted);display:flex;align-items:center;justify-content:center}.styles_userAvatarFallback__IHV1G span{font-size:10px;font-weight:600;color:var(--color-bg);letter-spacing:.05em}.styles_userMenu__XIKZl{position:absolute;bottom:100%;left:56px;min-width:180px;background:var(--color-bg);margin-bottom:8px;padding:12px 0;z-index:200;box-shadow:0 4px 20px var(--color-shadow)}@media(max-width:1024px)and (min-width:769px){.styles_userMenu__XIKZl{left:36px}}.styles_userMenuItem__oGTpq{display:block;width:100%;padding:6px 16px;font-size:13px;color:var(--color-text-muted);text-decoration:none;background:none;border:none;text-align:left;cursor:pointer;transition:color .15s}.styles_userMenuItem__oGTpq:hover{color:var(--color-text)}.styles_mobileFooter__Dkxux{display:none}@media(max-width:768px){.styles_mobileFooter__Dkxux{display:flex;align-items:center;padding:0 12px;border-left:1px solid var(--color-border);flex-shrink:0}}.styles_mobileUserTrigger__OCmtG{background:none;border:none;padding:0;cursor:pointer;transition:opacity .15s}.styles_mobileUserTrigger__OCmtG:hover{opacity:.8}.styles_mobileUserAvatar__zY2Am{object-fit:cover}.styles_mobileUserAvatarFallback__X4NSD,.styles_mobileUserAvatar__zY2Am{width:40px;height:40px;border-radius:50%;border:1px solid var(--color-border)}.styles_mobileUserAvatarFallback__X4NSD{background:var(--color-text-muted);display:flex;align-items:center;justify-content:center}.styles_mobileUserAvatarFallback__X4NSD span{font-size:10px;font-weight:600;color:var(--color-bg);letter-spacing:.05em}.styles_mainWrapper__kAtpM{flex:1 1;margin-left:200px;margin-right:var(--chat-panel-width,360px);background:var(--color-bg);height:calc(100vh - var(--top-chrome-height, 0px));overflow-y:auto;overflow-x:hidden}@media(max-width:1024px)and (min-width:769px){.styles_mainWrapper__kAtpM{margin-left:160px}}@media(max-width:768px){.styles_mainWrapper__kAtpM{margin-left:0;margin-right:0;margin-top:0;height:100dvh;overflow-y:auto;overflow-x:hidden}}@media (display-mode:standalone){.styles_mainWrapper__kAtpM{height:calc(100vh - env(safe-area-inset-top, 0px) - var(--top-chrome-height, 0px) - env(safe-area-inset-bottom, 0px))}}.styles_mainWrapperWithSearch__mMYh0 .styles_main__ZYsCT{min-height:calc(100% - 44px)}.styles_expandedChatPanel___sZHm{position:fixed;top:calc(var(--top-chrome-height, 0px));right:0;width:var(--chat-panel-width,360px);min-width:320px;height:calc(100vh - var(--top-chrome-height, 0px));z-index:50;background:var(--color-bg);border-left:1px solid var(--color-border)}@media(max-width:768px){.styles_expandedChatPanel___sZHm{display:none}}@media (display-mode:standalone){.styles_expandedChatPanel___sZHm{top:calc(env(safe-area-inset-top, 0px) + var(--top-chrome-height, 0px));height:calc(100vh - env(safe-area-inset-top, 0px) - var(--top-chrome-height, 0px) - env(safe-area-inset-bottom, 0px))}}.styles_resizeDivider__8q9qm{position:fixed;top:calc(var(--top-chrome-height, 0px));width:4px;height:calc(100vh - var(--top-chrome-height, 0px));cursor:col-resize;z-index:51;background:rgba(0,0,0,0);transition:background .15s}.styles_resizeDivider__8q9qm:hover{background:var(--color-border)}@media(max-width:768px){.styles_resizeDivider__8q9qm{display:none}}@media (display-mode:standalone){.styles_resizeDivider__8q9qm{top:calc(env(safe-area-inset-top, 0px) + var(--top-chrome-height, 0px));height:calc(100vh - env(safe-area-inset-top, 0px) - var(--top-chrome-height, 0px) - env(safe-area-inset-bottom, 0px))}}.styles_resizeDividerActive__JNSI0,.styles_resizeDividerActive__JNSI0:hover{background:var(--color-text-muted)}.styles_pushPermissionBanner__COc1h{position:fixed;top:calc(var(--top-chrome-height, 0px) + 96px);left:50%;transform:translateX(-50%);z-index:1000;display:flex;align-items:center;justify-content:center;max-width:calc(100vw - 32px);padding:6px 16px;font-size:13px;font-family:inherit;background:var(--color-bg);border:1px solid var(--color-border);border-radius:999px;box-shadow:0 2px 8px rgba(0,0,0,.12);color:var(--color-text-muted);cursor:pointer;text-align:center;white-space:nowrap}.styles_pushPermissionBanner__COc1h:hover{color:var(--color-text)}.styles_pushPermissionBanner__COc1h[role=status]{cursor:default}.styles_pushPermissionBanner__COc1h[role=status]:hover{color:var(--color-text-muted)}.styles_main__ZYsCT{position:relative;padding:24px 32px 40px;min-height:100%}@media(max-width:1024px)and (min-width:769px){.styles_main__ZYsCT{padding:20px 20px 32px}}@media(max-width:768px){.styles_main__ZYsCT{padding:20px 16px 24px}}@media(max-width:480px){.styles_main__ZYsCT{padding:20px 12px 16px}}.styles_legacyAppBreadcrumb__Ma4Hj{display:flex;align-items:center;gap:12px;margin:0 0 8px;font-size:12px;line-height:1.4;color:var(--color-text-muted)}.styles_legacyAppBreadcrumbActions__rwvPN{margin-left:auto}.styles_legacyAppBreadcrumbLink__BXjwH{color:var(--color-text-muted);text-decoration:underline}.styles_legacyAppBreadcrumbLink__BXjwH:hover{color:var(--color-text);text-decoration:none}.styles_mainChatViewport__G2skC{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:0}.styles_mainChatViewport__G2skC>*{min-height:0;width:100%}.styles_chatEmptyViewport__n_uuo{min-height:calc(100vh - var(--top-chrome-height, 0px) - 44px - 64px);max-width:420px;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.styles_chatEmptyLabel__Da_W9{margin:0 0 8px;font-size:11px;line-height:1.4;color:var(--color-text-muted);text-transform:lowercase}.styles_chatEmptyTitle__ObQSR{margin:0 0 8px;font-size:18px;line-height:1.3;font-weight:500;color:var(--color-text)}.styles_chatEmptyText__SVRy1{margin:0;font-size:13px;line-height:1.5;color:var(--color-text-muted)}.styles_chatPanel__91Ks4{width:360px;height:calc(100vh - var(--top-chrome-height, 0px));position:fixed;top:calc(var(--top-chrome-height, 0px));right:0;z-index:50}@media(max-width:1024px){.styles_chatPanel__91Ks4{width:320px}}@media(max-width:768px){.styles_chatPanel__91Ks4{display:none}}@media (display-mode:standalone){.styles_chatPanel__91Ks4{top:calc(env(safe-area-inset-top, 0px) + var(--top-chrome-height, 0px));height:calc(100vh - env(safe-area-inset-top, 0px) - var(--top-chrome-height, 0px) - env(safe-area-inset-bottom, 0px))}}.styles_mobileChatOverlay__XZLCn{display:none}@media(max-width:768px){.styles_mobileChatOverlay__XZLCn{display:flex;position:fixed;top:var(--app-visual-offset-top,0);left:0;right:0;bottom:auto;height:var(--app-visual-height,100%);background:var(--color-bg);z-index:1000;align-items:stretch;justify-content:flex-end;overscroll-behavior:contain}.styles_mobileChatOverlay__XZLCn>div{width:100%;max-width:100%;height:100%;background:var(--color-bg);display:flex;flex-direction:column;overflow:hidden;overscroll-behavior:contain;padding-top:env(safe-area-inset-top,0);padding-bottom:calc(var(--mobile-bottom-nav-height, 56px) + env(safe-area-inset-bottom, 0px))}[data-mobile-webview="1"] .styles_mobileChatOverlay__XZLCn>div{padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}}.styles_restoreChatButton__bueC4{display:none}@media(min-width:769px){.styles_restoreChatButton__bueC4{display:flex;align-items:center;justify-content:center;position:fixed;bottom:24px;right:24px;width:36px;height:36px;border-radius:50%;background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;z-index:900}.styles_restoreChatButton__bueC4:hover{color:var(--color-text);border-color:var(--color-text-secondary)}}.styles_chatButton__GZRJ2{display:none}@media(max-width:768px){.styles_chatButton__GZRJ2{display:none}}@media(max-width:480px){.styles_chatButton__GZRJ2{bottom:calc(16px + env(safe-area-inset-bottom, 0px));right:16px;width:44px;height:44px;font-size:10px}}.styles_modalOverlay__97Rb9{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--color-bg);z-index:1000;display:flex;padding:120px 24px 24px}.styles_modal__73kt9{max-width:320px;position:relative;z-index:1}.styles_modalTitle__fCF2_{font-size:18px;font-weight:400;letter-spacing:.02em;color:var(--color-text);margin:0 0 32px}.styles_profileAvatarSection__IWmU3{display:flex;align-items:center;gap:16px;margin-bottom:32px}.styles_profileAvatarLarge__rGDgh{object-fit:cover}.styles_profileAvatarFallbackLarge__Elavr,.styles_profileAvatarLarge__rGDgh{width:80px;height:80px;border-radius:50%;border:1px solid var(--color-border)}.styles_profileAvatarFallbackLarge__Elavr{background:var(--color-text-muted);display:flex;align-items:center;justify-content:center}.styles_profileAvatarFallbackLarge__Elavr span{font-size:18px;font-weight:600;color:var(--color-bg);letter-spacing:.05em}.styles_changeAvatarButton__IIUF3{background:none;border:1px solid var(--color-border);color:var(--color-text-muted);padding:6px 12px;font-size:12px;cursor:pointer;transition:color .15s,border-color .15s}.styles_changeAvatarButton__IIUF3:hover:not(:disabled){color:var(--color-text);border-color:var(--color-text-muted)}.styles_changeAvatarButton__IIUF3:disabled{opacity:.5;cursor:not-allowed}.styles_formGroup__6Vwt_{margin-bottom:24px}.styles_formLabel__Nt_vu{display:block;font-size:11px;font-weight:400;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.styles_formInput__mf1M_{width:100%;padding:8px 0;font-size:14px;color:var(--color-text);background:rgba(0,0,0,0);border:none;border-bottom:1px solid var(--color-border);outline:none}.styles_formInput__mf1M_:focus{border-bottom-color:var(--color-text)}.styles_formInput__mf1M_::placeholder{color:var(--color-text-light)}.styles_saveStatusContainer__Codxv{min-height:20px;margin-top:8px;display:flex;align-items:center}.styles_themeRadioGroup__eFf8D{display:flex;gap:24px}.styles_themeRadio__4F_GS{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--color-text)}.styles_themeRadio__4F_GS input[type=radio]{width:16px;height:16px;margin:0;accent-color:var(--color-text);cursor:pointer}.styles_themeRadio__4F_GS span{-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_accentSwatchRow__KtiSi{display:flex;gap:12px;align-items:center}.styles_accentSwatch__wx2ev{width:24px;height:24px;border-radius:50%;border:2px solid rgba(0,0,0,0);cursor:pointer;padding:0;background:var(--color-text);transition:border-color .15s}.styles_accentSwatch__wx2ev:hover{border-color:var(--color-text-muted)}.styles_accentSwatchActive__hKXxe{border-color:var(--color-text)}.styles_modalActions__cHQYd{display:flex;margin-top:32px}.styles_saveStatus__vNjcF{font-size:12px;color:var(--color-text-muted)}.styles_savedIndicator__giVLH{color:#2e7d32}[data-theme=dark] .styles_savedIndicator__giVLH{color:#66bb6a}.styles_errorIndicator__zPrWL{color:#c62828}[data-theme=dark] .styles_errorIndicator__zPrWL{color:#ef5350}.styles_closeButton__ecjx_{background:none;border:none;font-size:13px;color:var(--color-text-muted);cursor:pointer;padding:0;text-decoration:underline}.styles_closeButton__ecjx_:hover:not(:disabled){color:var(--color-text);text-decoration:none}.styles_closeButton__ecjx_:disabled{opacity:.5;cursor:not-allowed}.styles_navButton__7U5ac{display:none}@media(max-width:768px){.styles_navButton__7U5ac{display:none}}.styles_mobileNavOverlay__a6_V2{display:none}@media(max-width:768px){.styles_mobileNavOverlay__a6_V2{display:flex;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:1200;align-items:stretch;justify-content:flex-start}}.styles_mobileNavPanel__MKqag{width:100%;max-width:100%;height:100dvh;background:var(--color-bg);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}.styles_mobileNavClose__IW6Ga{position:absolute;top:calc(12px + env(safe-area-inset-top, 0px));right:12px;background:none;border:none;font-size:28px;color:var(--color-text);cursor:pointer;padding:12px;line-height:1;z-index:10;transition:opacity .15s;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.styles_mobileNavClose__IW6Ga:hover{opacity:.7}.styles_mobileNavContent__T_c7L{padding:0}.styles_mobileNavContent__T_c7L .styles_nav__YTxKY{flex-direction:column;flex-wrap:wrap;overflow-x:visible;overflow-y:visible;padding:0 8px;align-items:stretch;min-height:auto}.styles_mobileNavContent__T_c7L .styles_navGroupBottomAbove__o9_Xw,.styles_mobileNavContent__T_c7L .styles_navGroup__zXrqJ{flex-direction:column;min-width:0;padding:0}.styles_mobileNavContent__T_c7L .styles_navItem__EOoSz{white-space:normal;padding:10px 12px;font-size:14px}.styles_mobileNavHeader__x_BfS{padding:16px 16px 12px 20px;display:flex;justify-content:flex-start}.styles_mobileNavFooter__YeqWe{border-top:1px solid var(--color-border);padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px}.styles_mobileNavUserTrigger__cs1Dz{background:none;border:none;padding:0;cursor:pointer;transition:opacity .15s}.styles_mobileNavUserTrigger__cs1Dz:hover{opacity:.8}.styles_mobileNavUserMenu__rfjf9{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.styles_userName__vJ3OY{font-size:14px;color:var(--color-text);font-weight:500;text-align:center}.styles_mobileNavMenuItem__9cxnM{width:100%;padding:12px 16px;min-height:44px;font-size:14px;color:var(--color-text);background:rgba(0,0,0,0);border:none;text-align:left;cursor:pointer;transition:background .15s,color .15s;border-radius:var(--radius-md);display:flex;align-items:center}.styles_mobileNavMenuItem__9cxnM:hover{background:var(--hover-bg,rgba(0,0,0,.05))}.styles_mobileNavMenuItem__9cxnM:active{background:var(--hover-bg,rgba(0,0,0,.08))}.styles_mainWrapperHidden__Ta5nm,.styles_sidebarHidden__T8RD_{display:none}.styles_expandedChatPanelFullWidth__i8FOy{width:100vw;left:0;border-left:none}.styles_switchingOverlay__bz3mW{position:fixed;inset:0;z-index:9999;background:var(--color-bg)}.styles_mainWrapperUnifiedFull__HnNaO{flex:1 1;margin-left:var(--main-margin-left,76px);margin-top:44px;margin-right:var(--main-margin-right,0);background:var(--color-bg);height:calc(100vh - var(--top-chrome-height, 0px) - 44px);overflow-y:auto;overflow-x:hidden;transition:margin-left .16s ease}@media(max-width:768px){.styles_mainWrapperUnifiedFull__HnNaO{margin-left:0;margin-top:0;height:calc(100dvh - var(--top-chrome-height, 0px));padding-top:calc(var(--mobile-top-bar-height, 44px) + env(safe-area-inset-top, 0px));padding-bottom:calc(var(--mobile-bottom-nav-height, 56px) + env(safe-area-inset-bottom, 0px))}[data-mobile-webview="1"] .styles_mainWrapperUnifiedFull__HnNaO{padding-top:0;padding-bottom:0}}@media (display-mode:standalone)and (min-width:769px){.styles_mainWrapperUnifiedFull__HnNaO{height:calc(100vh - env(safe-area-inset-top, 0px) - var(--top-chrome-height, 0px) - env(safe-area-inset-bottom, 0px) - 44px)}}@media (display-mode:standalone)and (max-width:768px){.styles_mainWrapperUnifiedFull__HnNaO{height:calc(100dvh - var(--top-chrome-height, 0px));padding-top:calc(var(--mobile-top-bar-height, 44px) + env(safe-area-inset-top, 0px));padding-bottom:calc(var(--mobile-bottom-nav-height, 56px) + env(safe-area-inset-bottom, 0px))}}@media(prefers-reduced-motion:reduce){.styles_mainWrapperUnifiedFull__HnNaO{transition:none}}[data-rail-dragging=true] .styles_mainWrapperUnifiedFull__HnNaO{transition:none}.MobileTenantSwitcher_wrap__si9ts{position:relative;min-width:0;flex:1 1}.MobileTenantSwitcher_trigger___4L_q{position:relative;display:inline-flex;align-items:center;gap:6px;height:32px;max-width:100%;padding:0 8px;background:rgba(0,0,0,0);border:none;border-radius:6px;color:var(--color-text);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.MobileTenantSwitcher_trigger___4L_q:active{background:var(--color-bg-subtle)}.MobileTenantSwitcher_logo__qWWZe{width:18px;height:18px;border-radius:3px;object-fit:cover;flex-shrink:0}.MobileTenantSwitcher_avatar__Iy9iR{width:18px;height:18px;border-radius:3px;background:var(--color-text);color:var(--color-bg);font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.MobileTenantSwitcher_name__YLH9X{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MobileTenantSwitcher_chevron___hkrm{flex-shrink:0;color:var(--color-text-muted);opacity:.7}.MobileTenantSwitcher_unreadDot__CtSEf{position:absolute;top:4px;right:4px;width:6px;height:6px;border-radius:50%;background:var(--color-text)}.MobileTenantSwitcher_dropdown__2PSyY{position:absolute;top:calc(100% + 4px);left:0;min-width:220px;max-width:calc(100vw - 24px);max-height:calc(100vh - var(--mobile-top-bar-height, 44px) - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 16px);max-height:calc(100dvh - var(--mobile-top-bar-height, 44px) - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 16px);overflow-y:auto;overscroll-behavior:contain;background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.12);padding:4px 0;z-index:1101}[data-theme=dark] .MobileTenantSwitcher_dropdown__2PSyY{box-shadow:0 4px 12px rgba(0,0,0,.4)}.MobileTenantSwitcher_dropdownItem__mFMVq{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;background:none;border:none;cursor:pointer;font-size:13px;color:var(--color-text);text-align:left}.MobileTenantSwitcher_dropdownItem__mFMVq:active{background:var(--color-bg-subtle)}.MobileTenantSwitcher_dropdownItemActive__J2TR6{font-weight:600}.MobileTenantSwitcher_dropdownName__aKPQR{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MobileTenantSwitcher_alertDot__GdvH6{margin-left:auto;width:6px;height:6px;border-radius:50%;background:var(--color-text);flex-shrink:0}.MobileTenantSwitcher_divider__pT2G5{height:1px;background:var(--color-border);margin:4px 0}.MobileTopBar_bar__gTbMT{display:none}@media(max-width:768px){.MobileTopBar_bar__gTbMT{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:env(safe-area-inset-top,0) 12px 0;height:calc(var(--mobile-top-bar-height, 44px) + env(safe-area-inset-top, 0px));background:var(--color-bg);border-bottom:1px solid var(--color-border);position:fixed;top:0;left:0;right:0;z-index:1100;flex-shrink:0}}.MobileTopBar_leading__tJjm2{display:flex;align-items:center;gap:4px;min-width:0;flex:1 1}.MobileTopBar_leading__tJjm2>:not(:last-child){flex-shrink:0}.MobileTopBar_title__mnmo5{font-size:14px;font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MobileTopBar_trailing__EhkGk{display:flex;align-items:center;gap:4px;flex-shrink:0}.MobileTopBar_iconButton__yj94F{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(0,0,0,0);border:none;color:var(--color-text);border-radius:6px;cursor:pointer}.MobileTopBar_iconButton__yj94F:active{background:var(--color-bg-subtle)}.MobileTopBar_badge__EXzEp{position:absolute;top:10px;right:10px;width:6px;height:6px;border-radius:50%;background:var(--color-text)}.MobileBottomNav_nav__u_ym2{display:none}@media(max-width:768px){.MobileBottomNav_nav__u_ym2{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;align-items:stretch;padding-bottom:env(safe-area-inset-bottom,0);height:calc(var(--mobile-bottom-nav-height, 56px) + env(safe-area-inset-bottom, 0px));background:var(--color-bg);border-top:1px solid var(--color-border);position:fixed;bottom:0;left:0;right:0;overflow:visible;z-index:1100;flex-shrink:0}.MobileBottomNav_navChatOpen__KFkSW:after{content:"";position:absolute;left:0;right:0;top:100%;height:100dvh;background:var(--color-bg);touch-action:none;overscroll-behavior:none}}.MobileBottomNav_slot__gFVya{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 0;background:rgba(0,0,0,0);border:none;color:var(--color-text-muted);cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.MobileBottomNav_slot__gFVya:active{background:var(--color-bg-subtle)}.MobileBottomNav_slotActive__RU9pP{color:var(--color-text)}.MobileBottomNav_iconWrap__Mt_b8{position:relative;display:inline-flex;align-items:center;justify-content:center}.MobileBottomNav_label__QVS4Z{font-size:10px;font-weight:500;letter-spacing:.2px;line-height:1}.MobileBottomNav_dot__IvA0b{position:absolute;top:-2px;right:-4px;width:6px;height:6px;border-radius:50%;background:var(--color-text)}.MobileAbeBeacon_beacon__ZRnad{display:none}@media(max-width:768px){.MobileAbeBeacon_beacon__ZRnad{display:flex;align-items:center;gap:6px;position:fixed;right:16px;bottom:calc(var(--mobile-bottom-nav-height, 56px) + 16px + env(safe-area-inset-bottom, 0px));z-index:1080;height:44px;padding:0 14px 0 8px;border:1px solid var(--color-border);border-radius:22px;background:var(--color-bg);color:var(--color-text);cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.14);-webkit-tap-highlight-color:rgba(0,0,0,0)}.MobileAbeBeacon_beacon__ZRnad:active{background:var(--color-bg-subtle)}.MobileAbeBeacon_beacon__ZRnad:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}}@media(max-width:768px){.MobileAbeBeacon_beaconInOverlay__6_ans{position:absolute;right:16px;bottom:calc(16px + env(safe-area-inset-bottom, 0px));z-index:2}}.MobileAbeBeacon_unreadDot__Vp284{position:absolute;top:5px;right:9px;width:8px;height:8px;border-radius:50%;background:var(--color-text)}.MobileAbeBeacon_avatar__SEMr9{width:28px;height:28px;border-radius:50%;display:block;flex-shrink:0;background-position:50%;background-size:cover;background-repeat:no-repeat}.MobileAbeBeacon_label__pNK_7{font-size:13px;font-weight:600;line-height:1;letter-spacing:0;white-space:nowrap}.UnifiedProfileModal_backdrop__W_Aa4{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:200;padding:24px}.UnifiedProfileModal_modal__rv803{background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;min-width:360px;max-width:480px;width:100%;display:flex;flex-direction:column;box-shadow:0 24px 64px rgba(0,0,0,.25)}.UnifiedProfileModal_header__DmG4F{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border)}.UnifiedProfileModal_title__zcFWg{font-size:14px;font-weight:600;margin:0}.UnifiedProfileModal_close__tYgdQ{background:none;border:0;font-size:18px;line-height:1;color:var(--color-text-muted);cursor:pointer;padding:4px 8px;border-radius:4px}.UnifiedProfileModal_close__tYgdQ:hover{background:rgba(128,128,128,.1);color:var(--color-text)}.UnifiedProfileModal_body__nQhF3{padding:16px 20px;display:flex;flex-direction:column;gap:16px}.UnifiedProfileModal_field__Yv_jA{display:flex;flex-direction:column;gap:6px;border:0;padding:0;margin:0}.UnifiedProfileModal_label__8r3O5{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.UnifiedProfileModal_input__oGRsF{width:100%;font-size:13px;padding:8px 10px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-bg);color:var(--color-text)}.UnifiedProfileModal_input__oGRsF:focus{outline:none;border-color:var(--color-text-muted)}.UnifiedProfileModal_choiceRow__QqMt_{display:flex;flex-wrap:wrap;gap:6px}.UnifiedProfileModal_choice__N3_44{background:none;border:1px solid var(--color-border);border-radius:4px;padding:6px 10px;font-size:12px;color:var(--color-text);cursor:pointer}.UnifiedProfileModal_choice__N3_44:hover{background:rgba(128,128,128,.08)}.UnifiedProfileModal_choiceActive__Juq7E{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.UnifiedProfileModal_choiceActive__Juq7E:hover{background:var(--color-text)}.UnifiedProfileModal_error__DtqYb{font-size:12px;color:var(--color-text);background:rgba(255,0,0,.08);padding:8px 10px;border-radius:4px}.UnifiedProfileModal_footer__GkUvX{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px;border-top:1px solid var(--color-border)}.UnifiedProfileModal_btn__C2kWg{font-size:13px;padding:6px 14px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);border-radius:4px;cursor:pointer}.UnifiedProfileModal_btn__C2kWg:hover:not(:disabled){background:rgba(128,128,128,.08)}.UnifiedProfileModal_btn__C2kWg:disabled{opacity:.5;cursor:not-allowed}.UnifiedProfileModal_btnPrimary__S2ehS{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.UnifiedProfileModal_btnPrimary__S2ehS:hover:not(:disabled){background:var(--color-text);opacity:.85}.TopSearchBar_bar__5hF5f{position:fixed;top:calc(var(--top-chrome-height, 0px));left:0;right:0;height:44px;background:var(--color-bg);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;z-index:102}@media(max-width:768px){.TopSearchBar_bar__5hF5f{display:none}}.TopSearchBar_barInline__QcHoS{position:-webkit-sticky;position:sticky;top:0;left:auto;right:auto;flex:1 1;min-width:0;width:100%;z-index:20}.TopSearchBar_inner__S5hqZ{position:relative;width:100%;max-width:720px;height:100%;box-sizing:border-box;padding:5px 16px 0}@media(max-width:1100px){.TopSearchBar_inner__S5hqZ{max-width:420px}}.TopSearchBar_searchRow__vhgOi{display:flex;align-items:center;gap:6px;height:34px}.TopSearchBar_field__AmLsX{display:flex;align-items:center;gap:8px;flex:1 1;min-width:0;min-height:34px;box-sizing:border-box;padding:6px 10px;background:var(--color-bg-subtle);border:1px solid rgba(0,0,0,0);border-radius:6px;cursor:text;transition:background .12s ease,border-color .12s ease}.TopSearchBar_field__AmLsX:hover{background:var(--color-bg-hover,rgba(0,0,0,.05))}.TopSearchBar_fieldActive__0_yxe{background:var(--color-bg);border-color:var(--color-border);box-shadow:0 1px 0 0 rgba(0,0,0,.03)}.TopSearchBar_icon__c74DA{color:var(--color-text-muted);flex-shrink:0}.TopSearchBar_input__ZjIpS{flex:1 1;border:none;height:20px;padding:0;background:rgba(0,0,0,0);outline:none;font-size:13px;line-height:20px;color:var(--color-text);font-family:inherit;min-width:0}.TopSearchBar_input__ZjIpS::placeholder{color:var(--color-text-muted)}.TopSearchBar_kbd__QjNZf{font-family:inherit;font-size:10px;line-height:14px;letter-spacing:0;padding:1px 5px;border:1px solid var(--color-border);border-radius:3px;color:var(--color-text-muted);background:var(--color-bg)}.TopSearchBar_dropdown__a6KEP{position:absolute;top:calc(100% + 6px);left:16px;right:16px;max-height:calc(100vh - 140px);overflow-y:auto;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.12);padding:6px 0}[data-theme=dark] .TopSearchBar_dropdown__a6KEP{box-shadow:0 12px 32px rgba(0,0,0,.4)}.TopSearchBar_hint__DfxsF{padding:14px 18px;color:var(--color-text-muted);font-size:13px}.TopSearchBar_group__hBJiX{padding:4px 0 6px}.TopSearchBar_group__hBJiX+.TopSearchBar_group__hBJiX{border-top:1px solid var(--color-border);margin-top:4px}.TopSearchBar_groupLabel__htufO{padding:6px 18px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.TopSearchBar_item__4Ez4b{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:6px 18px;background:rgba(0,0,0,0);border:none;text-align:left;cursor:pointer;color:var(--color-text);font-family:inherit;font-size:13px}.TopSearchBar_item__4Ez4b.TopSearchBar_itemActive__daxFU,.TopSearchBar_item__4Ez4b:hover{background:var(--color-bg-hover,rgba(0,0,0,.06))}.TopSearchBar_itemTitle__7s4h5{font-size:13px;color:var(--color-text);line-height:1.3}.TopSearchBar_itemSubtitle__sVvcz,.TopSearchBar_itemTitle__7s4h5{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.TopSearchBar_itemSubtitle__sVvcz{font-size:11px;color:var(--color-text-muted);line-height:1.2}.TopSearchBar_iconGroup__WXVpz{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.TopSearchBar_bellWrap__aQku_,.TopSearchBar_whatsNewWrap__1hmND{position:relative}.TopSearchBar_whatsNewButton__XP4Rc{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:rgba(0,0,0,0);border:none;border-radius:6px;color:var(--color-text-muted);cursor:pointer;transition:background .12s ease,color .12s ease}.TopSearchBar_whatsNewButton__XP4Rc:hover,.TopSearchBar_whatsNewButton__XP4Rc[aria-expanded=true]{background:var(--color-bg-hover,rgba(0,0,0,.05));color:var(--color-text)}.TopSearchBar_whatsNewDot__nWXTY{position:absolute;top:6px;right:6px;width:6px;height:6px;border-radius:50%;background:var(--color-accent)}.TopSearchBar_whatsNewPopover__Yw_up{position:absolute;top:calc(100% + 6px);right:0;width:380px;max-height:calc(100vh - 80px);overflow-y:auto;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.12);padding:12px 16px 8px}[data-theme=dark] .TopSearchBar_whatsNewPopover__Yw_up{box-shadow:0 12px 32px rgba(0,0,0,.4)}.TopSearchBar_whatsNewHeader__LmZ5p{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);padding-bottom:8px;margin-bottom:4px;border-bottom:1px solid var(--color-border-subtle,rgba(128,128,128,.1))}.TopSearchBar_whatsNewHeaderAction__IaFpo{background:none;border:none;padding:0;font-size:13px;font-weight:400;text-transform:none;letter-spacing:0;color:var(--color-text-muted);cursor:pointer;text-decoration:underline}.TopSearchBar_whatsNewHeaderAction__IaFpo:hover{color:var(--color-text);text-decoration:none}.TopSearchBar_whatsNewEmpty__Bmmx1{font-size:13px;color:var(--color-text-muted);padding:16px 0}.TopSearchBar_whatsNewEntry__XpXRZ{padding:12px 0;border-bottom:1px solid var(--color-border-subtle,rgba(128,128,128,.1))}.TopSearchBar_whatsNewEntry__XpXRZ:last-of-type{border-bottom:none}.TopSearchBar_whatsNewEntryNew__5oSJB .TopSearchBar_whatsNewEntryDate____Ewa{font-weight:600}.TopSearchBar_whatsNewEntryHead__nl7_q{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.TopSearchBar_whatsNewEntryDate____Ewa{font-size:13px;font-weight:500;color:var(--color-text)}.TopSearchBar_whatsNewEntryRelative__yRAq7{font-size:11px;color:var(--color-text-muted)}.TopSearchBar_whatsNewEntrySummary__HqDOk{font-size:13px;line-height:1.5;color:var(--color-text);margin:0}.TopSearchBar_whatsNewHighlights___tU0d{margin:4px 0 0;padding:0 0 0 12px;list-style:none}.TopSearchBar_whatsNewHighlight__5KzVm{font-size:12px;line-height:1.4;color:var(--color-text-muted)}.TopSearchBar_whatsNewHighlight__5KzVm:before{content:"•";margin-right:6px}.TopSearchBar_whatsNewViewAll__iUR3z{display:block;width:100%;text-align:left;background:rgba(0,0,0,0);border:none;padding:12px 0 4px;font-size:12px;color:var(--color-text-muted);cursor:pointer}.TopSearchBar_whatsNewViewAll__iUR3z:hover{color:var(--color-text)}.TopSearchBar_bellButton__DekO6{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:rgba(0,0,0,0);border:none;border-radius:6px;color:var(--color-text-muted);cursor:pointer;transition:background .12s ease,color .12s ease}.TopSearchBar_bellButton__DekO6:hover,.TopSearchBar_bellButton__DekO6[aria-expanded=true]{background:var(--color-bg-hover,rgba(0,0,0,.05));color:var(--color-text)}.TopSearchBar_bellBadge__X1W5I{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--color-accent);color:var(--color-bg);font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center}.TopSearchBar_bellPopover__TDlyL{position:absolute;top:calc(100% + 6px);right:0;width:360px;max-height:calc(100vh - 80px);overflow-y:auto;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.12)}[data-theme=dark] .TopSearchBar_bellPopover__TDlyL{box-shadow:0 12px 32px rgba(0,0,0,.4)}.UnifiedShell_shell__MlU7d{display:flex;flex-direction:column;height:calc(100vh - var(--top-chrome-height, 0px));width:100vw;background:var(--color-bg);color:var(--color-text);overflow:hidden}.UnifiedShell_topBar__5Xp2U{display:flex;align-items:stretch;height:44px;flex-shrink:0;border-bottom:1px solid var(--color-border);background:var(--color-bg);z-index:50}.UnifiedShell_topBarIconBtn__OrDDv{background:none;border:0;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text-muted);text-decoration:none}.UnifiedShell_topBarIconBtn__OrDDv:hover{text-decoration:none}.UnifiedShell_topBarIconBtnActive__wUAoY,.UnifiedShell_topBarIconBtn__OrDDv:hover{background:rgba(128,128,128,.1);color:var(--color-text)}.UnifiedShell_topBarCanvasControls__QEWl5{display:flex;align-items:center;gap:4px;padding-right:8px;margin-right:8px;border-right:1px solid var(--color-border)}.UnifiedShell_body__GUb3B{flex:1 1;min-height:0;display:flex;overflow:hidden}@media(max-width:903px){.UnifiedShell_canvasColumn__hSGWL,.UnifiedShell_resizeHandle__toH5Z,.UnifiedShell_splitOnlyControl__x4SXL{display:none}}.UnifiedShell_sidebar__qu_He{width:260px;flex-shrink:0;border-right:1px solid var(--color-border);display:flex;flex-direction:column;overflow:hidden}.UnifiedShell_sidebarHidden__QQS_Q{display:none}.UnifiedShell_sidebarBody__TajWq{flex:1 1;overflow-y:auto;display:flex;flex-direction:column;padding-top:12px}.UnifiedShell_sidebarFooter__vJfqk{flex-shrink:0;position:relative;display:flex;align-items:center;gap:6px;padding:8px 10px;border-top:1px solid var(--color-border);background:var(--color-bg)}.UnifiedShell_footerUser__aPDFQ{flex:1 1;min-width:0;display:flex;align-items:center;gap:8px;background:none;border:0;padding:4px 6px;border-radius:4px;cursor:pointer;color:var(--color-text);text-align:left}.UnifiedShell_footerUser__aPDFQ:hover{background:rgba(128,128,128,.08)}.UnifiedShell_footerAvatar__ES6Zn{width:22px;height:22px;border-radius:50%;object-fit:cover;flex-shrink:0}.UnifiedShell_footerAvatarFallback__y1vMg{width:22px;height:22px;border-radius:50%;background:var(--color-border);color:var(--color-text-muted);font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.UnifiedShell_footerName__njsyZ{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UnifiedShell_footerIconBtn__I1AeV{background:none;border:0;width:26px;height:26px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text-muted);flex-shrink:0}.UnifiedShell_footerIconBtn__I1AeV:hover{background:rgba(128,128,128,.08);color:var(--color-text)}.UnifiedShell_footerMenu__TPWPx{position:absolute;bottom:calc(100% + 4px);left:8px;right:8px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.15);padding:4px 0;z-index:60;display:flex;flex-direction:column}.UnifiedShell_footerMenuItem__r2HpD{background:none;border:0;padding:8px 12px;font-size:13px;text-align:left;color:var(--color-text);cursor:pointer}.UnifiedShell_footerMenuItem__r2HpD:hover{background:rgba(128,128,128,.08)}.UnifiedShell_sectionHeader__7e5vd{padding:28px 16px 6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);display:flex;align-items:center;justify-content:space-between;gap:8px}.UnifiedShell_sectionWrapper__E4wFc:first-child .UnifiedShell_sectionHeader__7e5vd{padding-top:12px}.UnifiedShell_sectionCreateBtn__ixvBl{background:none;border:none;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;color:var(--color-text-muted);cursor:pointer;border-radius:3px}.UnifiedShell_sectionCreateBtn__ixvBl:hover{background:rgba(128,128,128,.1);color:var(--color-text)}.UnifiedShell_sectionCreateBtn__ixvBl:disabled{opacity:.4;cursor:default}.UnifiedShell_sectionCreateBtn__ixvBl:disabled:hover{background:none;color:var(--color-text-muted)}.UnifiedShell_sectionWrapper__E4wFc{position:relative}.UnifiedShell_sectionToggle___ao1S{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:rgba(0,0,0,0);color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;flex:1 1 auto;min-width:0}.UnifiedShell_sectionToggle___ao1S:hover{color:var(--color-text)}.UnifiedShell_sectionToggle___ao1S:focus-visible{outline:0;box-shadow:inset 0 0 0 2px var(--color-accent)}.UnifiedShell_sectionChevron__ylcBW{display:inline-flex;width:10px;font-size:9px;color:var(--color-text-muted)}.UnifiedShell_center__Fwf5o{flex:1 1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.UnifiedShell_centerChatOnly__255_K{align-items:center}.UnifiedShell_inlineHint__omuDn{padding:6px 16px;font-size:11px;color:var(--color-text-muted);border-bottom:1px solid var(--color-border)}.UnifiedShell_conversation__wxd4s{flex:1 1;min-height:0;display:flex;flex-direction:column}.UnifiedShell_centerChatOnly__255_K .UnifiedShell_conversation__wxd4s{width:100%;max-width:940px}.UnifiedShell_centerChatOnly__255_K .UnifiedShell_errorBanner__pQuAP,.UnifiedShell_centerChatOnly__255_K .UnifiedShell_inlineHint__omuDn{width:100%;max-width:940px;box-sizing:border-box}.UnifiedShell_homeAppSurface__iv06h,.UnifiedShell_unifiedAppSurface__SnbFt{position:relative;flex:1 1;min-width:0;min-height:0;overflow:hidden;background:var(--color-bg)}.UnifiedShell_homeAppScroll__At65C{height:100%;overflow-y:auto;padding:32px 48px 48px}.UnifiedShell_homeAppScroll__At65C>*{margin-inline:auto}.UnifiedShell_unifiedAppScroll__PhSk_{height:100%;overflow-y:auto;padding:24px 32px 40px}.UnifiedShell_homeBeaconAvatarBtn__pRWAY{position:fixed;right:24px;bottom:24px;z-index:30;height:48px;padding:0 12px 0 8px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-bg);color:var(--color-text);cursor:pointer;display:flex;align-items:center;gap:8px}.UnifiedShell_homeBeaconAvatarBtn__pRWAY:hover{background:var(--color-bg-subtle)}.UnifiedShell_homeBeaconAvatarBtn__pRWAY:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.UnifiedShell_homeBeaconAvatar__5GUJy{width:32px;height:32px;border-radius:50%;display:block;flex-shrink:0;background-position:50%;background-size:cover;background-repeat:no-repeat}.UnifiedShell_homeBeaconAvatarLabel__d1Iea{font-size:13px;font-weight:600;line-height:1;letter-spacing:0;white-space:nowrap}.UnifiedShell_homeBeaconHeaderAvatar__31u_C{width:24px;height:24px;border-radius:50%;flex-shrink:0;background-position:50%;background-size:cover;background-repeat:no-repeat}.UnifiedShell_homeBeaconPanel__mSwYr{position:fixed;right:24px;bottom:24px;z-index:30;width:min(420px,100% - 48px);height:min(620px,100% - 48px);display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:4px;background:var(--color-bg);overflow:hidden}.UnifiedShell_homeBeaconHeader__ZVuvu{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:10px 12px;border-bottom:1px solid var(--color-border);background:var(--color-bg)}.UnifiedShell_homeBeaconHeaderIdentity__pPeV4{display:flex;align-items:center;gap:8px;min-width:0}.UnifiedShell_homeBeaconHeaderName__jmuFe{font-size:13px;font-weight:600;line-height:1;letter-spacing:0}.UnifiedShell_homeBeaconClose__Mstpn{border:1px solid var(--color-border);border-radius:4px;background:rgba(0,0,0,0);color:var(--color-text-muted);font-size:12px;padding:5px 8px;cursor:pointer}.UnifiedShell_homeBeaconClose__Mstpn:hover{border-color:var(--color-text-muted);color:var(--color-text)}.UnifiedShell_homeBeaconHeaderActions__rvYlb{display:flex;align-items:center;gap:6px;flex-shrink:0}.UnifiedShell_homeBeaconHistory__3E8lU{flex-shrink:0;max-height:240px;overflow-y:auto;border-bottom:1px solid var(--color-border);background:var(--color-bg)}.UnifiedShell_homeBeaconConversation__bagQy{flex:1 1;min-height:0;display:flex;flex-direction:column}@media(max-width:1200px){.UnifiedShell_centerChatOnly__255_K .UnifiedShell_conversation__wxd4s,.UnifiedShell_centerChatOnly__255_K .UnifiedShell_errorBanner__pQuAP,.UnifiedShell_centerChatOnly__255_K .UnifiedShell_inlineHint__omuDn{max-width:none}}@media(max-width:903px){.UnifiedShell_homeAppScroll__At65C{padding:24px 24px 48px}}.UnifiedShell_resizeHandle__toH5Z{flex:0 0 4px;align-self:stretch;background:var(--color-border);cursor:col-resize;position:relative;transition:background .12s ease}.UnifiedShell_resizeHandle__toH5Z:hover{background:var(--color-text-muted)}.UnifiedShell_resizeHandle__toH5Z:after{content:"";position:absolute;inset:0 -3px}.UnifiedShell_canvasColumn__hSGWL{display:flex;flex-direction:column;min-width:0;align-self:stretch}.UnifiedShell_canvasIconBtn__BZM5_{background:none;border:0;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text-muted)}.UnifiedShell_canvasIconBtn__BZM5_:hover{background:rgba(128,128,128,.1);color:var(--color-text)}.UnifiedShell_canvasIconBtnActive__dL_ar{background:rgba(128,128,128,.12);color:var(--color-text)}.UnifiedShell_errorBanner__pQuAP{padding:8px 16px;background:rgba(128,128,128,.08);border-bottom:1px solid var(--color-border);font-size:12px;color:var(--color-text)}