/* Add your custom styles here */
.portal-grid {
  align-items: stretch;
}
.portal-card { transition: transform 120ms ease, box-shadow 120ms ease; }
.portal-card:hover { transform: translateY(-2px); box-shadow: var(--mantine-shadow-md); }
