.AppShell_shellContainer__69g9Q{display:flex;flex-direction:column;min-height:100vh;background-color:var(--background);color:var(--foreground)}.AppShell_content__azBxk{flex:1 1;min-width:0;min-height:calc(100vh - var(--header-height));display:flex;flex-direction:column}.AppShell_loadingScreen__mIO05{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;background-color:var(--background);color:var(--foreground);font-family:var(--font-jakarta),sans-serif;gap:1.5rem}.AppShell_loadingSpinner__LdZPJ{width:40px;height:40px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--accent);animation:AppShell_spin__L4i9U .9s linear infinite}.AppShell_loadingText__klDcn{font-size:1rem;font-weight:600;color:var(--text-muted)}@keyframes AppShell_spin__L4i9U{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AppShell_bottomNav__AWuL9{position:fixed;bottom:0;left:0;right:0;height:var(--bottomnav-height);background:var(--nav-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border);display:flex;justify-content:space-around;align-items:center;z-index:100;padding-bottom:env(safe-area-inset-bottom)}.AppShell_bottomNavItem__G_n_w{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--text-muted);font-size:11px;font-weight:500;cursor:pointer;flex:1 1;padding:10px 0 8px;transition:transform .15s ease,color .2s ease;text-decoration:none}.AppShell_bottomNavItem__G_n_w:active{transform:scale(.92)}.AppShell_bottomNavItemActive__eSthY{color:var(--foreground)!important;font-weight:700}.AppShell_bottomNavIndicator__KwjuP{width:16px;height:2.5px;border-radius:2px;background:var(--accent);margin-top:1px}@media (max-width:768px){.AppShell_bottomNav__AWuL9{display:flex}.AppShell_content__azBxk{padding-bottom:calc(var(--bottomnav-height) + env(safe-area-inset-bottom) + 2.5rem)}}@media (min-width:769px){.AppShell_bottomNav__AWuL9{display:none}.AppShell_content__azBxk{padding-bottom:0}}.AppShell_shellContainer__69g9Q.AppShell_chatShell__tH9YN{flex:1 1;min-height:0;height:auto;overflow:hidden}.AppShell_chatShell__tH9YN .AppShell_content__azBxk{height:100%;min-height:0;overflow:hidden}@media (max-width:768px){.AppShell_chatShell__tH9YN .AppShell_content__azBxk{padding-bottom:calc(var(--bottomnav-height) + env(safe-area-inset-bottom))}}@media (min-width:769px){.AppShell_chatShell__tH9YN .AppShell_content__azBxk{padding-bottom:0}}