.layout-module__muyaCG__layout{width:100vw;height:100vh;display:flex;overflow:hidden}.layout-module__muyaCG__sidebar{background-color:var(--bg-sidebar,var(--bg-card));border-right:1px solid var(--border-color);z-index:50;flex-direction:column;width:260px;min-width:260px;padding:1.25rem .75rem;transition:width .25s,min-width .25s;display:flex;overflow:hidden}.layout-module__muyaCG__sidebarCollapsed{width:64px;min-width:64px}.layout-module__muyaCG__logoRow{justify-content:space-between;align-items:center;min-height:32px;margin-bottom:1.5rem;padding:0 .25rem;display:flex}.layout-module__muyaCG__logo{color:var(--accent-primary);white-space:nowrap;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex;overflow:hidden}.layout-module__muyaCG__collapseBtn{border-radius:var(--radius-md);width:28px;min-width:28px;height:28px;color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.layout-module__muyaCG__collapseBtn:hover{background-color:var(--bg-hover);color:var(--text-primary)}.layout-module__muyaCG__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.layout-module__muyaCG__navItem{border-radius:var(--radius-md);color:var(--text-secondary);white-space:nowrap;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex;overflow:hidden}.layout-module__muyaCG__navItem:hover{background-color:var(--bg-hover);color:var(--text-primary)}.layout-module__muyaCG__navItem.layout-module__muyaCG__active{background-color:var(--accent-primary);color:#fff}.layout-module__muyaCG__navItemCollapsed{justify-content:center;padding:.65rem 0}.layout-module__muyaCG__sidebarFooter{border-top:1px solid var(--border-color);flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.layout-module__muyaCG__sidebarUserGroup{border-radius:var(--radius-md);cursor:pointer;flex-direction:column;gap:0;display:flex;position:relative;overflow:hidden}.layout-module__muyaCG__sidebarUser{border-radius:var(--radius-md);align-items:center;gap:.65rem;min-width:0;padding:.4rem .25rem;display:flex;overflow:hidden}.layout-module__muyaCG__sidebarUserCollapsed{justify-content:center;padding:.4rem 0}.layout-module__muyaCG__logoutBtn{border-radius:var(--radius-md);color:#ef4444;cursor:pointer;white-space:nowrap;opacity:0;pointer-events:none;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;max-height:0;padding:.5rem .75rem;font-size:.8rem;font-weight:600;transition:opacity .2s,max-height .25s,background .15s;display:flex;overflow:hidden}.layout-module__muyaCG__sidebarUserGroup:hover .layout-module__muyaCG__logoutBtn{opacity:1;pointer-events:auto;background:#ef444414;max-height:44px}.layout-module__muyaCG__sidebarUserGroup:hover .layout-module__muyaCG__logoutBtn:hover{background:#ef44442e}.layout-module__muyaCG__logoutBtnCollapsed{justify-content:center;padding:.5rem 0}.layout-module__muyaCG__mainContent{background-color:var(--bg-main);flex-direction:column;flex:1;min-width:0;display:flex;overflow:auto}.layout-module__muyaCG__avatar{border-radius:var(--radius-full);background-color:var(--accent-primary);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.8rem;font-weight:600;display:flex}@media (max-width:768px){.layout-module__muyaCG__layout{flex-direction:column}.layout-module__muyaCG__sidebar{display:none}.layout-module__muyaCG__bottomBar{background-color:var(--bg-card);border-top:1px solid var(--border-color);z-index:50;justify-content:space-around;width:100%;padding:.5rem;display:flex;position:fixed;bottom:0}.layout-module__muyaCG__bottomNavItem{color:var(--text-secondary);flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;font-size:.75rem;display:flex}.layout-module__muyaCG__bottomNavItem.layout-module__muyaCG__active{color:var(--accent-primary)}.layout-module__muyaCG__mainContent{padding-bottom:70px}}@media (min-width:769px){.layout-module__muyaCG__bottomBar{display:none}}
