/* Replace painted glass with the same RGB backdrop refraction as the composer. */
#viewHome .creation-starters .starter-refractive{
  background:rgba(255,255,255,.035);
  backdrop-filter:var(--starter-refraction) saturate(1.4);
  -webkit-backdrop-filter:var(--starter-refraction) saturate(1.4);
  border:1px solid rgba(255,255,255,.42);
  box-shadow:inset 0 0 1px 1px #ffffff45,inset 0 1px 4px #ffffff55,inset 0 -1px 3px #9dcaff32,0 2px 8px #07132120;
}
#viewHome .creation-starters .starter-refractive:hover{background:rgba(255,255,255,.075)}
#viewHome .creation-starters .starter-creature.starter-refractive{background:rgba(145,225,244,.045);box-shadow:inset 1px 1px 3px #ffffffe0,inset -1px -2px 4px #91cfff80,0 2px 9px #06142330}
.starter-creature-eyes{z-index:1}.starter-creature-eyes i{background:#eefcff;box-shadow:0 1px 3px #142633b0}
#viewHome .creation-starters .starter-refractive-fallback{background:#ffffff12;backdrop-filter:blur(3px) saturate(1.6);-webkit-backdrop-filter:blur(3px) saturate(1.6)}
