@tailwind base;@tailwind components;@tailwind utilities;.meat-image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.meat-image-item{position:relative;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s}.meat-image-item:hover{transform:scale(1.05)}.meat-image-item img{width:100%;height:200px;object-fit:cover}.meat-image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:.5rem;font-size:.875rem}.spinner{border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-error{color:#ef4444;font-size:.875rem;margin-top:.25rem}.btn-primary{background-color:#3b82f6;border-color:#3b82f6}.btn-primary:hover{background-color:#2563eb;border-color:#2563eb}.btn-secondary{background-color:#6b7280;border-color:#6b7280}.btn-secondary:hover{background-color:#4b5563;border-color:#4b5563}.btn-danger{background-color:#ef4444;border-color:#ef4444}.btn-danger:hover{background-color:#dc2626;border-color:#dc2626}
