.card {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  padding: 1.25rem;
}

.label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 0.25rem;
}

.input {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #cbd5e1;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

.input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #6366f1;
}

.btn-primary {
  border-radius: 0.5rem;
  background: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

.btn-primary:hover {
  background: #4338ca;
}

.btn-secondary {
  border-radius: 0.5rem;
  background: #fff;
  color: #4f46e5;
  border: 1px solid #c7d2fe;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

.btn-secondary:hover {
  background: #eef2ff;
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: #f1f5f9;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #334155;
}

.badge-warn {
  background: #fef3c7;
  color: #92400e;
}

.htmx-indicator {
  display: none;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
  display: block;
}
