/* src/styles/v18-new-silhouette-alignment.css — extracted from index.html (id=v18-new-silhouette-alignment). */

.figure-wrap{
  position:relative!important;
  overflow:visible!important;
  background:
    radial-gradient(ellipse at 50% 50%,
      rgba(0,0,0,.80) 0%,
      rgba(0,0,0,.56) 34%,
      rgba(0,0,0,.20) 56%,
      rgba(0,0,0,0) 74%)!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:50%!important;
  isolation:isolate!important;
}
.figure-wrap::before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:72%!important;
  height:96%!important;
  transform:translate(-50%,-50%)!important;
  border-radius:50%!important;
  background:
    radial-gradient(ellipse at 50% 50%,
      rgba(80,150,255,.18) 0%,
      rgba(132,80,255,.10) 36%,
      rgba(0,0,0,0) 72%)!important;
  filter:blur(14px)!important;
  z-index:0!important;
  pointer-events:none!important;
}
.figure-wrap::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:84%!important;
  height:104%!important;
  transform:translate(-50%,-50%)!important;
  border-radius:50%!important;
  background:
    radial-gradient(ellipse at 50% 50%,
      transparent 0 48%,
      rgba(95,227,255,.12) 50%,
      rgba(143,69,255,.10) 53%,
      transparent 60%)!important;
  opacity:.72!important;
  z-index:0!important;
  pointer-events:none!important;
}
.figure-img{
  position:relative!important;
  z-index:2!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  object-fit:contain!important;
  filter:
    drop-shadow(0 0 10px rgba(125,170,255,.22))
    drop-shadow(0 0 28px rgba(95,227,255,.12))!important;
}
.hotspot{z-index:5!important;}
@media (min-width:1181px){
  .figure-stage{
    min-height:620px!important;
    height:calc(100% - 142px)!important;
    padding-top:0!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  .figure-wrap{
    width:min(520px,82%)!important;
    max-width:520px!important;
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .figure-img{
    height:100%!important;
    width:auto!important;
    max-width:100%!important;
  }
  .hotspot[data-zone="head"]{left:50%!important;top:8.5%!important}
  .hotspot[data-zone="throat"]{left:50%!important;top:22.5%!important}
  .hotspot[data-zone="heart"]{left:50%!important;top:31.5%!important}
  .hotspot[data-zone="upperAbdomen"]{left:50%!important;top:43%!important}
  .hotspot[data-zone="abdomen"]{left:50%!important;top:51.5%!important}
  .hotspot[data-zone="hips"]{left:50%!important;top:59%!important}
  .hotspot[data-zone="knees"]{left:50%!important;top:76%!important}
  .hotspot[data-zone="feet"]{left:50%!important;top:93%!important}
  .hotspot[data-zone="shoulders"]{top:30%!important}
  .hotspot[data-zone="hands"]{top:58%!important}
}
@media (max-width:1180px){
  .figure-wrap{
    width:min(520px,96%)!important;
    max-width:520px!important;
  }
  .figure-img{
    width:100%!important;
    height:auto!important;
  }
  .hotspot[data-zone="head"]{left:50%!important;top:8%!important}
  .hotspot[data-zone="throat"]{left:50%!important;top:21%!important}
  .hotspot[data-zone="heart"]{left:50%!important;top:30.5%!important}
  .hotspot[data-zone="upperAbdomen"]{left:50%!important;top:42%!important}
  .hotspot[data-zone="abdomen"]{left:50%!important;top:50.5%!important}
  .hotspot[data-zone="hips"]{left:50%!important;top:58%!important}
  .hotspot[data-zone="knees"]{left:50%!important;top:75%!important}
  .hotspot[data-zone="feet"]{left:50%!important;top:93%!important}
  .hotspot[data-zone="shoulders"]{top:29.5%!important}
  .hotspot[data-zone="hands"]{top:57%!important}
}
@media (max-width:760px){
  .figure-wrap{width:min(430px,100%)!important;}
  .hotspot{font-size:.58rem!important;padding:5px 8px!important;}
}
