#cutgo-activate-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 1;
}

#cutgo-activate-overlay.is-visible {
  opacity: 1;
}

.cutgo-activate-card {
  width: min(100%, 280px);
  padding: 10px 12px 8px;
  border-radius: 12px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  color: #f5f5f7;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'PingFang SC', sans-serif;
  -webkit-font-smoothing: antialiased;
  transform: translateY(0) scale(1);
}

#cutgo-activate-overlay .pop-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

#cutgo-activate-overlay .pop-brand {
  flex: 1;
  min-width: 0;
  text-align: left;
}

#cutgo-activate-overlay .pop-head-meta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  max-width: 42%;
  text-align: right;
}

#cutgo-activate-overlay .pop-brand-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 52px;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}

#cutgo-activate-overlay .pop-version {
  font-size: 10px;
  font-weight: 600;
  color: rgba(235, 235, 245, 0.45);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

#cutgo-activate-overlay .pop-site-link {
  font-size: 10px;
  font-weight: 600;
  color: rgba(235, 235, 245, 0.45);
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

#cutgo-activate-overlay .pop-site-link:hover {
  color: rgba(245, 245, 247, 0.72);
  text-decoration: underline;
}

#cutgo-activate-overlay.is-visible .cutgo-activate-card {
  transform: translateY(0) scale(1);
}

.cutgo-activate-copy {
  margin-bottom: 12px;
}

.cutgo-activate-heading {
  margin: 0 0 10px;
  color: rgba(245, 245, 247, 0.98);
  font: 750 15px/1.25 -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  letter-spacing: 0.01em;
  text-align: left;
}

.cutgo-activate-badge {
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: 7px;
  background: rgba(255, 159, 10, 0.1);
  border: 1px solid rgba(255, 159, 10, 0.28);
  color: #ffb340;
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
  font-weight: 650;
}

.cutgo-activate-badge[hidden] {
  display: none;
}

.cutgo-activate-free {
  margin: 0 0 12px;
  padding: 0 2px;
  color: rgba(245, 245, 247, 0.58);
  font-size: 10px;
  line-height: 1.45;
  text-align: left;
  font-weight: 500;
}

.cutgo-activate-free[hidden] {
  display: none;
}

.cutgo-activate-btn-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 0;
}

.cutgo-act-btn {
  min-height: 34px;
  padding: 0 10px;
  border-radius: 10px;
  border: none;
  font: 750 11px/1 -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition:
    transform 0.14s ease,
    background 0.14s ease,
    border-color 0.14s ease,
    box-shadow 0.14s ease;
}

.cutgo-act-btn.is-primary {
  color: #050806;
  background: #a3e635;
  border: 1px solid rgba(163, 230, 53, 0.55);
}

.cutgo-act-btn.is-primary:hover:not(:disabled) {
  background: #b8e635;
  transform: translateY(-1px);
}

.cutgo-act-btn.is-outline {
  color: rgba(245, 245, 247, 0.88);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cutgo-act-btn.is-outline:hover:not(:disabled) {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.cutgo-act-btn.is-full {
  width: 100%;
  margin-top: 8px;
}

.cutgo-act-btn:disabled {
  opacity: 0.55;
  cursor: wait;
}

.cutgo-act-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  display: block;
}

.cutgo-activate-form {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cutgo-activate-form[hidden] {
  display: none !important;
}

.cutgo-activate-form input {
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  margin-bottom: 8px;
  padding: 0 10px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
}

.cutgo-activate-form input.is-code {
  font: 600 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#cutgo-activate-email,
#cutgo-activate-email-confirm,
#cutgo-activate-otp,
.cutgo-activate-form input.is-email {
  text-transform: none;
  letter-spacing: normal;
  font: 500 13px/1 system-ui, -apple-system, sans-serif;
}

#cutgo-activate-otp {
  font: 600 14px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.16em;
}

.cutgo-activate-form input::placeholder {
  color: rgba(235, 235, 245, 0.28);
}

.cutgo-activate-form input:-webkit-autofill,
.cutgo-activate-form input:-webkit-autofill:hover,
.cutgo-activate-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  transition: background-color 99999s ease-out 0s;
  box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.06) inset;
}

.cutgo-activate-form input:focus {
  outline: none;
  border-color: rgba(163, 230, 53, 0.45);
  box-shadow: 0 0 0 2px rgba(163, 230, 53, 0.12);
}

.cutgo-activate-error {
  margin: 8px 0 0;
  min-height: 16px;
  font-size: 11px;
  line-height: 1.35;
  color: #ff6961;
}

.cutgo-activate-error[hidden] {
  display: none !important;
}

.cutgo-act-cancel {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 6px 0 2px;
  border: 0;
  background: none;
  color: rgba(235, 235, 245, 0.45);
  font: 600 11px/1.2 -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  cursor: pointer;
}

.cutgo-act-cancel:hover {
  color: rgba(245, 245, 247, 0.82);
}
