/* Keep tiny. Tailwind handles most. */
.label {
  display: block;
  font-size: 0.875rem;
  color: rgba(51, 65, 85, 0.9);
  margin-bottom: 0.4rem;
}

.input {
  width: 100%;
  border-radius: 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: white;
  padding: 0.75rem 0.9rem;
  color: rgba(15, 23, 42, 0.95);
  outline: none;
}

.input:focus {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

::placeholder {
  color: rgba(148, 163, 184, 0.6);
}
