.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  width: 520px;
  background: var(--card);
  border-radius: 8px;
  padding: 24px;
}
