/* Custom modern styles */
.card { box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.btn { transition: all 0.3s; }
.btn:hover { transform: scale(1.05); }
