/* MP V1.1.2 — stable premium figure based on V1.1.1, broken layer experiment removed */
.mp-qg-step[data-step="3"].active ~ .mp-qg-actions{display:none!important;}

.mp-qg-avatar-v2.mp-v112-premium-figure{
  --mp-eye-color:#60a5fa;
  --mp-hair-tint:rgba(250,204,21,.12);
  --mp-skin-tint:rgba(255,226,190,.06);
  --mp-bust-size:1;
  min-height:700px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  transform:none!important;
  overflow:hidden!important;
}
.mp-qg-avatar-v2.mp-v112-premium-figure:before,
.mp-qg-avatar-v2.mp-v112-premium-figure:after{display:none!important;content:none!important;}
.mp-qg-avatar-v2.mp-v112-premium-figure .mp-qg-silhouette{display:none!important;}

.mp-v111-figure-stage{
  position:absolute;
  left:50%;
  bottom:18px;
  width:auto;
  height:calc(98% * var(--body-scale-y,1));
  aspect-ratio:481/1390;
  transform:translateX(-50%) scaleX(var(--body-scale-x,1));
  transform-origin:center bottom;
  filter:drop-shadow(0 0 20px rgba(255,255,255,.18)) drop-shadow(0 0 48px rgba(250,204,21,.10));
  transition:height .22s ease,transform .22s ease,filter .22s ease;
  z-index:1;
}
.mp-v111-body{
  position:absolute;inset:0;pointer-events:none;
  background:url('img/mp-figure-premium-v112.png') center bottom/contain no-repeat;
  opacity:1;
}
.mp-v111-hair,.mp-v111-bust,.mp-v111-eyes{position:absolute;pointer-events:none;}
.mp-v111-hair{
  left:50%;top:0;width:88%;height:35%;transform:translateX(-50%);
  background:radial-gradient(ellipse at 50% 45%,var(--mp-hair-tint),transparent 72%);
  mix-blend-mode:screen;opacity:.8;z-index:3;transition:background .2s ease,opacity .2s ease;
}
.mp-v111-eyes{
  left:50%;top:8.15%;width:15%;height:2%;transform:translateX(-50%);z-index:5;
}
.mp-v111-eyes:before,.mp-v111-eyes:after{
  content:"";position:absolute;top:18%;width:8%;aspect-ratio:1;border-radius:50%;
  background:var(--mp-eye-color);box-shadow:0 0 6px var(--mp-eye-color),0 0 11px rgba(255,255,255,.35);opacity:.75;
}
.mp-v111-eyes:before{left:28%;}.mp-v111-eyes:after{right:28%;}
.mp-v111-bust{
  left:50%;top:20.5%;width:calc(28% * var(--mp-bust-size,1));height:calc(6.2% * var(--mp-bust-size,1));
  transform:translateX(-50%);border-radius:999px;
  background:
    radial-gradient(ellipse at 30% 56%,rgba(255,255,255,.28),rgba(255,255,255,.10) 36%,transparent 70%),
    radial-gradient(ellipse at 70% 56%,rgba(255,255,255,.28),rgba(255,255,255,.10) 36%,transparent 70%);
  mix-blend-mode:screen;opacity:.35;filter:drop-shadow(0 0 7px rgba(255,255,255,.14));z-index:4;
  transition:width .22s ease,height .22s ease,opacity .22s ease;
}

.mp-qg-avatar-v2.mp-v111-hair-blond{--mp-hair-tint:rgba(250,204,21,.22);}
.mp-qg-avatar-v2.mp-v111-hair-braun{--mp-hair-tint:rgba(120,72,30,.24);}
.mp-qg-avatar-v2.mp-v111-hair-schwarz{--mp-hair-tint:rgba(20,20,24,.20);}
.mp-qg-avatar-v2.mp-v111-hair-rot{--mp-hair-tint:rgba(248,92,42,.24);}
.mp-qg-avatar-v2.mp-v111-hair-dunkelblond{--mp-hair-tint:rgba(190,138,54,.22);}

.mp-qg-avatar-v2.mp-v111-eye-blau{--mp-eye-color:#60a5fa;}
.mp-qg-avatar-v2.mp-v111-eye-braun{--mp-eye-color:#a16207;}
.mp-qg-avatar-v2.mp-v111-eye-gruen{--mp-eye-color:#22c55e;}
.mp-qg-avatar-v2.mp-v111-eye-grau{--mp-eye-color:#cbd5e1;}
.mp-qg-avatar-v2.mp-v111-eye-hasel{--mp-eye-color:#b45309;}

@media(max-width:760px){
  .mp-qg-avatar-v2.mp-v112-premium-figure{min-height:610px!important;}
  .mp-v111-figure-stage{height:calc(99% * var(--body-scale-y,1));bottom:16px;}
}
