.stat-card {
  border: 1px solid rgb(226 232 240);
  border-radius: 0.75rem;
  background: white;
  padding: 1rem;
  box-shadow: 0 1px 2px rgb(15 23 42 / 0.05);
}

.stat-card span {
  display: block;
  color: rgb(71 85 105);
  font-size: 0.875rem;
  font-weight: 700;
}

.stat-card strong {
  display: block;
  margin-top: 0.35rem;
  color: rgb(15 23 42);
  font-size: 1.9rem;
  line-height: 1;
}

.field-label {
  display: grid;
  gap: 0.4rem;
  color: rgb(71 85 105);
  font-size: 0.8rem;
  font-weight: 800;
}

.field-control {
  width: 100%;
  border: 1px solid rgb(203 213 225);
  border-radius: 0.55rem;
  background: white;
  color: rgb(15 23 42);
  min-height: 2.5rem;
  padding: 0.55rem 0.7rem;
  font-size: 0.925rem;
  font-weight: 500;
}

.field-control:focus {
  border-color: #147568;
  box-shadow: 0 0 0 3px rgb(20 117 104 / 0.15);
  outline: none;
}

.table-head {
  padding: 0.75rem;
  white-space: nowrap;
}

.table-cell {
  padding: 0.8rem 0.75rem;
  vertical-align: top;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
}

.status-done {
  background: rgb(220 252 231);
  color: rgb(22 101 52);
}

.status-pending {
  background: rgb(254 249 195);
  color: rgb(133 77 14);
}

.status-warning {
  background: rgb(255 237 213);
  color: rgb(154 52 18);
}

.status-post {
  background: rgb(224 231 255);
  color: rgb(55 48 163);
}

.status-na {
  background: rgb(241 245 249);
  color: rgb(71 85 105);
}

.rate-row {
  display: grid;
  gap: 0.35rem;
}

.rate-row-header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: rgb(51 65 85);
  font-size: 0.875rem;
  font-weight: 700;
}

.rate-track {
  height: 0.55rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(226 232 240);
}

.rate-fill {
  height: 100%;
  border-radius: 999px;
  background: #147568;
}

@media (max-width: 720px) {
  .table-head,
  .table-cell {
    padding: 0.65rem;
  }
}
