/* HonorBuddy 界面预览 · 纯 HTML/CSS，非生成图片 */
.hb-mock-panel {
  width: 450px;
  max-width: 100%;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.4;
  box-sizing: border-box;
}
.hb-mock-panel * {
  box-sizing: border-box;
}
.hb-mock-win {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(28, 58, 96, 0.28);
  border: 2px solid #d4af37;
  background: linear-gradient(180deg, #eef6fc 0%, #c8dff5 100%);
}
.hb-mock-titlebar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: linear-gradient(90deg, #3d7ec8, #2a5f9e);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.hb-mock-dots {
  display: flex;
  gap: 5px;
}
.hb-mock-dots i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}
.hb-mock-dots i:first-child {
  background: #ff6b6b;
}
.hb-mock-dots i:nth-child(2) {
  background: #ffd166;
}
.hb-mock-dots i:nth-child(3) {
  background: #06d6a0;
}
.hb-mock-title {
  flex: 1;
}
.hb-mock-status {
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 12px;
  background: rgba(6, 214, 160, 0.25);
  border: 1px solid #06d6a0;
}
.hb-mock-toolbar {
  display: flex;
  gap: 4px;
  padding: 8px 10px;
  background: #2c3e50;
}
.hb-mock-toolbar span {
  padding: 4px 12px;
  font-size: 12px;
  color: #b0bec5;
  border-radius: 4px;
  cursor: default;
}
.hb-mock-toolbar span.active {
  background: #3d7ec8;
  color: #fff;
}
.hb-mock-viewport {
  padding: 16px 14px 10px;
  min-height: 220px;
  background-image: radial-gradient(circle, #b8d4ea 1px, transparent 1px);
  background-size: 14px 14px;
}
.hb-mock-char {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.hb-mock-portrait {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  border: 2px solid #d4af37;
  background: linear-gradient(135deg, #4a6fa5, #2c5282);
  position: relative;
}
.hb-mock-portrait::after {
  content: "⚔";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.hb-mock-bars {
  flex: 1;
}
.hb-mock-bars .bar {
  height: 10px;
  border-radius: 5px;
  margin-bottom: 6px;
  background: #dfe6ed;
  overflow: hidden;
}
.hb-mock-bars .bar span {
  display: block;
  height: 100%;
  border-radius: 5px;
}
.hb-mock-bars .hp span {
  width: 82%;
  background: linear-gradient(90deg, #c0392b, #e74c3c);
}
.hb-mock-bars .mp span {
  width: 65%;
  background: linear-gradient(90deg, #2980b9, #3498db);
}
.hb-mock-log {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #b8d4ea;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  color: #2c3e50;
}
.hb-mock-log p {
  margin: 0 0 6px;
}
.hb-mock-log p.ok {
  color: #27ae60;
  font-weight: 600;
  margin-bottom: 0;
}
.hb-mock-actionbar {
  display: flex;
  gap: 6px;
  padding: 10px 12px 14px;
  background: #1a252f;
  justify-content: center;
}
.hb-mock-actionbar .slot {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 2px solid #d4af37;
  background: #34495e;
  color: #ecf0f1;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hb-mock-actionbar .slot.on {
  background: linear-gradient(135deg, #3d7ec8, #2a5f9e);
  box-shadow: 0 0 12px rgba(61, 126, 200, 0.6);
}
.hb-mock-actionbar .slot.on::after {
  content: "▶";
  position: absolute;
  bottom: 2px;
  right: 4px;
  font-size: 8px;
  color: #ffd166;
}

/* 页脚付款区 */
.hb-pay-block {
  text-align: left;
}
.hb-pay-block h5 {
  color: #fff;
  margin-bottom: 6px;
}
.hb-pay-desc {
  color: #b0bec5;
  font-size: 13px;
  margin: 0 0 12px;
}
.hb-pay-block .payments_list {
  margin-bottom: 14px;
}
.hb-pay-cta {
  display: inline-block !important;
  margin-right: 12px;
  padding: 10px 28px !important;
  font-size: 15px !important;
  font-weight: 700;
}
.hb-pay-alt {
  color: #7ec8ff;
  font-size: 13px;
  text-decoration: none;
}
.hb-pay-alt:hover {
  text-decoration: underline;
}
.footer_main .hb-footer-links li a {
  color: #d0d8e0;
  transition: color 0.2s;
}
.footer_main .hb-footer-links li a:hover {
  color: #7ec8ff;
}
