/* Small overrides on top of Tailwind CDN. */
html { -webkit-text-size-adjust: 100%; }
body { font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.team-card { transition: border-color .15s ease, transform .15s ease; }
.team-card.flash { animation: flash 1s ease; }
@keyframes flash {
  0%   { box-shadow: 0 0 0 0 rgba(16,185,129,0.5); }
  100% { box-shadow: 0 0 0 12px rgba(16,185,129,0);    }
}
button, a { -webkit-tap-highlight-color: transparent; }
