/* The same tab strip is shared by every ERP page. */
.workspace-shell .topbar{height:48px;min-height:48px;padding:0 12px;background:#141b2a;border:0;gap:12px;color:#c2cbd9}
.workspace-shell .logo-bar{height:48px}
.workspace-shell .topbar .user{color:#c2cbd9;flex:none;font-size:13px;gap:10px}
.workspace-shell .topbar .user .el-button{color:#c2cbd9}
.workspace-shell .main{height:100vh;min-width:0}
.workspace-shell .content{overflow:auto;min-height:0}
.workspace-tabbar{display:flex;align-items:center;gap:4px;min-width:0;flex:1;height:100%}
.workspace-tabs{display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#465267 transparent;min-width:0;flex:1;scroll-behavior:smooth;padding:4px 0}
.workspace-tabs::-webkit-scrollbar{height:3px}
.workspace-tabs::-webkit-scrollbar-thumb{background:#465267;border-radius:3px}
.workspace-tab{display:flex;align-items:center;flex:none;max-width:240px;height:34px;border:1px solid transparent;border-radius:5px;color:#aab5c7;background:transparent;transition:background .15s,border-color .15s}
.workspace-tab:hover{background:#243045;color:#e3eaf4}
.workspace-tab.active{background:#233044;border-color:#3c4c64;color:#95bfff}
.workspace-tab button{border:0;background:transparent;color:inherit;cursor:pointer;font:inherit}
.workspace-tab-select{padding:7px 9px 7px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px!important;text-align:left}
.workspace-tab-close{width:24px;height:24px;margin-right:4px;border-radius:4px;font-size:17px!important;line-height:1;flex:none;color:#91a0b5!important}
.workspace-tab-close:hover{color:#fff!important;background:#41516b!important}
.workspace-tab button:focus-visible{outline:2px solid #7eafff;outline-offset:-2px}
@media(max-width:650px){.workspace-shell .topbar{padding:0 6px;gap:5px}.workspace-shell .topbar .user>span{display:none}.workspace-tab-select{max-width:125px;padding-left:8px}.workspace-tabbar{gap:1px}.workspace-shell .main{height:100dvh}}
@media(prefers-reduced-motion:reduce){.workspace-tabs{scroll-behavior:auto}.workspace-tab{transition:none}}
