
#hud-layer{
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}


.hud{
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 50;
  pointer-events: none;
}


.hud-menu{
  position: fixed;
  top: 14px;
  right: 22px;
  z-index: 60;
  pointer-events: auto;
}
.hud-menu-btn{
  font-size: 22px;
  width: 44px;
  height: 44px;
  opacity: .92;
}


.hud-panel{
  position: absolute;
  top: 56px;
  right: 0;
}


.hud-logo{
  position: fixed;
  top: 10px;
  left: 18px;        
  transform: none;   
  z-index: 55;
  pointer-events: auto;
}

.hud-logo img{
  width: 125px;
  height: auto;
  opacity: .85;
  filter: drop-shadow(0 0 10px rgba(255,255,255,.25));
}



.hud-title{
  position: fixed;
  top: 44px;               
  left: 50%;
  transform: translateX(-50%);
  z-index: 54;
  pointer-events: none;

  
  font-size: 25px;
  letter-spacing: 1.8px;
  color: rgba(231,197,120,.95);
  text-shadow: 0 0 16px rgba(231,197,120,.22);
}



.wheel-wrap{
  position: absolute;
  inset: 0;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;

  width:100%;
  max-width:500px;
  margin:auto;
  margin-top:110px;
}


.wheel{
  width:100%;
  height:420px;
  perspective:1500px;
}


.wheel-item{
  width:280px;
  height:400px;
  margin-left:-140px;
  margin-top:-200px;
}


.card-logo{
  width:110px;
  height:110px;
  margin-top:-85px;
}
.card-footer{
  bottom:36px;
}


.hero-avatar{
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  height: 330px;
  z-index: 80;
}
.hero-avatar.profile-light img{
  width: 300px;
  height: 300px;
  object-position: 95% 12%;
}



#footer-hud{
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  gap: 14px;
  z-index: 30;
}

#footer-hud .mini-logo{
  width: 38px;
  height: 38px;
}
#footer-hud .mini-logo img{
  width: 22px;
  height: 22px;
}

.hud-title{
  color: #e6eefc;
  text-shadow: none;
}
.card-btn{
  font-family: inherit !important;
}
.hud-title{
  font-family: inherit !important;
}
