.player-entry-page {
  min-height: 100vh;
  min-width: 100vw;
  margin: 0;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.95);
  font-family: system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
  background: radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.9) 0%, transparent 100%), radial-gradient(2px 2px at 40% 70%, rgba(255, 255, 255, 0.7) 0%, transparent 100%), radial-gradient(1.5px 1.5px at 60% 15%, rgba(255, 255, 255, 0.8) 0%, transparent 100%), radial-gradient(2px 2px at 80% 50%, rgba(255, 248, 220, 0.8) 0%, transparent 100%), radial-gradient(1px 1px at 15% 80%, rgba(255, 255, 255, 0.6) 0%, transparent 100%), radial-gradient(1.5px 1.5px at 90% 25%, rgba(255, 255, 255, 0.7) 0%, transparent 100%), radial-gradient(1px 1px at 55% 90%, rgba(255, 255, 255, 0.5) 0%, transparent 100%), radial-gradient(ellipse 120% 80% at 50% 20%, rgba(100, 70, 160, 0.55) 0%, transparent 48%), radial-gradient(ellipse 80% 60% at 75% 55%, rgba(180, 70, 140, 0.35) 0%, transparent 45%), radial-gradient(ellipse 70% 50% at 25% 75%, rgba(70, 90, 180, 0.35) 0%, transparent 45%), linear-gradient(180deg, #0a0612 0%, #15102a 20%, #0d0820 50%, #120818 100%);
  background-attachment: fixed;
}
.player-entry-panel {
  width: 100%;
  max-width: 440px;
  padding: 2.25rem 2rem;
  border-radius: 28px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  background: rgba(90, 75, 140, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: player-panel-in 0.4s ease-out;
}
@keyframes player-panel-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.player-entry-title {
  margin: 0 0 0.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}
.player-entry-subtitle {
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}
.player-entry-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.player-entry-panel .form-label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  display: block;
}
.player-entry-input {
  width: 100%;
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  text-align: center;
  background: linear-gradient(180deg, rgba(28, 25, 38, 0.95) 0%, rgba(20, 18, 28, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.player-entry-input:-webkit-autofill,
.player-entry-input:-webkit-autofill:hover,
.player-entry-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
}
.player-entry-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.player-entry-input:focus {
  border-color: rgba(255, 210, 130, 0.45);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4), 0 0 0 2px rgba(255, 200, 120, 0.15);
}
.player-entry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 220px;
  margin-top: 1.5rem;
  padding: 0.95rem 1.6rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 0.15s, box-shadow 0.2s;
  background: linear-gradient(105deg, #e85a1a 0%, #f0a030 45%, #f5c842 100%);
  box-shadow: 0 5px 24px rgba(232, 90, 26, 0.45), 0 2px 8px rgba(0, 0, 0, 0.2);
}
.player-entry-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(232, 90, 26, 0.5), 0 3px 10px rgba(0, 0, 0, 0.25);
}
.player-entry-btn:active {
  transform: translateY(0);
}
.player-entry-btn .arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid currentColor;
}
.player-entry-error {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  color: #ffb8b8;
  text-align: center;
  background: rgba(160, 50, 50, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(255, 150, 150, 0.2);
  box-sizing: border-box;
}
.player-entry-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.25rem;
}
