/* SkyTrust Notifications - BacklinkBuilderAI Premium Social Proof */
.stn-container-bottom-left {
  position: fixed !important;
  left: 24px !important;
  bottom: 24px !important;
  z-index: 2147483000 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  width: min(430px, calc(100vw - 32px)) !important;
  pointer-events: none !important;
}

.stn-popup {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) !important;
  gap: 15px !important;
  width: 100% !important;
  min-height: 132px !important;
  padding: 18px 44px 18px 18px !important;
  overflow: hidden !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  border: 1px solid rgba(45, 245, 255, 0.42) !important;
  border-radius: 10px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(45, 245, 255, 0.18), transparent 34%),
    linear-gradient(140deg, rgba(5, 21, 34, 0.98), rgba(6, 31, 42, 0.98) 52%, rgba(2, 9, 20, 0.98)) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42), 0 0 34px rgba(45, 245, 255, 0.12) !important;
  color: #f7fdff !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  opacity: 0 !important;
  transform: translate3d(-18px, 22px, 0) scale(0.98) !important;
  transition: opacity 420ms ease, transform 420ms cubic-bezier(0.2, 0.9, 0.22, 1), border-color 220ms ease, box-shadow 220ms ease !important;
}

.stn-popup::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto !important;
  height: 3px !important;
  background: linear-gradient(90deg, #2df5ff, #35ffd2, #80ff61) !important;
  transform-origin: left center !important;
  animation: stnTrustLine 7.6s linear forwards !important;
}

.stn-popup::after {
  content: "" !important;
  position: absolute !important;
  inset: -45% auto auto -20% !important;
  width: 190px !important;
  height: 190px !important;
  border-radius: 999px !important;
  background: rgba(45, 245, 255, 0.1) !important;
  filter: blur(24px) !important;
  pointer-events: none !important;
}

.stn-popup.stn-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.stn-popup:hover,
.stn-popup:focus-visible {
  border-color: rgba(128, 255, 97, 0.82) !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48), 0 0 42px rgba(52, 255, 210, 0.22) !important;
  transform: translate3d(0, -4px, 0) scale(1.01) !important;
  outline: none !important;
}

.stn-popup-media {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 62px !important;
  height: 62px !important;
  border: 1px solid rgba(52, 255, 210, 0.46) !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, rgba(45, 245, 255, 0.2), rgba(128, 255, 97, 0.14)) !important;
  box-shadow: inset 0 0 22px rgba(45, 245, 255, 0.14), 0 0 24px rgba(45, 245, 255, 0.16) !important;
  overflow: hidden !important;
}

.stn-popup-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.stn-popup-media span {
  color: #34ffe0 !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.stn-popup-content {
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
}

.stn-popup-eyebrow {
  margin: 0 0 6px !important;
  color: #34ffe0 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.stn-popup h3 {
  margin: 0 0 7px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.stn-popup p {
  margin: 0 !important;
  color: #bdd5e9 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  white-space: pre-line !important;
}

.stn-popup-footer {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 10px !important;
  color: #7dffbd !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

.stn-popup-footer::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: #35ffd2 !important;
  box-shadow: 0 0 12px rgba(53, 255, 210, 0.8) !important;
}

.stn-popup-close {
  position: absolute !important;
  top: 10px !important;
  right: 12px !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  border: 1px solid rgba(189, 213, 233, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #cde7f4 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

.stn-popup-close:hover,
.stn-popup-close:focus-visible {
  color: #00131b !important;
  background: #35ffd2 !important;
  outline: none !important;
}

.stn-theme-exit {
  border-color: rgba(128, 255, 97, 0.82) !important;
  box-shadow: 0 26px 88px rgba(49, 255, 185, 0.2), 0 22px 70px rgba(0, 0, 0, 0.48) !important;
}

@keyframes stnTrustLine {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

@media (max-width: 640px) {
  .stn-container-bottom-left {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
  }

  .stn-popup {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 90px !important;
    padding: 12px 32px 12px 12px !important;
    border-radius: 8px !important;
  }

  .stn-popup-media {
    width: 42px !important;
    height: 42px !important;
    border-radius: 8px !important;
  }

  .stn-popup-media span {
    font-size: 16px !important;
  }

  .stn-popup-eyebrow {
    font-size: 10px !important;
    margin: 0 0 4px !important;
  }

  .stn-popup h3 {
    font-size: 13px !important;
    margin: 0 0 4px !important;
  }

  .stn-popup p {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .stn-popup-footer {
    font-size: 10px !important;
    margin-top: 6px !important;
  }

  .stn-popup-close {
    top: 8px !important;
    right: 8px !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 11px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stn-popup,
  .stn-popup::before {
    animation: none !important;
    transition: none !important;
  }
}