[data-component-id="creator-layout"].creator-layout,
[data-component-id="creator-layout"] .creator-layout__main {
  background: rgb(var(--v-theme-background)) !important;
  color: rgb(var(--v-theme-on-background)) !important;
}
[data-component-id="creator-layout"] .creator-layout__header {
  background: rgb(var(--v-theme-background)) !important;
  color: rgb(var(--v-theme-on-background)) !important;
  box-shadow: none !important;
}
[data-component-id="creator-layout"].v-theme--light .creator-layout__mobile {
  background: #F7FAFF !important; border-color: #CAD5E5 !important;
}
[data-component-id="creator-layout"].v-theme--light .creator-layout__mobile a,
[data-component-id="creator-layout"].v-theme--light .creator-layout__menuBtn { color: #10264E !important; }
html.light.creator-layout-active .toolbar-user-menu>.v-card {
 /* Avatar menu surface tokens: descendants read these, not inherited color. */
 --v-theme-on-surface: 16, 38, 78;
 --v-high-emphasis-opacity: 1;
 background: #FFFFFF !important; color: #10264E !important; border-color: #CAD5E5 !important;
}
html.light.creator-layout-active .toolbar-user-menu>.v-card .v-list,
html.light.creator-layout-active .toolbar-user-menu>.v-card .v-sheet,
html.light.creator-layout-active .toolbar-user-menu .menu-item { background: transparent !important; color: #10264E !important; }
html.light.creator-layout-active .toolbar-user-menu .menu-item:hover { background: #E6EFFB !important; }
html.light.creator-layout-active .toolbar-user-menu .menu-icon { color: #3D68FF !important; }
