/* قائمة قدرات نايوش هوب — ملف 07 */

.hcl-page {
  padding: 24px 0 64px;
}

.hcl-hero {
  background: linear-gradient(128deg, #0c4a6e 0%, #0369a1 50%, #0284c7 100%);
  color: #fff;
  border-radius: 22px;
  padding: 32px 28px;
  margin-bottom: 18px;
  box-shadow: 0 24px 60px rgba(3, 105, 161, 0.35);
}

.hcl-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  color: #ffffff !important;
}

.hcl-hero p {
  margin: 0;
  max-width: 72ch;
  line-height: 1.75;
  color: rgba(255, 245, 247, 0.96) !important;
  font-size: 15px;
  font-weight: 700;
}

.hcl-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.hcl-kpi {
  background: #fff;
  border: 1px solid #e0f2fe;
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
}

.hcl-kpi strong {
  display: block;
  font-size: 26px;
  font-weight: 900;
  color: #0369a1;
}

.hcl-kpi span {
  font-size: 12px;
  font-weight: 800;
  color: #64748b;
}

.hcl-toolbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.hcl-toolbar input {
  min-height: 42px;
  border: 1px solid #e0f2fe;
  border-radius: 12px;
  padding: 0 14px;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
}

.hcl-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hcl-filters button {
  border: 1px solid #e0f2fe;
  background: #fff;
  border-radius: 999px;
  padding: 7px 14px;
  font-family: inherit;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  color: #334155;
}

.hcl-filters button.is-active {
  background: #0369a1;
  border-color: #0369a1;
  color: #fff;
}

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

.hcl-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 14px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.hcl-card header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.hcl-card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  color: #0f172a;
}

.hcl-card p {
  margin: 6px 0 0;
  grid-column: 1 / -1;
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  line-height: 1.6;
}

.hcl-badge {
  font-size: 10px;
  font-weight: 900;
  padding: 4px 8px;
  border-radius: 999px;
}

.hcl-badge--done { background: #dcfce7; color: #166534; }
.hcl-badge--partial { background: #fef9c3; color: #854d0e; }
.hcl-badge--missing { background: #fee2e2; color: #991b1b; }

.hcl-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 12px;
  border-radius: 10px;
  background: #0369a1;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
  white-space: nowrap;
}

.hcl-empty {
  text-align: center;
  padding: 40px;
  color: #64748b;
  font-weight: 800;
}
