.workspace-sticky{position:fixed;z-index:40;top:0;left:var(--sidebar-width,254px);right:0;min-height:58px;display:flex;align-items:center;gap:16px;padding:8px 22px;border-top:2px solid #ef4444;border-bottom:1px solid #98a2b3;background:rgba(241,245,249,.98);box-shadow:0 5px 14px rgba(16,24,40,.14);backdrop-filter:blur(9px);transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform .16s ease,opacity .16s ease}.workspace-sticky.visible{transform:translateY(0);opacity:1;pointer-events:auto}.workspace-sticky-back{flex:0 0 auto;padding:7px 11px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1d2939;font-size:10px;font-weight:800;text-decoration:none;box-shadow:0 1px 2px rgba(16,24,40,.06)}.workspace-sticky-back:hover{background:#f8fafc;border-color:#98a2b3}.workspace-sticky-identity{display:flex;align-items:center;gap:14px;min-width:0}.workspace-sticky-identity>strong{max-width:460px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#101828;font-size:14px;font-weight:800}.workspace-sticky-status,.workspace-sticky-location{display:flex;align-items:center;gap:7px;color:#475467;font-size:10px;font-weight:650}.workspace-sticky-location{padding-left:14px;border-left:1px solid #b8c1cc}.workspace-sticky-action{margin-left:auto}.workspace-sticky-clear{margin-left:auto;padding:6px 9px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;color:#344054;font-size:10px;font-weight:800;text-decoration:none}.workspace-sticky-clear:hover{border-color:#98a2b3;background:#f8fafc}.workspace-sticky .status-dot{flex:0 0 auto;width:9px;height:9px}@media(max-width:900px){.workspace-sticky{left:0;padding:8px 11px}.workspace-sticky-location{display:none}.workspace-sticky-identity>strong{max-width:45vw}}@media(prefers-reduced-motion:reduce){.workspace-sticky{transition:none}}