/* Frontend Portal Styles */
body { font-family: 'Segoe UI', system-ui, sans-serif; }

.card { border: none; box-shadow: 0 2px 10px rgba(0,0,0,.08); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,.12); }

.badge { font-weight: 500; }

footer a { text-decoration: none; }
footer a:hover { text-decoration: underline; }
