/* 我的博主名片 · 独立页面 */
.bcc-page {
  padding: 0 0 40px;
  max-width: 720px;
}
.bcc-page-head {
  margin-bottom: 20px;
}
.bcc-page-title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}
.bcc-page-desc {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}
.bcc-page-body {
  min-height: 280px;
}
.bcc-page-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px 24px;
  max-width: 420px;
}
.bcc-page-card--bound {
  max-width: 480px;
}
.bcc-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 48px 16px;
  color: #64748b;
  font-size: 14px;
}
.bcc-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #e2e8f0;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: bcc-spin 0.8s linear infinite;
}
@keyframes bcc-spin {
  to { transform: rotate(360deg); }
}
.bcc-qr-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.bcc-qr {
  width: 220px;
  height: 220px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}
.bcc-url {
  font-size: 12px;
  word-break: break-all;
  color: #64748b;
}
.bcc-steps {
  margin: 0 0 12px;
  padding-left: 18px;
  font-size: 13px;
  color: #475569;
  line-height: 1.7;
}
.bcc-status {
  text-align: center;
  font-size: 14px;
  color: #2563eb;
  margin: 0 0 12px;
}
.bcc-btn-ghost,
.bcc-btn-primary {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  border: none;
}
.bcc-btn-ghost {
  background: #f1f5f9;
  color: #334155;
}
.bcc-btn-ghost:hover { background: #e2e8f0; }
.bcc-btn-primary {
  background: #6366f1;
  color: #fff;
  margin-top: 12px;
}
.bcc-btn-primary:hover { background: #4f46e5; }
.bcc-card {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}
.bcc-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.bcc-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  font-size: 28px;
}
.bcc-card-name {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}
.bcc-card-meta {
  margin-top: 4px;
  font-size: 13px;
  color: #64748b;
}
.bcc-card-badge {
  margin-top: 8px;
  font-size: 13px;
  color: #059669;
  font-weight: 600;
}
.bcc-list-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.bcc-btn-inline {
  width: auto;
  display: inline-flex;
  padding: 8px 16px;
}
.bcc-list-count {
  font-size: 13px;
  color: #64748b;
}
.bcc-card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bcc-empty {
  padding: 32px 16px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
  border: 1px dashed #e2e8f0;
  border-radius: 12px;
}
.bcc-btn-danger {
  color: #b91c1c;
  background: #fef2f2;
}
.bcc-btn-danger:hover {
  background: #fee2e2;
}
.bcc-hint-muted {
  color: #94a3b8;
  margin-top: 16px;
}
.bcc-rebind-tip {
  margin: 0 0 12px;
  padding: 8px 12px;
  background: #fff7ed;
  color: #c2410c;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.bcc-error {
  background: #fef2f2;
  color: #b91c1c;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.5;
}
