body { background: #f5f7fb; }
.app-card { border: none; box-shadow: 0 2px 8px rgba(0,0,0,.08); transition: transform .15s; }
.app-card:hover { transform: translateY(-2px); }
