.workspace-sidebar{box-sizing:border-box;background:var(--theme-surface);border-right:1px solid var(--theme-line);flex-direction:column;align-items:center;width:256px;min-width:256px;max-width:256px;height:100vh;padding-left:24px;padding-right:24px;display:flex;top:0}.sidebar-logo{cursor:pointer;align-items:center;gap:6px;width:100%;height:80px;display:flex}.sidebar-logo>span{font-weight:800}.sidebar-menu{box-sizing:border-box;flex-direction:column;flex:1;gap:12px;width:100%;padding:16px -8px;display:flex}.sidebar-item{cursor:pointer;width:100%;height:44px;color:var(--theme-ink-2);border-radius:12px;align-items:center;gap:16px;padding-left:16px;text-decoration:none;transition:all .2s;display:flex;position:relative}.sidebar-item>span{font-family:Inter;font-weight:500;font-style:Medium;text-align:center;font-size:15px;line-height:22.5px}.sidebar-item:hover,.sidebar-item.active{background:var(--theme-accent-soft);color:var(--theme-accent)}.sidebar-footer{width:100%;height:90px}.sidebar-footer .lang-switch{width:32px;height:32px;color:var(--theme-muted);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;font-size:10px;transition:all .2s;display:flex}.sidebar-footer .lang-switch:hover{background:var(--theme-surface-2)}.sidebar-footer .lang-switch span{margin-top:2px;font-size:10px}.sidebar-footer .sidebar-user-flex{cursor:pointer;flex:1;gap:8px}.sidebar-footer .sidebar-user-flex .sidebar-user-avatar{border-radius:50%;width:22px;height:22px}.sidebar-footer .sidebar-user-flex>span{font-family:Inter;font-weight:700;font-style:Bold;color:var(--theme-ink);-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:13px;line-height:21px;display:-webkit-box;overflow:hidden}.sidebar-footer .sidebar-user-flex:hover{opacity:.8}
