.analytics-consent {
  position: fixed; right: 16px; bottom: 16px; z-index: 100;
  background: var(--paper); border: 1px solid var(--line); color: var(--ink);
  box-shadow: 0 6px 24px rgb(22 23 25 / 8%);
}
.analytics-consent { width: min(380px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow: auto; padding: 22px; }
.analytics-consent h2 { margin: 0 0 10px; font: 400 25px/1.1 var(--font-display); letter-spacing: -.02em; }
.analytics-consent p { margin: 0 0 10px; color: var(--body); font-size: 13px; line-height: 1.6; }
.analytics-consent a { font-size: 13px; }
.analytics-consent .waitlist-controls { flex-direction: row; }
.analytics-consent .waitlist-controls button { flex: 1; min-width: 0; min-height: 44px; padding: 8px; font-size: 13px; }
.analytics-consent .waitlist-controls [data-choice="denied"] { background: var(--paper); color: var(--ink); border-color: var(--line); }
.analytics-privacy-settings { min-height: 44px; padding: 8px 0; border: 0; background: none; color: inherit; cursor: pointer; font: 400 14px/1.4 var(--font-body); color: var(--body); text-decoration: underline; text-underline-offset: 5px; }
.analytics-consent[hidden], .analytics-privacy-settings[hidden] { display: none; }

.footer-links { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
