[v-cloak] {
  display: none;
}

/* Inputs / selects (plain CSS — the Tailwind Play CDN doesn't process @apply here). */
.fld {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #cbd5e1;
  background: #fff;
  padding: 0.55rem 0.75rem;
  font-size: 0.875rem;
  color: #1e293b;
  outline: none;
  transition: border-color 0.15s ease;
}
.fld:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.colorfld {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 1px solid #cbd5e1;
  padding: 3px;
  background: #fff;
  cursor: pointer;
}
