/*
 * Workspace skins — UNIFIED on the OpsAgents design system.
 *
 * 2026-06-23: per Michal, ALL workspaces share one look ("all same"). The
 * dashboard's runtime vars are mapped onto the design-system tokens globally
 * in index.html (styles/opsagents-design-system.css → Sea · Sand · Claude), so
 * there are no per-workspace COLOUR overrides any more — the old dark-violet
 * `opsagents` theme and the QUEEN Mall green skin are both retired.
 *
 * The only thing left here is QUEEN Mall's wordmark swap (their name in their
 * own workspace — an identity asset, not a colour). Remove this block too if a
 * fully logo-identical board is wanted.
 *
 * workspace-theme.js still sets body[data-workspace]; it just no longer changes
 * the palette.
 */

/* QUEEN Mall — keep the client's wordmark in their workspace topbar.
 * (Colour accents now follow the shared design system: sea-teal primary.) */
body[data-workspace="queenmall"] header.topbar .brand {
  display: inline-block;
  width: 132px;
  height: 38px;
  /* logo aspect ratio 609×177 ≈ 3.44:1 → 132×38 keeps it crisp */
  background: url("/styles/queenmall-logo.svg") left center / contain no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}
