.workspace-drawer{height:100%;width:450px}.workspace-drawer .logo-container.sidebar-closed .logo-label{display:inline!important}.workspace-drawer .logo-container.sidebar-closed .logo-sidebar-toggle{display:none!important}.workspace-drawer .workspace-user-row{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border-bottom:1px solid var(--color-dark-gray-300)}.workspace-drawer .workspace-user-row .workspace-user-row-left{display:flex;align-items:center;gap:8px}.workspace-drawer .workspace-user-row .workspace-user-row-left path{fill:var(--color-light-gray-500)}.workspace-drawer .workspace-user-row .workspace-user-row-left .workspace-user-email{font-size:13px;font-weight:500;color:#fff}.workspace-drawer .workspace-selector{padding:12px 15px}.workspace-drawer .workspace-selector .select-container.medium{margin-bottom:10px}.workspace-drawer .workspace-new-project{padding:0 15px 12px}.workspace-drawer .workspace-project-list{flex:1;overflow-y:auto;padding:4px 8px;display:flex;flex-direction:column;gap:4px;margin-top:10px}.workspace-drawer .workspace-project-list .workspace-project-item{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-radius:6px;cursor:pointer;transition:background .15s ease}.workspace-drawer .workspace-project-list .workspace-project-item:hover{background:var(--color-dark-gray-700)}.workspace-drawer .workspace-project-list .workspace-project-item.active{background:var(--color-dark-gray-600)}.workspace-drawer .workspace-project-list .workspace-project-item .workspace-project-item-left{display:flex;align-items:center;gap:10px}.workspace-drawer .workspace-project-list .workspace-project-item .workspace-project-item-left .workspace-project-name{font-size:13px;font-weight:600;color:var(--color-light-gray-200)}.workspace-drawer .workspace-project-list .workspace-project-item .workspace-project-item-right{opacity:0;transition:opacity .15s ease}.workspace-drawer .workspace-project-list .workspace-project-item.active .workspace-project-item-right,.workspace-drawer .workspace-project-list .workspace-project-item:hover .workspace-project-item-right{opacity:1}