/* 玩家H5端自定义样式 */
.home-banner { padding: 12px; }
.home-banner .swiper { border-radius: 14px; }
.home-banner .swiper-item img { height: 150px; width: 100%; object-fit: cover; }

.game-nav {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px 8px; padding: 16px 12px;
}
.game-nav .game-item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.game-nav .game-icon {
  width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--gradient); color: #fff; font-size: 24px; font-weight: 700; box-shadow: 0 4px 10px rgba(123,91,255,.25);
}
.game-nav .game-name { font-size: 12px; color: var(--text-main); }

.quick-entries { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px 8px; padding: 16px 12px; }
.quick-entries .entry { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.quick-entries .entry .entry-icon {
  width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 22px; background: #f2f3f5;
}

/* 金牌打手卡片 */
.booster-card { display: flex; gap: 12px; padding: 14px; }
.booster-card .bc-info { flex: 1; min-width: 0; }
.booster-card .bc-tags { display: flex; gap: 6px; margin-top: 6px; flex-wrap: wrap; }
.booster-card .bc-actions { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }

/* 首页顶部 */
.home-top {
  background: var(--gradient); color: #fff; padding: 14px 16px 0; border-radius: 0 0 20px 20px;
}
.home-top .ht-row { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; }
.home-top .ht-welcome { font-size: 18px; font-weight: 700; }
.home-top .ht-sub { font-size: 12px; opacity: .85; margin-top: 2px; }

/* 服务类型横幅 */
.service-banner { display: flex; gap: 10px; padding: 12px; }
.service-banner .sb-item { flex: 1; background: #fff; border-radius: 12px; padding: 14px 8px; text-align: center; }
.service-banner .sb-item .sb-icon { font-size: 26px; }
.service-banner .sb-item .sb-name { font-size: 13px; margin-top: 6px; font-weight: 500; }

/* 订单状态标签配色 */
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 4px; }
