/* The creator shell forces theme=dark. Follow the actual toolbar mode instead. */
[data-component-id="creator-layout"] .creator-layout__header:has([data-component-id="CreatorLayoutNavContainer"][style*="color-scheme: light"]),
[data-component-id="creator-layout"] .creator-layout__header:has([data-component-id="CreatorLayoutNavContainer"][style*="color-scheme:light"]) {
  background: #F7FAFF !important;
  color: #10264E !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
