#respawnPanel{
  position:fixed;
  left:50%;
  bottom:calc(18px + env(safe-area-inset-bottom, 0px));
  transform:translateX(-50%);
  z-index:12000;
  width:min(360px, calc(100vw - 28px));
  padding:12px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  background:rgba(8,10,18,.88);
  box-shadow:0 14px 40px rgba(0,0,0,.45);
  color:#fff;
  text-align:center;
  backdrop-filter:blur(10px);
  pointer-events:auto;
}

#respawnPanel[hidden]{
  display:none !important;
}

.respawnTitle{
  font-weight:800;
  font-size:16px;
  margin-bottom:4px;
}

.respawnText{
  opacity:.86;
  font-size:13px;
  margin-bottom:10px;
}

#btnRespawnPlayer{
  width:100%;
  min-height:44px;
  border:0;
  border-radius:12px;
  background:linear-gradient(180deg, #35e883, #119e4e);
  color:#06130b;
  font-weight:900;
  font-size:15px;
  box-shadow:0 0 16px rgba(53,232,131,.28);
}

#btnRespawnPlayer:disabled{
  opacity:.55;
  filter:grayscale(.35);
}
