
:root { --ib-accent:#0dcaf0; }
a { text-decoration: none; }
.card img { object-fit: cover; height: 220px; }
.ib-section { min-height: 50vh; }
#charactersGrid .card { transition: transform .15s ease-in-out; }
#charactersGrid .card:hover { transform: translateY(-4px); }
