
.pvmv-launcher{
  --pvmv-launcher-red:#dc2626;
  --pvmv-launcher-base-bottom:118px;
  position:fixed;
  right:16px;
  bottom:var(--pvmv-launcher-bottom,118px);
  z-index:99990;
  display:grid;
  grid-template-columns:17px 22px;
  grid-template-rows:auto 18px;
  align-items:center;
  justify-content:center;
  column-gap:2px;
  row-gap:4px;
  width:48px;
  min-width:48px;
  min-height:56px;
  padding:6px 3px 5px;
  border:1.5px solid rgba(255,255,255,.94);
  border-radius:12px;
  background:linear-gradient(145deg,var(--pvmv-launcher-red),#b91c1c);
  color:#fff!important;
  text-decoration:none!important;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  box-shadow:0 7px 18px rgba(127,29,29,.30),0 2px 6px rgba(15,23,42,.12);
  isolation:isolate;
  transform:translateZ(0);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,bottom .22s ease;
  animation:pvmvLauncherArrival .7s cubic-bezier(.22,.8,.3,1) both;
}
.pvmv-launcher:hover,.pvmv-launcher:focus-visible{
  color:#fff!important;
  text-decoration:none!important;
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(127,29,29,.38),0 3px 7px rgba(15,23,42,.14);
  filter:saturate(1.08);
}
.pvmv-launcher:focus-visible{outline:2px solid rgba(239,68,68,.28);outline-offset:2px}
.pvmv-launcher__label{
  grid-column:1/-1;
  grid-row:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-width:0;
  color:#fff;
  text-align:center;
  font-size:9.5px;
  font-weight:900;
  line-height:1.01;
  letter-spacing:-.02em;
  white-space:normal;
  word-break:normal;
  overflow-wrap:normal;
}
.pvmv-launcher__label>span{display:block;white-space:nowrap}
.pvmv-launcher__icon{
  grid-column:1;
  grid-row:2;
  position:relative;
  display:grid;
  place-items:center;
  width:17px;
  height:17px;
  border-radius:50%;
  background:rgba(255,255,255,.17);
  color:#fff;
}
.pvmv-launcher__icon svg{display:block;width:10px;height:10px}
.pvmv-launcher__progress{
  grid-column:2;
  grid-row:2;
  display:grid;
  place-items:center;
  min-width:21px;
  height:16px;
  padding:0 2px;
  border-radius:999px;
  background:#fff;
  color:#991b1b;
  font-size:7.5px;
  font-weight:900;
  line-height:1;
  letter-spacing:0;
  box-shadow:inset 0 0 0 1px rgba(127,29,29,.08);
}
.pvmv-launcher__progress[hidden]{display:none!important}
.pvmv-launcher:not(.is-started) .pvmv-launcher__icon{grid-column:1/-1;justify-self:center}
.pvmv-launcher.is-complete .pvmv-launcher__progress{color:#166534}
.pvmv-launcher.is-complete .pvmv-launcher__icon:after{
  content:"✓";
  position:absolute;
  right:-4px;
  bottom:-3px;
  display:grid;
  place-items:center;
  width:10px;
  height:10px;
  border:1.5px solid #fff;
  border-radius:50%;
  background:#16a34a;
  color:#fff;
  font-size:6px;
  line-height:1;
}
@keyframes pvmvLauncherArrival{0%{opacity:0;transform:translateY(10px) scale(.96)}100%{opacity:1;transform:none}}
body.admin-bar .pvmv-launcher{z-index:99991}
@media(max-width:600px){
  .pvmv-launcher{
    --pvmv-launcher-base-bottom:96px;
    right:8px;
    bottom:var(--pvmv-launcher-bottom,96px);
    grid-template-columns:16px 20px;
    grid-template-rows:auto 17px;
    width:44px;
    min-width:44px;
    min-height:52px;
    padding:5px 3px 4px;
    border-radius:11px;
    column-gap:2px;
    row-gap:3px;
  }
  .pvmv-launcher__label{font-size:8.5px}
  .pvmv-launcher__icon{width:16px;height:16px}
  .pvmv-launcher__icon svg{width:9px;height:9px}
  .pvmv-launcher__progress{min-width:19px;height:15px;padding:0 2px;font-size:7px}
}
@media(max-width:360px){
  .pvmv-launcher{right:6px;width:43px;min-width:43px}
  .pvmv-launcher__label{font-size:8.25px}
}
@media(prefers-reduced-motion:reduce){.pvmv-launcher{animation:none!important;transition:none!important}}
