/* Message de connexion Ghost Vote — complément visuel */
#gvAuthText{
  display:grid;
  gap:10px;
}

#gvAuthText .gv-auth-rank{
  justify-self:start;
  padding:5px 10px;
  border:1px solid rgba(183,130,255,.32);
  border-radius:999px;
  background:rgba(139,78,216,.10);
  color:#d8baff;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 0 18px rgba(139,78,216,.12);
}

#gvAuthText .gv-auth-message{
  color:#f4efff;
  font-weight:700;
  line-height:1.5;
}

#gvAuthText .gv-auth-detail{
  max-width:64ch;
  color:rgba(232,223,247,.72);
  line-height:1.65;
}

@media (max-width:700px){
  #gvAuthText{
    text-align:center;
  }

  #gvAuthText .gv-auth-rank{
    justify-self:center;
  }
}
