/* Nur Beispiele, Tailwind übernimmt das meiste Styling */
.tw-card { transition: box-shadow .2s ease; }
.tw-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,.06); }