.analytics-consent {
  position: fixed;
  z-index: 2147483000;
  right: clamp(14px, 2.5vw, 32px);
  bottom: clamp(14px, 2.5vw, 32px);
  width: min(560px, calc(100vw - 28px));
  padding: 20px;
  border: 1px solid rgba(238, 164, 17, .58);
  background: rgba(12, 15, 12, .97);
  color: #f4f0e6;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .45);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
}
.analytics-consent strong { display: block; margin-bottom: 7px; font-size: 1.05rem; }
.analytics-consent p { margin: 0; color: rgba(244, 240, 230, .78); line-height: 1.5; font-size: .9rem; }
.analytics-consent a { color: #f3b32c; }
.analytics-consent__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.analytics-consent button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(244, 240, 230, .35);
  background: transparent;
  color: inherit;
  font: 600 .72rem/1 "IBM Plex Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.analytics-consent button.is-primary { border-color: #eea411; background: #eea411; color: #10120f; }
.analytics-consent button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
@media (max-width: 520px) {
  .analytics-consent { padding: 17px; }
  .analytics-consent__actions { display: grid; grid-template-columns: 1fr; }
  .analytics-consent button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .analytics-consent * { scroll-behavior: auto !important; } }
