.team-page {
  margin: 0;
  min-height: 100vh;
  background: #e4e9f0;
  font-family: 'PingFang SC', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
.team-hero {
  background: linear-gradient(155deg, #0a0f1a 0%, #0f172a 45%, #1e3a5f 100%);
  padding: calc(24px + env(safe-area-inset-top)) 20px 28px;
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.2);
  position: relative;
}
.team-back {
  position: absolute;
  left: 14px;
  top: calc(12px + env(safe-area-inset-top));
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e2e8f0;
  text-decoration: none;
  font-size: 22px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}
.team-hero-k {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.36em;
  color: rgba(56, 189, 248, 0.75);
  margin-bottom: 10px;
  padding-left: 44px;
}
.team-page-title {
  margin: 0 0 8px;
  padding-left: 44px;
  font-size: 22px;
  font-weight: 700;
  color: #f8fafc;
  letter-spacing: 0.12em;
}
.team-page-desc {
  margin: 0;
  padding-left: 44px;
  font-size: 13px;
  color: rgba(148, 163, 184, 0.92);
}
.team-card-list {
  background: #fff;
  border-radius: 14px;
  margin: 0 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.team-item {
  display: flex;
  align-items: center;
  padding: 16px 14px;
  border-bottom: 1px solid #e2e8f0;
}
.team-item:last-child {
  border-bottom: none;
}
.team-item .avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  background: #f0f2f5;
}
.team-info-main {
  flex: 1;
}
.team-nick-name {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}
.team-info-desc {
  font-size: 13px;
  color: #64748b;
}
.team-income-text {
  font-size: 16px;
  font-weight: 700;
  color: #059669;
}
.team-empty {
  padding: 50px 18px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
}
