.supah-analytics-consent {
  position: fixed;
  z-index: 2147483647;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 720px;
  margin-left: auto;
  padding: 18px;
  color: #171717;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(23, 23, 23, 0.18);
  border-radius: 20px;
  box-shadow: 0 18px 60px rgba(23, 23, 23, 0.18);
  font: 500 14px/1.45 Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.supah-analytics-consent strong { display: block; margin-bottom: 4px; font-size: 15px; }
.supah-analytics-consent p { max-width: 470px; margin: 0; color: #4d4d4d; }
.supah-analytics-consent a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.supah-analytics-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.supah-analytics-actions button,
.supah-analytics-settings {
  min-height: 44px;
  padding: 0 16px;
  color: #171717;
  background: #f1f1f1;
  border: 1px solid rgba(23, 23, 23, 0.18);
  border-radius: 999px;
  font: 700 13px/1 ui-sans-serif, system-ui, sans-serif;
  cursor: pointer;
}
.supah-analytics-actions .supah-analytics-allow { color: #fff; background: #171717; border-color: #171717; }
.supah-analytics-actions button:focus-visible,
.supah-analytics-settings:focus-visible { outline: 3px solid #6750e8; outline-offset: 2px; }
.supah-analytics-settings {
  position: fixed;
  z-index: 2147483646;
  left: 12px;
  bottom: 12px;
  min-height: 36px;
  padding-inline: 12px;
  color: #525252;
  background: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  box-shadow: 0 6px 24px rgba(23, 23, 23, 0.12);
}
@media (max-width: 640px) {
  .supah-analytics-consent { align-items: stretch; flex-direction: column; gap: 16px; }
  .supah-analytics-actions { width: 100%; }
  .supah-analytics-actions button { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .supah-analytics-consent, .supah-analytics-settings { scroll-behavior: auto; }
}
