.giftReceivePage {
  max-width: 430px;
  margin: 0 auto;
  padding: 14px 14px 96px;
}

.giftHeroCard,
.giftWinCard {
  border: 1px solid #dbe5f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.giftHeroCard {
  padding: 18px;
}

.giftHeroBadge {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #5548e8;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}

.giftHeroCard h2 {
  margin: 0 0 6px;
  font-size: 22px;
  letter-spacing: 0;
}

.giftHeroCard p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
}

.giftSummaryGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.giftSummaryGrid div {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px;
  background: #f8fafc;
}

.giftSummaryGrid span {
  display: block;
  color: #64748b;
  font-size: 12px;
  margin-bottom: 4px;
}

.giftSummaryGrid strong {
  font-size: 20px;
}

.giftWinList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.giftWinCard {
  padding: 14px;
}

.giftWinTop {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.giftWinRank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #5b6cff, #18a8f5);
  color: #fff;
  font-weight: 900;
}

.giftWinMeta {
  flex: 1;
  min-width: 0;
}

.giftWinMeta strong {
  display: block;
  font-size: 13px;
  color: #0f172a;
}

.giftWinMeta span {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
}

.giftWinStatus {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #c7d2fe;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 12px;
  font-weight: 800;
}

.giftWinStatus.done {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
}

.giftWinBody {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 12px;
  background: #fbfdff;
}

.giftDogThumb {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
  background: #f1f5f9;
  font-size: 28px;
}

.giftDogThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.giftWinInfo {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.giftWinInfo strong {
  color: #0f172a;
  font-size: 17px;
}

.giftWinInfo em {
  color: #64748b;
  font-size: 13px;
  font-style: normal;
}

.giftInfoLabel {
  color: #6d5dfc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.giftInfoLabelGift {
  margin-top: 8px;
}

.giftWinInfo b {
  color: #111827;
  font-size: 15px;
}

.giftWinInfo small {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}
