/*
  Business Dashboard 客戶經營 Workspace — Foundation Pack CSS
  (BUSINESS-DASHBOARD-STAFF-AND-CUSTOMER-FOUNDATIONS-001, Part B).

  Every rule is scoped under #customerWorkspaceHostRoot AND every class is cw-* prefixed (same
  double-containment convention every other Business Dashboard Workspace CSS file already
  established) — a shared global stylesheet space means an unscoped rule risks silently affecting
  unrelated pages. Color/spacing values match businessCenter.css's own existing tokens verbatim
  (no new visual language introduced for this Foundation Pack).
*/
#customerWorkspaceHostRoot {
  --cw-space-2: 8px;
  --cw-space-3: 12px;
  --cw-space-4: 16px;
  --cw-space-5: 24px;
}
