/* Minimal custom styles on top of Bootstrap 5. */

body {
  min-height: 100vh;
}

.tool-card {
  transition: transform .12s ease, box-shadow .12s ease;
  border: 1px solid rgba(0, 0, 0, .075);
}

.tool-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08) !important;
}

.tool-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f0fe 0%, #d4e2ff 100%);
  color: #0d6efd;
  border-radius: 12px;
  font-size: 1.75rem;
}
