/* Custom Styles */
.su-card-hover { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.su-card-hover:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.1); }
