html, body {
  height: 100%;
}

body {
  background: #fafafa;
}

.card {
  border-radius: 0.75rem;
}

/* 确保按钮间距在无 Bootstrap 时也尽量可用 */
.btn { cursor: pointer; }
