:root {
  --shared-accent: #4f46e5;
  --shared-surface: rgba(255, 255, 255, 0.04);
  --shared-border: rgba(255, 255, 255, 0.1);
}

.shared-card {
  background: var(--shared-surface);
  border: 1px solid var(--shared-border);
  border-radius: 12px;
}

.shared-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.12);
  color: #e0e7ff;
  border: 1px solid rgba(79, 70, 229, 0.2);
  font-size: 0.85rem;
}
