html.mobile-shell-active,html.mobile-shell-active body{height:100%;height:100dvh;overflow:hidden;overscroll-behavior:none}.mobile-app,.mobile-app-shell{--mobile-topbar-bg:rgba(255,255,255,0.96);--mobile-topbar-border:rgba(15,23,42,0.06);--mobile-topbar-shadow:0 2px 12px rgba(0,0,0,0.04);--mobile-topbar-fg:#0f172a;--mobile-topbar-muted:#64748b;--mobile-bottom-bg:rgba(255,255,255,0.96);--mobile-bottom-border:rgba(15,23,42,0.06);--mobile-avatar-fg:#ffffff;box-sizing:border-box;width:100%;height:100dvh;max-height:100dvh;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0;z-index:40;background:transparent;color:var(--mobile-topbar-fg)}.mobile-app-shell[data-theme=dark],.mobile-app[data-theme=dark],html[data-theme=dark] .mobile-app,html[data-theme=dark] .mobile-app-shell{--mobile-topbar-bg:rgba(15,23,42,0.96);--mobile-topbar-border:rgba(255,255,255,0.08);--mobile-topbar-shadow:0 2px 12px rgba(0,0,0,0.2);--mobile-topbar-fg:#ffffff;--mobile-topbar-muted:#94a3b8;--mobile-bottom-bg:rgba(15,23,42,0.96);--mobile-bottom-border:rgba(255,255,255,0.08);--mobile-avatar-fg:#ffffff}.mobile-topbar{position:relative;z-index:100;flex:0 0 auto;padding-top:env(safe-area-inset-top,0);background:var(--mobile-topbar-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--mobile-topbar-border);box-shadow:var(--mobile-topbar-shadow);color:var(--mobile-topbar-fg)}.mobile-topbar__inner{height:58px;display:grid;grid-template-columns:minmax(44px,1fr) minmax(0,2fr) minmax(44px,1fr);align-items:center;column-gap:8px;padding:0 12px}.mobile-topbar__slot{display:flex;align-items:center;min-width:0}.mobile-topbar__slot--left{justify-content:flex-start}.mobile-topbar__slot--center{justify-content:center;min-width:0}.mobile-topbar__slot--right{justify-content:flex-end;gap:4px}.mobile-topbar__title{margin:0;min-width:0;max-width:100%;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:var(--mobile-topbar-fg);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-topbar__logo{display:block;height:32px;width:auto}.mobile-content,.mobile-scroll-content{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;position:relative;z-index:1}.mobile-bottom-navigation{position:relative;z-index:100;flex:0 0 auto;padding-bottom:env(safe-area-inset-bottom,0);background:var(--mobile-bottom-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--mobile-bottom-border)}.mobile-bottom-navigation .mobile-bottom-nav--embedded{position:relative!important;left:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding-bottom:8px}@media (min-width:769px){html.mobile-shell-active,html.mobile-shell-active body{height:auto;overflow:auto;overscroll-behavior:auto}.mobile-app,.mobile-app-shell{position:relative;height:auto;min-height:100dvh;max-height:none;overflow:visible;inset:auto;z-index:auto}.mobile-content,.mobile-scroll-content{overflow:visible;flex:none}}