.hg-app.hg-redesign .hg-profile-dashboard .card-header {
  background: linear-gradient(180deg, rgba(250, 252, 251, 0.98), rgba(241, 247, 244, 0.92));
}

.hg-app.hg-redesign .hg-profile-tabs {
  gap: 0.35rem;
}

.hg-app.hg-redesign .hg-profile-tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--hg-text-muted);
  padding: 0.36rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.hg-app.hg-redesign .hg-profile-tabs .nav-link:hover {
  border-color: rgba(77, 102, 111, 0.25);
  background: rgba(255, 255, 255, 0.65);
  color: var(--hg-text);
}

.hg-app.hg-redesign .hg-profile-tabs .nav-link.active {
  border-color: rgba(75, 123, 113, 0.38);
  background: linear-gradient(135deg, rgba(75, 123, 113, 0.15), rgba(125, 143, 99, 0.1));
  color: #2f4f5f;
}

.hg-app.hg-redesign .hg-profile-dashboard .tab-content {
  border: 1px solid var(--hg-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.9rem;
}

.hg-app.hg-redesign .hg-profile-dashboard .tab-pane > h2 {
  color: #2f4f5f;
}

.hg-app.hg-redesign .hg-profile-dashboard form[novalidate] {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.hg-app.hg-redesign .hg-materials-dashboard .card-header {
  background: linear-gradient(180deg, rgba(250, 252, 251, 0.98), rgba(241, 247, 244, 0.92));
}

.hg-app.hg-redesign .hg-materials-toolbar {
  margin-bottom: 0.75rem !important;
}

.hg-app.hg-redesign .hg-materials-kpis .hg-kpi-card {
  border: 1px solid var(--hg-border);
  border-left: 3px solid var(--hg-emerald-deep);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(251, 253, 254, 0.82) 100%);
  padding: 0.65rem 0.8rem;
  height: 100%;
  box-shadow: 0 6px 16px rgba(31, 111, 120, 0.07);
}

.hg-app.hg-redesign .hg-books-kpis .hg-kpi-card {
  border: 1px solid var(--hg-border);
  border-left: 3px solid var(--hg-emerald-deep);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(251, 253, 254, 0.82) 100%);
  padding: 0.6rem 0.75rem;
  height: 100%;
  box-shadow: 0 6px 16px rgba(31, 111, 120, 0.07);
}

.hg-app.hg-redesign .hg-kpi-label {
  color: var(--hg-text-muted);
  font-size: 0.76rem;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.hg-app.hg-redesign .hg-kpi-value {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--hg-text);
}

.hg-app.hg-redesign .hg-status-badge {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
}

.hg-app.hg-redesign .hg-status-badge--published {
  color: #1e6b56;
  background: rgba(34, 197, 94, 0.16);
  border-color: rgba(34, 197, 94, 0.35);
}

.hg-app.hg-redesign .hg-status-badge--draft {
  color: #7a4d12;
  background: rgba(245, 158, 11, 0.2);
  border-color: rgba(245, 158, 11, 0.35);
}
