.ms-create-card,
.ms-search-card {
  margin: -14px 14px 11px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  position: relative;
  z-index: 1;
}
.ms-search-card {
  margin-top: 0;
}
.ms-card-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.ms-avatar-row {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  cursor: pointer;
}
.ms-form-avatar {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
  background: #eef2f7;
}
.ms-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #94a3b8;
  border: 2px dashed #cbd5e1;
}
.ms-avatar-tip {
  margin-left: 12px;
  font-size: 14px;
  color: #64748b;
}
.ms-input-item {
  margin-bottom: 12px;
}
.ms-label {
  display: block;
  font-size: 14px;
  color: #475569;
  margin-bottom: 6px;
}
.ms-input-text {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 15px;
}
.ms-primary-btn {
  width: 100%;
  margin-top: 6px;
  padding: 12px;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
}
.ms-search-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.ms-search-input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
}
.ms-empty-tip {
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
  padding: 12px;
}
.ms-site-card {
  margin: 0 14px 11px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
}
.ms-site-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.ms-site-avatar {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
  background: #eef2f7;
}
.ms-site-meta {
  margin-left: 12px;
  flex: 1;
}
.ms-site-name {
  font-size: 16px;
  font-weight: 600;
}
.ms-site-phone {
  font-size: 13px;
  color: #64748b;
  margin-top: 2px;
}
.ms-stat-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.ms-stat {
  flex: 1;
  background: #f8fafc;
  border-radius: 10px;
  padding: 10px 12px;
}
.ms-sk {
  display: block;
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 4px;
}
.ms-sv {
  font-size: 15px;
  font-weight: 600;
}
.ms-sv.money {
  color: #d97706;
}
.ms-btn-row {
  display: flex;
  gap: 8px;
}
.ms-mini-btn {
  flex: 1;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  color: #fff;
  border: none;
  border-radius: 10px;
}
.ms-mini-btn.outline {
  background: #fff;
  color: #2563eb;
  border: 1px solid #93c5fd;
}
.ms-qr-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.ms-qr-box {
  width: 100%;
  max-width: 320px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}
.ms-qr-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.ms-qr-img {
  width: 200px;
  height: 200px;
  margin: 0 auto 12px;
  display: block;
  background: #f1f5f9;
}
.ms-qr-desc {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 14px;
}
.ms-copy-btn {
  width: 100%;
  padding: 11px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  margin-bottom: 8px;
}
.ms-close-btn {
  width: 100%;
  padding: 11px;
  background: #f1f5f9;
  color: #475569;
  border: none;
  border-radius: 10px;
  font-size: 15px;
}
