.AppShell-module__cB5iMW__shell{background:var(--background);min-height:100vh;color:var(--foreground);display:flex}.AppShell-module__cB5iMW__desktopAside{border-right:1px solid var(--border);background:var(--sidebar);flex-direction:column;flex-shrink:0;width:256px;height:100vh;transition:width .3s,border-width .2s;display:none;position:sticky;top:0;overflow:hidden}.AppShell-module__cB5iMW__desktopAside.AppShell-module__cB5iMW__collapsed{border-right-width:0;width:0}@media (min-width:901px){.AppShell-module__cB5iMW__desktopAside{display:flex}}.AppShell-module__cB5iMW__mobileOverlay{z-index:50;opacity:0;pointer-events:none;transition:opacity .2s;position:fixed;inset:0}.AppShell-module__cB5iMW__mobileOverlay.AppShell-module__cB5iMW__open{opacity:1;pointer-events:auto}@media (min-width:901px){.AppShell-module__cB5iMW__mobileOverlay{display:none}}.AppShell-module__cB5iMW__mobileBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a66;position:absolute;inset:0}.AppShell-module__cB5iMW__mobileAside{background:var(--sidebar);border-right:1px solid var(--border);flex-direction:column;width:288px;height:100%;transition:transform .3s;display:flex;position:absolute;top:0;left:0;transform:translate(-100%)}.AppShell-module__cB5iMW__mobileOverlay.AppShell-module__cB5iMW__open .AppShell-module__cB5iMW__mobileAside{transform:translate(0)}.AppShell-module__cB5iMW__main{flex-direction:column;flex:1;min-width:0;display:flex}.AppShell-module__cB5iMW__header{z-index:30;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8f9fbd9;justify-content:space-between;align-items:center;gap:16px;height:64px;padding:0 16px;display:flex;position:sticky;top:0}@media (min-width:901px){.AppShell-module__cB5iMW__header{padding:0 32px}}.AppShell-module__cB5iMW__headerLeft{align-items:center;gap:8px;min-width:0;display:flex}.AppShell-module__cB5iMW__menuBtn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--card);width:36px;height:36px;color:var(--foreground);cursor:pointer;flex-shrink:0;place-items:center;display:grid}.AppShell-module__cB5iMW__menuBtn:hover{background:var(--accent)}.AppShell-module__cB5iMW__menuBtnMobile{}@media (min-width:901px){.AppShell-module__cB5iMW__menuBtnMobile{display:none}}.AppShell-module__cB5iMW__menuBtnDesktop{display:none;}@media (min-width:901px){.AppShell-module__cB5iMW__menuBtnDesktop{display:grid}}.AppShell-module__cB5iMW__brandMobile{align-items:center;gap:8px;min-width:0;display:flex}@media (min-width:901px){.AppShell-module__cB5iMW__brandMobile{display:none}}.AppShell-module__cB5iMW__brandMobileMark{border-radius:var(--radius-md);background:var(--foreground);width:32px;height:32px;color:var(--background);font-family:var(--font-display);flex-shrink:0;place-items:center;font-size:14px;font-weight:700;display:grid}.AppShell-module__cB5iMW__welcome{flex:1;min-width:0;display:none}@media (min-width:901px){.AppShell-module__cB5iMW__welcome{display:block}}.AppShell-module__cB5iMW__welcomeKicker{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.14em;font-size:11px}.AppShell-module__cB5iMW__welcomeTitle{font-family:var(--font-display);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.AppShell-module__cB5iMW__headerActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.AppShell-module__cB5iMW__iconBtn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--card);width:36px;height:36px;color:var(--foreground);cursor:pointer;place-items:center;text-decoration:none;display:grid;position:relative}.AppShell-module__cB5iMW__iconBtn:hover{background:var(--accent)}.AppShell-module__cB5iMW__notifBadge{background:var(--foreground);min-width:16px;height:16px;color:var(--background);font-variant-numeric:tabular-nums;border-radius:9999px;place-items:center;padding:0 4px;font-size:10px;font-weight:600;display:grid;position:absolute;top:-4px;right:-4px}.AppShell-module__cB5iMW__avatarBtn{background:var(--accent);width:36px;height:36px;color:var(--foreground);cursor:pointer;border-radius:9999px;place-items:center;font-size:12px;font-weight:600;text-decoration:none;display:grid}.AppShell-module__cB5iMW__content{flex:1;padding:16px 16px 96px}@media (min-width:901px){.AppShell-module__cB5iMW__content{padding:32px}}.AppShell-module__cB5iMW__bottomNav{z-index:40;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding-bottom:env(safe-area-inset-bottom,0px);background:#f8f9fbf2;display:block;position:fixed;bottom:0;left:0;right:0}@media (min-width:901px){.AppShell-module__cB5iMW__bottomNav{display:none}}.AppShell-module__cB5iMW__bottomNavGrid{grid-template-columns:repeat(auto-fit,minmax(0,1fr));display:grid}.AppShell-module__cB5iMW__bottomNavItem{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:10px 0 8px;font-size:10px;font-weight:500;text-decoration:none;display:flex;overflow:hidden}.AppShell-module__cB5iMW__bottomNavItem.AppShell-module__cB5iMW__active{color:var(--foreground)}.AppShell-module__cB5iMW__bottomNavItem.AppShell-module__cB5iMW__active svg{color:var(--primary)}
.Sidebar-module__XRNO5a__side{background:var(--sidebar);flex-direction:column;height:100%;display:flex}.Sidebar-module__XRNO5a__brand{border-bottom:1px solid var(--sidebar-border);justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex}.Sidebar-module__XRNO5a__brandInner{align-items:center;gap:10px;display:flex}.Sidebar-module__XRNO5a__brandMark{border-radius:var(--radius-md);background:var(--primary);width:36px;height:36px;color:var(--primary-foreground);font-family:var(--font-display);place-items:center;font-size:16px;font-weight:700;display:grid}.Sidebar-module__XRNO5a__brandName{font-family:var(--font-display);letter-spacing:-.02em;font-weight:600;line-height:1}.Sidebar-module__XRNO5a__brandSub{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.14em;margin-top:3px;font-size:11px}.Sidebar-module__XRNO5a__closeBtn{border-radius:var(--radius-md);width:32px;height:32px;color:var(--foreground);cursor:pointer;background:0 0;border:none;place-items:center;display:none}.Sidebar-module__XRNO5a__closeBtn:hover{background:var(--accent)}@media (max-width:900px){.Sidebar-module__XRNO5a__closeBtn{display:grid}}.Sidebar-module__XRNO5a__nav{flex-direction:column;flex:1;gap:2px;padding:12px;display:flex;overflow-y:auto}.Sidebar-module__XRNO5a__navItem{border-radius:var(--radius-md);color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex;position:relative}.Sidebar-module__XRNO5a__navItem:hover{background:var(--sidebar-accent);color:var(--foreground)}.Sidebar-module__XRNO5a__navItem.Sidebar-module__XRNO5a__active{background:var(--accent);color:var(--foreground)}.Sidebar-module__XRNO5a__activePill{background:var(--primary);border-radius:0 4px 4px 0;width:3px;position:absolute;top:6px;bottom:6px;left:0}.Sidebar-module__XRNO5a__navIcon{flex-shrink:0;width:16px;height:16px}.Sidebar-module__XRNO5a__navIcon.Sidebar-module__XRNO5a__activeIcon{color:var(--primary)}.Sidebar-module__XRNO5a__navLabel{flex:1}.Sidebar-module__XRNO5a__navBadge{border-radius:var(--radius-md);font-variant-numeric:tabular-nums;background:var(--foreground);color:var(--background);padding:2px 6px;font-size:10px;font-weight:600}.Sidebar-module__XRNO5a__footer{border-top:1px solid var(--sidebar-border);padding:12px}.Sidebar-module__XRNO5a__userRow{border-radius:var(--radius-md);align-items:center;gap:12px;padding:8px;display:flex}.Sidebar-module__XRNO5a__userAvatar{background:var(--accent);width:36px;height:36px;color:var(--foreground);border-radius:9999px;flex-shrink:0;place-items:center;font-size:12px;font-weight:600;display:grid}.Sidebar-module__XRNO5a__userInfo{flex:1;min-width:0}.Sidebar-module__XRNO5a__userName{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.Sidebar-module__XRNO5a__userEmail{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.Sidebar-module__XRNO5a__logoutBtn{border-radius:var(--radius-md);color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:6px}.Sidebar-module__XRNO5a__logoutBtn:hover{color:var(--foreground);background:var(--accent)}
