@import url("/paleta.css?v=20260227a");

.reset-step {
  display: none;
  flex-direction: column;
  gap: 14px;
}

.reset-step--active {
  display: flex;
}

.reset-helper {
  margin: 0;
  font-size: 12px;
  color: #475569;
  line-height: 1.5;
}

#reset-email-preview {
  margin-top: -4px;
  color: #0f172a;
  font-weight: 600;
}

.token-inputs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.token-inputs input {
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 12px;
  border: 1px solid rgba(100, 116, 139, 0.35);
  background: #ffffff;
  letter-spacing: 0.02em;
}

.token-inputs input:focus {
  outline: none;
  border-color: rgba(12, 74, 110, 0.82);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.14);
}

.reset-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #475569;
}

.reset-actions span {
  font-weight: 600;
}

.reset-actions button {
  border: none;
  background: transparent;
  color: #0f172a;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: rgba(15, 23, 42, 0.26);
  text-underline-offset: 3px;
}

.reset-actions button:hover {
  text-decoration-color: rgba(15, 23, 42, 0.55);
}

.reset-actions button[disabled] {
  color: #94a3b8;
  text-decoration: none;
  cursor: not-allowed;
}

@media (max-width: 520px) {
  .token-inputs {
    gap: 6px;
  }

  .token-inputs input {
    height: 46px;
    font-size: 18px;
  }

  .reset-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
