.Navbar-module-scss-module__3AB87a__navbar{z-index:1100;background:var(--surface);border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;width:100%;height:56px;padding:0 1.25rem;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module-scss-module__3AB87a__navLeft{align-items:center;gap:.875rem;display:flex}.Navbar-module-scss-module__3AB87a__logo{align-items:center;display:flex}.Navbar-module-scss-module__3AB87a__navLink{color:var(--text-secondary);border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:.4rem;display:inline-flex}.Navbar-module-scss-module__3AB87a__navLink:hover{background:var(--surface-muted);color:var(--text-primary)}.Navbar-module-scss-module__3AB87a__logoutBtn{color:var(--text-secondary);border:1px solid var(--surface-border-strong);border-radius:var(--radius-sm);cursor:pointer;width:36px;height:36px;transition:background var(--duration-fast)var(--ease),color var(--duration-fast)var(--ease);background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex}.Navbar-module-scss-module__3AB87a__logoutBtn svg{width:18px;height:18px}.Navbar-module-scss-module__3AB87a__logoutBtn:hover:not(:disabled){background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}.Navbar-module-scss-module__3AB87a__logoutBtn:disabled{opacity:.6;cursor:not-allowed}.Navbar-module-scss-module__3AB87a__logoutError{color:var(--danger);margin-left:.75rem;font-size:.8125rem;display:inline-block}.Navbar-module-scss-module__3AB87a__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:20px;height:16px;padding:0;display:none}.Navbar-module-scss-module__3AB87a__hamburger span{background:var(--text-secondary);width:100%;height:2px;transition:background var(--duration-fast)var(--ease);border-radius:2px}.Navbar-module-scss-module__3AB87a__hamburger:hover span{background:var(--accent)}@media (max-width:768px){.Navbar-module-scss-module__3AB87a__hamburger{display:flex}}.Navbar-module-scss-module__3AB87a__navRight{align-items:center;gap:.5rem;display:flex}
.Logo-module-scss-module__eSlC0G__logo{align-items:center;gap:.625rem;display:flex}.Logo-module-scss-module__eSlC0G__image{filter:brightness(0)saturate();opacity:.88;flex-shrink:0;width:34px;height:34px}.Logo-module-scss-module__eSlC0G__copy{flex-direction:column;gap:.05rem;line-height:1.15;display:flex}.Logo-module-scss-module__eSlC0G__title{color:var(--text-primary);font-family:var(--font-display);letter-spacing:.06em;margin:0;font-size:.75rem}.Logo-module-scss-module__eSlC0G__caption{color:var(--text-muted);margin:0;font-size:.75rem;font-weight:500}@media (max-width:640px){.Logo-module-scss-module__eSlC0G__image{width:30px;height:30px}.Logo-module-scss-module__eSlC0G__title,.Logo-module-scss-module__eSlC0G__caption{font-size:.7rem}}
.NotificationBell-module-scss-module__9IFqlq__container{position:relative}.NotificationBell-module-scss-module__9IFqlq__bellButton{border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:background var(--duration-fast)var(--ease),color var(--duration-fast)var(--ease);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.NotificationBell-module-scss-module__9IFqlq__bellButton:hover{background:var(--surface-muted);color:var(--text-primary)}.NotificationBell-module-scss-module__9IFqlq__badge{border-radius:var(--radius-full);background:var(--danger);color:#fff;border:2px solid var(--surface);justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.625rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:2px;right:2px}.NotificationBell-module-scss-module__9IFqlq__dropdown{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);width:340px;max-height:460px;box-shadow:var(--shadow-lg);z-index:50;flex-direction:column;display:flex;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}.NotificationBell-module-scss-module__9IFqlq__dropdownHeader{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.NotificationBell-module-scss-module__9IFqlq__dropdownTitle{color:var(--text-primary);font-size:.875rem;font-weight:700}.NotificationBell-module-scss-module__9IFqlq__markAllButton{color:var(--accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;display:inline-flex}.NotificationBell-module-scss-module__9IFqlq__markAllButton:hover{text-decoration:underline}.NotificationBell-module-scss-module__9IFqlq__emptyState{text-align:center;color:var(--text-muted);padding:1.75rem 1rem;font-size:.8125rem}.NotificationBell-module-scss-module__9IFqlq__list{flex:1;margin:0;padding:.35rem;list-style:none;overflow-y:auto}.NotificationBell-module-scss-module__9IFqlq__item{border-radius:var(--radius-md);text-align:left;cursor:pointer;width:100%;transition:background var(--duration-fast)var(--ease);background:0 0;border:none;align-items:flex-start;gap:.6rem;padding:.65rem .6rem;display:flex;position:relative}.NotificationBell-module-scss-module__9IFqlq__item:hover{background:var(--surface-soft)}.NotificationBell-module-scss-module__9IFqlq__itemUnread{background:var(--accent-ghost)}.NotificationBell-module-scss-module__9IFqlq__itemUnread:hover{background:var(--accent-soft)}.NotificationBell-module-scss-module__9IFqlq__itemIcon{border-radius:var(--radius-sm);background:var(--accent-soft);width:26px;height:26px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:inline-flex}.NotificationBell-module-scss-module__9IFqlq__itemBody{flex-direction:column;gap:.1rem;min-width:0;display:flex}.NotificationBell-module-scss-module__9IFqlq__itemTitle{color:var(--text-primary);font-size:.8125rem;font-weight:600}.NotificationBell-module-scss-module__9IFqlq__itemMessage{color:var(--text-secondary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;display:-webkit-box;overflow:hidden}.NotificationBell-module-scss-module__9IFqlq__itemTime{color:var(--text-faint);margin-top:.1rem;font-size:.6875rem}.NotificationBell-module-scss-module__9IFqlq__unreadDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;position:absolute;top:.9rem;right:.6rem}.NotificationBell-module-scss-module__9IFqlq__dropdownFooter{border-top:1px solid var(--surface-border);padding:.6rem .75rem}.NotificationBell-module-scss-module__9IFqlq__enablePushButton{border-radius:var(--radius-sm);border:1px dashed var(--surface-border-strong);background:var(--surface-soft);width:100%;color:var(--text-secondary);cursor:pointer;padding:.5rem .75rem;font-size:.75rem;font-weight:600}.NotificationBell-module-scss-module__9IFqlq__enablePushButton:hover{background:var(--accent-soft);color:var(--accent-dark);border-color:var(--accent);border-style:solid}
.Sidebar-module-scss-module__LGLh5a__sidebar{background:var(--surface);width:240px;height:100vh;transition:transform var(--duration)var(--ease);border-right:1px solid var(--surface-border);flex-shrink:0;padding:1.25rem .75rem;position:-webkit-sticky;position:sticky;top:0;overflow-y:auto}@media (max-width:768px){.Sidebar-module-scss-module__LGLh5a__sidebar{z-index:1000;width:260px;height:calc(100vh - 56px);box-shadow:var(--shadow-lg);position:fixed;top:56px;left:0;transform:translate(-100%)}.Sidebar-module-scss-module__LGLh5a__sidebar.Sidebar-module-scss-module__LGLh5a__open{transform:translate(0)}}.Sidebar-module-scss-module__LGLh5a__overlay{display:none}@media (max-width:768px){.Sidebar-module-scss-module__LGLh5a__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;background:rgba(15,16,32,.4);display:block;position:fixed;top:56px;bottom:0;left:0;right:0}}.Sidebar-module-scss-module__LGLh5a__nav{flex-direction:column;display:flex}.Sidebar-module-scss-module__LGLh5a__navList{flex-direction:column;gap:.125rem;list-style:none;display:flex}.Sidebar-module-scss-module__LGLh5a__navItem{margin:0}.Sidebar-module-scss-module__LGLh5a__navLink{color:var(--text-secondary);border-radius:var(--radius-sm);transition:background var(--duration-fast)var(--ease),color var(--duration-fast)var(--ease);align-items:center;gap:.7rem;padding:.55rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex;position:relative}.Sidebar-module-scss-module__LGLh5a__navLink svg{opacity:.85;flex-shrink:0}.Sidebar-module-scss-module__LGLh5a__navLink:hover{background:var(--surface-muted);color:var(--text-primary)}.Sidebar-module-scss-module__LGLh5a__navLink.Sidebar-module-scss-module__LGLh5a__active{background:var(--accent-soft);color:var(--accent-dark);font-weight:600}.Sidebar-module-scss-module__LGLh5a__navLink.Sidebar-module-scss-module__LGLh5a__active svg{opacity:1}.Sidebar-module-scss-module__LGLh5a__navLink.Sidebar-module-scss-module__LGLh5a__active:before{content:"";border-radius:var(--radius-full);background:var(--accent-gradient);width:3px;position:absolute;top:.25rem;bottom:.25rem;left:-.75rem}
