.auth-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e0e11;
}
.auth-box {
  width: 100%;
  max-width: 450px;
  background: #16161a;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.auth-title {
  text-align: center;
  margin-bottom: 20px;
  color: #ff5f1f;
  font-weight: bold;
}