
.contract-home[data-v-71045186] {
  padding: 20px;
  background: #f5f7fa;
  min-height: 100vh;
}
.stat-row[data-v-71045186] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
.stat-card[data-v-71045186] {
  background: #fff;
  border-radius: 6px;
  padding: 20px 16px;
  position: relative;
}
.stat-num[data-v-71045186] {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 8px;
}
.text-blue[data-v-71045186] {
  color: #409eff;
}
.text-red[data-v-71045186] {
  color: #f56c6c;
}
.text-orange[data-v-71045186] {
  color: #e6a23c;
}
.text-green[data-v-71045186] {
  color: #67c23a;
}
.stat-title[data-v-71045186] {
  font-size: 14px;
  color: #303133;
  margin-bottom: 4px;
}
.stat-desc[data-v-71045186] {
  font-size: 12px;
  color: #909399;
}
.stat-line[data-v-71045186] {
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.stat-line.blue[data-v-71045186] {
  background: #409eff;
}
.stat-line.orange[data-v-71045186] {
  background: #e6a23c;
}
.stat-line.red[data-v-71045186] {
  background: #f56c6c;
}
.stat-line.green[data-v-71045186] {
  background: #67c23a;
}
.main-row[data-v-71045186] {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 16px;
  margin-bottom: 16px;
}
.wrap-title[data-v-71045186] {
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e7ed;
  margin-bottom: 12px;
}
.func-wrap[data-v-71045186] {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
}
.func-grid[data-v-71045186] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.func-item[data-v-71045186] {
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  padding: 16px 10px;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s;
  background-color: #ecf5ff;
}
.func-item[data-v-71045186]:hover {
  border-color: #409eff;
  background: #ecf5ff;
}
.func-item i[data-v-71045186] {
  font-size: 20px;
  color: #409eff;
}
.func-item span[data-v-71045186] {
  font-size: 14px;
  color: #303133;
}
.record-wrap[data-v-71045186] {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
}
.record-header[data-v-71045186] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more-link[data-v-71045186] {
  font-size: 12px;
  color: #409eff;
  cursor: pointer;
}
.todo-wrap[data-v-71045186] {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
}

