.hj-consent-banner,
.hj-consent-preferences {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.hj-consent-banner {
  position: fixed;
  z-index: 10000;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 760px;
  margin: 0 auto;
  padding: 18px;
  color: #eef7ff;
  background: rgba(9, 17, 31, .98);
  border: 1px solid rgba(0, 212, 255, .32);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}
.hj-consent-banner[hidden],
.hj-consent-preferences[hidden] { display: none !important; }
.hj-consent-banner strong { display: block; margin-bottom: 6px; font-size: 1rem; }
.hj-consent-banner p { margin: 0; color: #bac8d9; font-size: .88rem; line-height: 1.55; }
.hj-consent-banner a { color: #58dcff; text-decoration: underline; }
.hj-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.hj-consent-actions button {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
  color: #eef7ff;
  background: transparent;
  font: inherit;
  font-size: .86rem;
  font-weight: 700;
  cursor: pointer;
}
.hj-consent-actions .hj-consent-accept {
  border-color: #00d4ff;
  color: #06111d;
  background: #00d4ff;
}
.hj-consent-preferences {
  position: fixed;
  z-index: 9998;
  left: 14px;
  bottom: 14px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 212, 255, .28);
  border-radius: 999px;
  color: #c6d6e8;
  background: rgba(9, 17, 31, .94);
  font-size: .75rem;
  cursor: pointer;
}
.hj-form-privacy {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 9px;
  margin: 4px 0 2px;
  color: inherit;
  font-size: .82rem;
  line-height: 1.45;
}
.hj-form-privacy input { width: 18px !important; height: 18px; margin-top: 2px; }
.hj-form-privacy a { color: #00d4ff; text-decoration: underline; }
.hj-form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.hj-form-status[data-state="success"] { color: #62e6a7; }
.hj-form-status[data-state="warning"] { color: #ffd166; }
@media (max-width: 700px) {
  .hj-consent-banner { left: 10px; right: 10px; bottom: 74px; padding: 15px; }
  .hj-consent-actions { display: grid; grid-template-columns: 1fr; }
  .hj-consent-preferences {
    position: static;
    display: block;
    width: max-content;
    margin: 14px auto calc(84px + env(safe-area-inset-bottom));
  }
  body.hj-menu-open .hj-consent-preferences { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hj-consent-banner, .hj-consent-preferences { scroll-behavior: auto; }
}
