
/* Custom minimal tweaks beyond Tailwind */
:root {
  --ring: 0 0% 90%;
}
img { color: transparent; }
/* Utility class for placeholder boxes (if needed) */
.placeholder-box { background: linear-gradient(135deg,#e5e7eb,#f3f4f6); }
