body {
  font-family: sans-serif;
  background: #f9f9f9;
/*  padding: 20px;*/
}
.container {
  max-width: 600px;
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
}
.description {
  margin-bottom: 20px;
  color: #555;
}
label {
  display: block;
  margin: 10px 0;
}
button {
  margin-top: 20px;
  padding: 10px 15px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
}
button:hover {
  background: #0056b3;
}
.meta {
  margin-top: 30px;
  font-size: 0.9em;
  color: #777;
}

.bar-row {
  margin-bottom: 12px;
}
.bar-label {
  margin-bottom: 4px;
  font-weight: bold;
}
.bar-bg {
  background: #eee;
  height: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.bar-fill {
  background: #007bff;
  height: 100%;
  color: white;
  text-align: right;
  padding-right: 8px;
  line-height: 24px;
  white-space: nowrap;
  transition: width 0.5s ease;
}
input[type="text"], textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  box-sizing: border-box;
}
label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}


