.nd-cstats {
  background: var(--nd-bg-raised);
  border-bottom: 1px solid var(--nd-border);
}

.nd-cstats-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 88px 32px;
}

.nd-cstats-head {
  max-width: 620px;
  margin-bottom: 48px;
}

.nd-cstats-head .nd-cstats-eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--nd-accent);
}

.nd-cstats-head .nd-cstats-title {
  margin: 0 0 14px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.5px;
  color: var(--nd-text);
}

.nd-cstats-head .nd-cstats-intro {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--nd-muted);
}

.nd-cstats-body {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
}

.nd-cstats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.nd-cstats-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px 28px;
  background: var(--nd-bg);
  border: 1px solid var(--nd-border);
  border-radius: 12px;
}

.nd-cstats-value {
  margin: 0 0 9px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.7px;
  color: var(--nd-accent);
  font-variant-numeric: tabular-nums;
}

.nd-cstats-label {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.45;
  color: var(--nd-muted);
}

.nd-cstats-top {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px 30px 26px;
  background: var(--nd-bg);
  border: 1px solid var(--nd-border);
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 200ms ease;
}

.nd-cstats-top:hover { border-color: var(--nd-accent); }

.nd-cstats-top-label {
  margin-bottom: 22px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--nd-accent);
}

.nd-cstats-top-person {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}

.nd-cstats-top-avatar {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid var(--nd-border);
  overflow: hidden;
  background: var(--nd-placeholder);
  transition: border-color 200ms ease;
}

.nd-cstats-top:hover .nd-cstats-top-avatar { border-color: var(--nd-accent); }

.nd-cstats-top-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nd-cstats-top-ident { min-width: 0; }

.nd-cstats-top-name {
  margin: 0 0 5px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: -0.15px;
  color: var(--nd-text);
  transition: color 160ms ease;
}

.nd-cstats-top:hover .nd-cstats-top-name { color: var(--nd-accent); }

.nd-cstats-top-role {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--nd-muted);
}

.nd-cstats-top-foot {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--nd-border);
}

.nd-cstats-top-count {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: var(--nd-accent);
}

.nd-cstats-top-latest {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--nd-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1080px) {
  .nd-cstats-inner { padding: 76px 24px; }
  .nd-cstats-head .nd-cstats-title { font-size: 34px; letter-spacing: -0.4px; }
  .nd-cstats-body { gap: 24px; }
  .nd-cstats-item { padding: 26px 22px; }
  .nd-cstats-value { font-size: 34px; letter-spacing: -0.55px; }
}

@media (max-width: 900px) {
  .nd-cstats-body { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .nd-cstats-top { max-width: 520px; }
}

@media (max-width: 640px) {
  .nd-cstats-inner { padding: 56px 16px; }
  .nd-cstats-head { margin-bottom: 32px; }
  .nd-cstats-head .nd-cstats-eyebrow { margin-bottom: 12px; font-size: 11px; letter-spacing: 1.4px; }
  .nd-cstats-head .nd-cstats-title { font-size: 28px; letter-spacing: -0.3px; }
  .nd-cstats-head .nd-cstats-intro { font-size: 15px; }
  .nd-cstats-grid { gap: 12px; }
  .nd-cstats-item { padding: 22px 18px; }
  .nd-cstats-value { font-size: 28px; letter-spacing: -0.4px; margin-bottom: 7px; }
  .nd-cstats-label { font-size: 12px; }
  .nd-cstats-top { max-width: 100%; padding: 24px 20px 22px; }
  .nd-cstats-top-avatar { width: 50px; height: 50px; }
  .nd-cstats-top-name { font-size: 17px; }
}
