.whatsapp-claim.is-boost-locked {
  position: relative;
  filter: grayscale(0.42) brightness(0.72);
  box-shadow: none;
  cursor: pointer;
}

.whatsapp-claim.is-boost-locked:hover:not(:disabled) {
  filter: grayscale(0.28) brightness(0.8);
  transform: none;
  box-shadow: none;
}

.boost-lock-badge {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #120814;
  border: 1px solid #e2c37a;
  color: #f3dd9a;
  pointer-events: none;
}

.boost-lock-badge svg {
  width: 12px;
  height: 12px;
}

.boost-lock-progress {
  position: absolute;
  left: 12px;
  top: 8px;
  min-width: 34px;
  height: 18px;
  padding: 0 6px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #120814;
  border: 1px solid #e2c37a;
  color: #f3dd9a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.boost-bar {
  margin-top: 14px;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #2a2438;
  border: 1px solid rgb(216 182 106 / 0.28);
}

.boost-bar i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #d8b66a, #f4d879);
  transition: width 0.35s ease;
}

.boost-toast {
  position: fixed;
  left: 50%;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 70;
  width: min(calc(100% - 28px), 420px);
  transform: translateX(-50%);
  padding: 12px 14px;
  border: 1px solid rgb(216 182 106 / 0.38);
  border-radius: 12px;
  background: #14101fd9;
  color: #f4f1e8;
  font-size: 12px;
  line-height: 1.45;
  box-shadow: 0 18px 40px #02030899;
}

.boost-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: end center;
  padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
  background: #07060ce3;
}

.boost-modal {
  width: min(100%, 420px);
  max-height: min(86dvh, 640px);
  overflow: auto;
  padding: 22px 18px 18px;
  border: 1px solid #51466b;
  border-radius: 14px;
  background: linear-gradient(155deg, #17142c, #0b0d18 78%);
  box-shadow: 0 34px 100px #02030ac2, inset 0 1px #ffffff14;
}

.boost-modal h2 {
  margin: 0;
  color: #fffdf7;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}

.boost-kicker {
  margin: 0 0 8px;
  color: #f0d477;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.boost-modal p {
  margin: 10px 0 0;
  color: #b7afc7;
  font-size: 13px;
  line-height: 1.45;
}

.boost-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.boost-slot {
  min-height: 64px;
  display: grid;
  place-items: center;
  gap: 6px;
  padding: 10px 6px;
  border: 1px solid rgb(216 182 106 / 0.28);
  border-radius: 10px;
  background: #d8b66a0e;
  color: #8f879d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.boost-slot.is-done {
  border-color: rgb(216 182 106 / 0.7);
  background: #d8b66a1f;
  color: #f4d879;
}

.boost-slot b {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid currentColor;
  font-size: 11px;
}

.boost-count {
  margin-top: 12px;
  color: #f4d879;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.boost-link-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 14px;
}

.boost-link-row input {
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #3b4654;
  border-radius: 10px;
  background: #0d1118;
  color: #f4f6f8;
  font-size: 12px;
}

.boost-link-row button,
.boost-share,
.boost-close,
.boost-open {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.boost-link-row button,
.boost-share {
  border: 1px solid rgb(216 182 106 / 0.55);
  background: transparent;
  color: #f0d477;
}

.boost-share {
  width: 100%;
  margin-top: 8px;
}

.boost-close {
  width: 100%;
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: #aeb6c0;
}

.boost-open {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #8af0ae;
  background: linear-gradient(180deg, #35d978, #21bd63 52%, #159447);
  color: #fff;
}

.boost-error {
  margin-top: 10px;
  color: #ef8f8f;
  font-size: 12px;
}

.boost-modal.is-unlocked .boost-kicker {
  color: #75c99b;
}
