.center-page {
  background: #ffffff;
}

.center-header {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  min-height: 48px;
}

.center-header h1 {
  margin: 0;
  text-align: center;
  font-size: 22px;
}

.center-hero {
  margin: 24px 0 18px;
  padding: 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(31, 122, 22, 0.12), transparent 52%),
    #f6f6f6;
}

.center-hero h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.center-hero p {
  margin: 0;
  color: #777777;
  font-size: 13px;
  line-height: 1.6;
}

.center-filter-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 16px;
  padding: 2px 0;
}

.center-filter-tabs button {
  flex: 0 0 auto;
  min-height: 34px;
  border: 0;
  border-radius: 17px;
  background: #f2f2f2;
  color: #666666;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.center-filter-tabs button.active {
  background: #111111;
  color: #ffffff;
}

.center-list {
  display: grid;
  gap: 10px;
}

.center-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border-radius: 16px;
  background: #f7f7f7;
}

.center-card strong {
  display: block;
  font-size: 15px;
}

.center-card span,
.center-card small {
  display: block;
  margin-top: 4px;
  color: #777777;
  font-size: 12px;
}

.center-card b {
  display: block;
  text-align: right;
  font-size: 14px;
}

.center-card em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin-top: 6px;
  padding: 0 8px;
  border-radius: 12px;
  background: #e8f7ee;
  color: #239055;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.center-card em.pending {
  background: #fff5df;
  color: #b07a15;
}

.center-card em.process {
  background: #e7f0ff;
  color: #3167d6;
}
