/* invite.css */

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-size: cover;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.fondoinvite {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: url("/css/fondoinvite.png") no-repeat center center fixed;
  background-size: cover;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.invite-section {
  margin-top: 24px;
}

.invite-header {
  text-align: center;
  color: orange;
  font-size: 1.4rem;
  font-weight: bold;
}

.invite-subtitle {
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.invite-card {
  background: rgba(0, 0, 0, 0.728);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
  box-shadow: 0 0 8px rgba(255, 166, 0, 0.296);
}

.invite-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: white;
}

.invite-card p {
  margin: 4px 0 0;
  font-size: 0.85rem;
  color: orange;
}

.recruit-summary {
  background: rgba(0, 0, 0, 0.733);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  margin-bottom: 16px;
}

.recruit-summary h4 {
  margin: 0;
  font-size: 1rem;
  color: white;
}

.recruit-summary p {
  margin: 4px 0 0;
  font-size: 0.9rem;
  color: orange;
}

.leaderboard-btn {
  display: block;
  margin: 0 auto 12px;
  padding: 10px 20px;
  background: orange;
  color: black;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(255, 165, 0, 0.4);
}

.emoji-line {
  display: flex;
  align-items: center; /* Centra verticalmente */
           /* Espacio entre imagen y texto */
}

.nav-btn {
  text-decoration: none;
}
.nav-btn:visited,
.nav-btn:hover,
.nav-btn:active {
  text-decoration: none;
}