page {
  min-height: 100vh;
  background: #f5f7fb;
  color: #1f2937;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button {
  border-radius: 8rpx;
}

.page {
  box-sizing: border-box;
  min-height: 100vh;
  padding: 32rpx;
}

.panel {
  background: #ffffff;
  border: 1rpx solid #d9e2ef;
  border-radius: 8rpx;
  padding: 28rpx;
}

.primary-button {
  background: #1f6feb;
  color: #ffffff;
}

.ghost-button {
  background: #eef4ff;
  color: #1f6feb;
}

.danger-button {
  background: #fff1f2;
  color: #be123c;
}
