/* High-win KYC popup — screenshot match. Do not edit Vue bundles. */
#sikkim-hw-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(3, 6, 20, 0.92);
  box-sizing: border-box;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#sikkim-hw-overlay.open {
  display: flex !important;
}
#sikkim-hw-modal {
  position: relative;
  width: 100%;
  max-width: 360px;
  border-radius: 22px;
  padding: 28px 18px 20px;
  background: linear-gradient(180deg, #0b1230 0%, #070b1c 55%, #050814 100%);
  border: 1px solid rgba(120, 150, 255, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #fff;
  text-align: center;
}
#sikkim-hw-shield-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.55) 0%, rgba(88, 28, 180, 0.15) 70%, transparent 100%);
  box-shadow: 0 0 32px rgba(168, 85, 247, 0.45);
}
#sikkim-hw-shield-wrap svg {
  width: 36px;
  height: 36px;
  display: block;
}
#sikkim-hw-title {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 1.15;
}
#sikkim-hw-sub {
  margin: 0 0 18px;
  font-size: 14px;
  font-style: italic;
  color: #f3f4f6;
  line-height: 1.45;
  padding: 0 6px;
}
#sikkim-hw-sub .amt {
  color: #c4b5fd;
  font-weight: 700;
}
#sikkim-hw-card {
  position: relative;
  border-radius: 16px;
  padding: 26px 14px 18px;
  margin: 0 0 14px;
  border: 1px solid rgba(147, 197, 253, 0.45);
  background: linear-gradient(180deg, rgba(20, 30, 70, 0.7), rgba(10, 16, 40, 0.9));
}
#sikkim-hw-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #fff;
  background: #0a0f24;
  border: 1px solid #22c55e;
  font-family: system-ui, -apple-system, sans-serif;
}
#sikkim-hw-kyc {
  margin: 8px 0 6px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(180deg, #93c5fd 0%, #a78bfa 45%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
#sikkim-hw-refund {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-style: italic;
  color: #c4b5fd;
}
#sikkim-hw-refund svg {
  width: 14px;
  height: 14px;
}
#sikkim-hw-features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin: 0 0 16px;
}
#sikkim-hw-features .feat {
  border-radius: 12px;
  padding: 10px 6px 8px;
  border: 1px solid rgba(147, 197, 253, 0.25);
  background: rgba(12, 18, 45, 0.85);
}
#sikkim-hw-features .feat .ico {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 6px;
}
#sikkim-hw-features .feat .lbl {
  font-size: 11px;
  line-height: 1.25;
  color: #e5e7eb;
  font-family: Georgia, "Times New Roman", serif;
}
#sikkim-hw-proceed {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 14px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(90deg, #a855f7 0%, #6366f1 50%, #3b82f6 100%);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
  font-family: Georgia, "Times New Roman", serif;
}
#sikkim-hw-proceed:active {
  transform: scale(0.98);
}
#sikkim-hw-proceed svg {
  width: 18px;
  height: 18px;
}
