@layer utilities {
  .content-auto { content-visibility: auto; }
  .text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  .water-card {
    @apply transition-all duration-300 hover:-translate-y-2 hover:shadow-lg;
  }
  .core-tag {
    @apply inline-block px-3 py-1 rounded-full text-xs font-bold;
  }
}
    