.Sidebar-module__WZVnLW__sidebar{background-color:var(--bg-primary);border-left:1px solid var(--border-color);z-index:100;flex-direction:column;width:260px;height:100vh;padding:1rem .75rem;transition:width .3s;display:flex;position:fixed;top:0;right:0;overflow:hidden}.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__collapsed{width:72px}.Sidebar-module__WZVnLW__logo{border-radius:var(--radius-lg);align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:flex}.Sidebar-module__WZVnLW__logoIcon{background:linear-gradient(135deg,var(--accent-primary),#7c3aed);border-radius:var(--radius-md);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:flex}.Sidebar-module__WZVnLW__logoText{flex-direction:column;display:flex;overflow:hidden}.Sidebar-module__WZVnLW__logoTitle{font-size:1rem;font-weight:700;font-family:var(--font-display);color:var(--text-primary);white-space:nowrap}.Sidebar-module__WZVnLW__logoSub{color:var(--text-secondary);white-space:nowrap;font-size:.7rem}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.Sidebar-module__WZVnLW__navItem{border-radius:var(--radius-md);color:var(--text-secondary);white-space:nowrap;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.Sidebar-module__WZVnLW__navItem:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{background-color:var(--accent-light);color:var(--accent-primary);font-weight:600}.Sidebar-module__WZVnLW__navIcon{justify-content:center;align-items:center;min-width:20px;display:flex}.Sidebar-module__WZVnLW__navLabel{flex:1;overflow:hidden}.Sidebar-module__WZVnLW__activeIndicator{background-color:var(--accent-primary);border-radius:50%;width:6px;height:6px}.Sidebar-module__WZVnLW__toggleBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;width:100%;height:36px;color:var(--text-secondary);justify-content:center;align-items:center;margin-top:.5rem;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__toggleBtn:hover{background:var(--border-color);color:var(--text-primary)}.Sidebar-module__WZVnLW__toggleIcon{transition:transform .3s;transform:rotate(0)}.Sidebar-module__WZVnLW__toggleIconCollapsed{transition:transform .3s;transform:rotate(180deg)}
.Header-module__hBw1pG__header{z-index:50;background:var(--bg-primary);border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 2rem;display:flex;position:sticky;top:0}.Header-module__hBw1pG__right{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__left{align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__menuBtn{background:var(--bg-tertiary);border-radius:var(--radius-md);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);border:none;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Header-module__hBw1pG__menuBtn:hover{background:var(--border-color);color:var(--text-primary)}.Header-module__hBw1pG__title{font-size:1.1rem;font-weight:700;font-family:var(--font-display);color:var(--text-primary);margin:0}.Header-module__hBw1pG__date{color:var(--text-secondary);margin:0;font-size:.75rem}.Header-module__hBw1pG__searchBox{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);align-items:center;gap:.5rem;padding:.4rem .75rem;transition:border-color .2s;display:flex}.Header-module__hBw1pG__searchBox:focus-within{border-color:var(--accent-primary)}.Header-module__hBw1pG__searchIcon{color:var(--text-secondary);flex-shrink:0}.Header-module__hBw1pG__searchInput{color:var(--text-primary);width:160px;font-size:.875rem;font-family:var(--font-sans);background:0 0;border:none;outline:none}.Header-module__hBw1pG__searchInput::placeholder{color:var(--text-secondary)}.Header-module__hBw1pG__iconBtn{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:var(--radius-md);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.Header-module__hBw1pG__iconBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.Header-module__hBw1pG__badge{background:var(--error);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-4px;left:-4px}.Header-module__hBw1pG__avatar{background:linear-gradient(135deg,var(--accent-primary),#7c3aed);color:#fff;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.Header-module__hBw1pG__dropdownContainer{display:inline-block;position:relative}.Header-module__hBw1pG__activeIcon{border-color:var(--accent-primary)!important;background-color:var(--accent-light)!important}.Header-module__hBw1pG__dropdownMenu{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:280px;box-shadow:var(--shadow-lg);z-index:100;animation:.2s Header-module__hBw1pG__fadeIn;position:absolute;top:calc(100% + .5rem);left:0;overflow:hidden}.Header-module__hBw1pG__dropdownHeader{font-weight:600;font-family:var(--font-display);border-bottom:1px solid var(--border-color);background:var(--bg-secondary);padding:1rem}.Header-module__hBw1pG__dropdownList{max-height:300px;overflow-y:auto}.Header-module__hBw1pG__dropdownItem{border-bottom:1px solid var(--border-color);cursor:pointer;align-items:flex-start;gap:.75rem;padding:1rem;transition:background-color .2s;display:flex}.Header-module__hBw1pG__dropdownItem:last-child{border-bottom:none}.Header-module__hBw1pG__dropdownItem:hover{background:var(--bg-secondary)}.Header-module__hBw1pG__emptyState{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.875rem}.Header-module__hBw1pG__itemIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Header-module__hBw1pG__itemContent{flex:1}.Header-module__hBw1pG__itemTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:.875rem;font-weight:500}.Header-module__hBw1pG__itemTime{color:var(--text-secondary);font-size:.75rem}
.layout-module__T8_2_W__shell{background-color:var(--bg-secondary);min-height:100vh;display:flex}.layout-module__T8_2_W__main{flex-direction:column;flex:1;min-width:0;margin-right:260px;transition:margin-right .3s;display:flex}.layout-module__T8_2_W__mainExpanded{margin-right:72px}.layout-module__T8_2_W__content{flex:1;padding:1.5rem 2rem;animation:.3s layout-module__T8_2_W__fadeIn;overflow-y:auto}@keyframes layout-module__T8_2_W__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.layout-module__T8_2_W__main{margin-right:0}.layout-module__T8_2_W__content{padding:1rem}}
