body.auth-body {
  background: #0d1117;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.auth-card {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: #161b22;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.auth-logo {
  opacity: 0.9;
}
