/*
 * Compiled owner-page utilities absent from the frozen reference stylesheet.
 * These selectors match Tailwind's generated output so the markup can retain
 * the project's utility-class contract without a page-wide handwritten style.
 */
.placeholder\:text-stone-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.focus\:ring-amber-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}
