.auth-modal {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgba(0,0,0,0.6);
  display: flex; align-items: center; justify-content: center;
  z-index: 999;
}

.auth-box {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  width: 90%;
  max-width: 400px;
  position: relative;
  direction: rtl;
}

.close-auth {
  position: absolute;
  top: 10px; left: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}

#userPanel {
  position: fixed;
  top: 10px; left: 10px;
  z-index: 999;
}

#userPanel button {
  padding: 0.5rem 1rem;
  border: none;
  background-color: #9b59b6;
  color: white;
  border-radius: 0.5rem;
  cursor: pointer;
}

#userProfile span {
  margin-left: 1rem;
}
