.analytics-consent {
  position: fixed;
  z-index: 100;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 2.5rem);
  width: min(31rem, calc(100vw - 2rem));
  padding: 1rem 1.1rem;
  border: 1px solid rgba(155, 140, 255, 0.38);
  border-radius: 0.85rem;
  background: rgba(9, 10, 22, 0.96);
  box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, 0.45);
  color: #e5e7eb;
  font: 0.875rem/1.5 "IBM Plex Sans", sans-serif;
}

.analytics-consent[hidden] { display: none; }
.analytics-consent p { margin: 0 0 0.8rem; }
.analytics-consent a { color: #a5b4fc; }
.analytics-consent > div { display: flex; justify-content: flex-end; gap: 0.6rem; }
.analytics-consent button {
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
  border-radius: 0.45rem;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.analytics-consent .analytics-consent__accept { background: #8b5cf6; border-color: #8b5cf6; color: #fff; }
