.page { padding: 32rpx; min-height: 100vh; background: #f5f6f8; } .title { margin-bottom: 24rpx; font-size: 40rpx; font-weight: 600; } .notice { margin-top: 32rpx; color: #777777; } .section-title { margin: 32rpx 0 16rpx; font-size: 32rpx; font-weight: 600; } .duration-row, .action-grid { display: flex; gap: 16rpx; flex-wrap: wrap; margin-bottom: 24rpx; } .action-grid button { flex: 1 1 280rpx; } .selected { color: #ffffff; background: #1f6feb; } .result-card { margin-top: 20rpx; padding: 28rpx; border-radius: 16rpx; background: #ffffff; line-height: 1.7; } .result-title { font-size: 32rpx; font-weight: 600; } .success { margin: 16rpx 0; color: #17823b; } .error { margin: 16rpx 0; color: #c73535; }