/* Legacy helper file. Core design tokens now live in static/theme.css. */

.card {
  background: #fff;
  border-radius: 0.95rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}
