page {
  min-height: 100%;
  background: #f5f5f7;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

view,
text,
button,
input,
textarea {
  box-sizing: border-box;
}

button {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  line-height: 1.2;
}

button::after {
  border: 0;
}

.page {
  min-height: 100vh;
  padding: 32rpx 28rpx 48rpx;
}

.section {
  margin-top: 28rpx;
}

.panel {
  background: #ffffff;
  border: 1rpx solid rgba(0, 0, 0, 0.04);
  border-radius: 24rpx;
  box-shadow: 0 10rpx 30rpx rgba(0, 0, 0, 0.04);
}

.muted {
  color: #86868b;
}

.primary-button {
  display: block;
  width: 100%;
  height: 96rpx;
  border-radius: 20rpx;
  background: #007aff;
  color: #ffffff;
  font-size: 32rpx;
  font-weight: 600;
  line-height: 96rpx;
  text-align: center;
}

.secondary-button {
  display: block;
  width: 100%;
  height: 88rpx;
  border-radius: 18rpx;
  background: #f2f2f7;
  color: #1d1d1f;
  font-size: 30rpx;
  font-weight: 600;
  line-height: 88rpx;
  text-align: center;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title {
  color: #1d1d1f;
  font-size: 34rpx;
  font-weight: 700;
}

.section-count {
  color: #86868b;
  font-size: 26rpx;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  height: 44rpx;
  padding: 0 18rpx;
  border-radius: 999rpx;
  background: #e8f2ff;
  color: #007aff;
  font-size: 24rpx;
  font-weight: 600;
}

.empty {
  display: flex;
  flex-direction: column;
  gap: 12rpx;
  padding: 48rpx 36rpx;
}

.empty-title {
  color: #1d1d1f;
  font-size: 32rpx;
  font-weight: 700;
}

.empty-text {
  color: #86868b;
  font-size: 26rpx;
  line-height: 1.6;
}
