.resend button {
  color: var(--gold, #f3b61c);
  text-decoration: underline;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

a.secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}

.country-select {
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #111;
}

.country-select:focus {
  outline: none;
}

.scan-card--hidden {
  display: none !important;
}

.otp-local {
  margin: 16px 0 0;
  border: 1px solid #b18112;
  border-radius: 10px;
  background: rgba(243, 182, 28, 0.12);
  padding: 12px 14px;
  color: #f4f4f2;
  font-size: 13px;
  line-height: 1.4;
}

.otp-local strong,
.otp-local .otp-local-code {
  color: var(--gold, #f3b61c);
}

.otp-local-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.vip-code {
  flex: 1;
  margin: 0;
  border-radius: 10px;
  padding: 12px 14px;
  background: #0b0f11;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  word-break: break-all;
}

.vip-code.is-cancelled {
  color: #9a9a9a;
  text-decoration: line-through;
}

.vip-code-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.vip-copy {
  position: relative;
  flex-shrink: 0;
  border: 1px solid var(--gold, #f3b61c);
  border-radius: 999px;
  background: transparent;
  color: #f2f2f2;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.vip-copy-tip {
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 999px;
  background: #080b0d;
  color: #fff;
  padding: 4px 8px;
  font-size: 11px;
  opacity: 0;
}

.vip-copy-tip.is-on {
  opacity: 1;
}

.vip-note {
  margin: 12px 0 0;
  border: 1px solid #b18112;
  border-radius: 10px;
  background: rgba(243, 182, 28, 0.12);
  padding: 12px 14px;
  color: #f4f4f2;
  font-size: 14px;
  line-height: 1.45;
}

.vip-btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #8b1e1a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.vip-text-button {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.vip-text-button:hover {
  color: #ff746b;
}

.vip-grid-2 {
  display: grid;
  gap: 14px;
}

@media (min-width: 520px) {
  .vip-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.vip-claim-hero {
  background: #080b0d;
  padding: 18px 16px;
  text-align: center;
}

.vip-claim-hero img {
  display: block;
  width: 100%;
  max-height: 220px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.vip-claim-hero h1 {
  margin: 14px 0 0;
  color: var(--gold, #f3b61c);
  font-size: 20px;
}

.vip-inline-img {
  display: block;
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  background: #15191b;
}

nav[role="navigation"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 13px;
}

nav[role="navigation"] a,
nav[role="navigation"] span {
  color: var(--gold, #f3b61c);
}

.vip-modal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
}

.vip-desc {
  margin: 6px 0 0;
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.4;
}

.vip-reward.is-locked {
  opacity: 0.72;
}

.vip-reward h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.vip-reward .pts {
  margin: 0;
  color: var(--gold, #f3b61c);
  font-size: 13px;
  font-weight: 800;
}

.vip-reward-meta {
  margin: 0 0 4px;
  color: #9a9a9a;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vip-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #3a4145;
  color: #d8d8d8;
  background: #15191b;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.vip-chip-gold {
  border: 0;
  color: #080808;
  background: linear-gradient(90deg, #df9f17, #f8ce64 52%, #e0a220);
}

.vip-here {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 6px 12px;
  background: #080b0d;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vip-here i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold, #f3b61c);
}

.vip-progress {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 8px;
  bottom: 8px;
  width: 1px;
  transform: translateX(-50%);
  background: #2a2e30;
}

.vip-progress span {
  display: block;
  width: 100%;
  background: linear-gradient(#f3b61c, #df9f17);
}

.vip-timeline {
  position: relative;
}

.vip-align-right {
  text-align: right;
  margin-left: auto;
}

.vip-align-left {
  text-align: left;
  margin-right: auto;
}
