/* 客户管理中心 · 实体门店加盟合作 */
.sd-center-page {
  --dt-red: #e11d2e;
  --dt-blue: #0077ff;
}
.sd-center-top {
  border-bottom-color: rgba(225, 29, 46, 0.25);
}
.sd-center-top h1 {
  letter-spacing: 0.04em;
}
.sd-center-hero {
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(225, 29, 46, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 20%, rgba(0, 119, 255, 0.18), transparent 50%),
    linear-gradient(165deg, #0b1220 0%, #142038 100%);
}
.sd-center-hero .zj-member-hero__eyebrow {
  color: #fda4af;
}
.sd-center-hint {
  margin: 10px 0 0;
  color: #fde68a;
}
.dt-share-box {
  margin-top: 12px;
}
.dt-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.dt-share-more {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}
.dt-quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.dt-quick-links li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.dt-quick-links a {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 17px;
  font-weight: 800;
  color: #f1f5f9 !important;
  text-decoration: none;
  line-height: 1.35;
}
.dt-quick-links a:hover {
  color: #7dd3fc !important;
}
.dt-quick-links .zj-btn--mini {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.45);
  background: rgba(14, 165, 233, 0.18);
  color: #e0f2fe;
  font-weight: 800;
  cursor: pointer;
}
.dt-quick-links .zj-btn--mini:hover {
  background: rgba(14, 165, 233, 0.32);
}
.dt-guide-list {
  margin: 0;
  padding-left: 18px;
  color: #cbd5e1;
  font-weight: 700;
  line-height: 1.7;
}
.dt-guide-list li {
  margin: 6px 0;
}
.dt-guide-list strong {
  color: #fff;
}
.sd-center-page .zj-member-card a:not(.zj-btn) {
  color: #7dd3fc;
}
.dt-item-card {
  display: block;
  padding: 12px 12px 10px;
  margin: 0 0 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: inherit;
}
.dt-item-card.is-ditui {
  border-color: rgba(251, 113, 133, 0.45);
  box-shadow: 0 0 0 1px rgba(225, 29, 46, 0.12);
}
.dt-item-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.dt-item-card__title {
  font-size: 17px;
  font-weight: 800;
  color: #f8fafc;
}
.dt-item-card__meta {
  font-size: 15px;
  color: #94a3b8;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .dt-share-actions .zj-btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}
