/* Clean ALTCHA v3 integration for Zeus */
.zeusAltchaConsent {
  margin: 14px 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.zeusAltchaConsentLabel {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  gap: 11px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #c6d0e0 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  cursor: pointer !important;
}

.zeusAltchaConsentInput {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
}

.zeusAltchaConsentMark {
  position: relative !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  box-sizing: border-box !important;
  margin-top: 1px !important;
  border: 1px solid rgba(152, 167, 191, 0.46) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0.045) !important;
  transition: border-color 160ms ease, background 160ms ease !important;
}

.zeusAltchaConsentLabel:hover .zeusAltchaConsentMark {
  border-color: rgba(255, 146, 56, 0.72) !important;
}

.zeusAltchaConsentInput:focus-visible + .zeusAltchaConsentMark {
  outline: 2px solid rgba(255, 146, 56, 0.42) !important;
  outline-offset: 3px !important;
}

.zeusAltchaConsentInput:checked + .zeusAltchaConsentMark {
  border-color: transparent !important;
  background: linear-gradient(135deg, #ff9238, #ff5264) !important;
}

.zeusAltchaConsentInput:checked + .zeusAltchaConsentMark::after {
  content: "" !important;
  position: absolute !important;
  left: 6px !important;
  top: 3px !important;
  width: 5px !important;
  height: 10px !important;
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

.zeusAltchaConsentText {
  display: block !important;
  min-width: 0 !important;
}

.zeusAltchaConsent a {
  color: #7eb1ff !important;
  font-weight: 750 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(126, 177, 255, 0.42) !important;
}

.zeusAltchaConsent a:hover {
  color: #a9cbff !important;
  border-bottom-color: currentColor !important;
}

.zeusAltchaBox {
  display: block !important;
  width: 100% !important;
  margin: 12px 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
}

.zeusAltchaCaption {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 8px !important;
  color: #9ba9be !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

.zeusAltchaCaption::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5ee0ad;
  box-shadow: 0 0 12px rgba(94, 224, 173, 0.7);
}

.zeusAltchaBox altcha-widget {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 70px !important;
  overflow: visible !important;
  pointer-events: auto !important;
  color-scheme: light !important;
  --altcha-max-width: 100%;
  --altcha-border-radius: 12px;
}

.zeusAltchaStatus {
  min-height: 18px !important;
  margin: 7px 0 0 !important;
  padding: 0 !important;
  color: #93a1b8 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  border: 0 !important;
  background: transparent !important;
}

.zeusAltchaStatus.isError { color: #ff7b86 !important; }
.zeusAltchaStatus.isOk { color: #64d6a9 !important; }
