body {
  background:
    radial-gradient(circle at 15% 15%, rgba(110, 96, 255, 0.17), transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(97, 181, 255, 0.12), transparent 35%),
    linear-gradient(150deg, #f8f8ff 0%, #f1f4fc 100%);
}

.reset-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.reset-card {
  width: 100%;
  max-width: 480px;
  padding: 38px 34px 34px;
  border-color: rgba(217, 221, 235, 0.95);
  box-shadow: 0 24px 70px rgba(45, 53, 90, 0.12), 0 5px 18px rgba(45, 53, 90, 0.05);
}

.reset-header {
  margin-bottom: 28px;
  text-align: center;
}

.reset-logo {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  object-fit: contain;
}

.reset-header h1 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 900;
}

.reset-header .caption {
  line-height: 1.65;
}

.reset-form {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.temporary-password-box {
  margin-top: 24px;
  padding: 22px;
  text-align: center;
  border: 1px solid rgba(97, 88, 232, 0.28);
  border-radius: 16px;
  background: rgba(97, 88, 232, 0.07);
}

.temporary-password-label {
  margin: 0 0 10px;
  color: #6259db;
  font-size: 13px;
  font-weight: 800;
}

#temporaryPasswordValue {
  display: block;
  margin-bottom: 12px;
  font-size: 26px;
  letter-spacing: 0.08em;
  word-break: break-all;
}

.copy-button {
  padding: 8px 16px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 800;
}

.temporary-password-box > p:last-child {
  margin: 14px 0 0;
  color: var(--text-sub, #777);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 520px) {
  .reset-page {
    align-items: flex-start;
    padding-top: 28px;
  }

  .reset-card {
    padding: 30px 22px 25px;
    border-radius: 20px;
  }
}
