.analytics-banner {
  position: fixed;
  z-index: 1000;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 850px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid #d3dbd7;
  border-radius: 16px;
  background: #fdfdfb;
  box-shadow: 0 12px 40px #0e241e30;
  color: #17382e;
  font: 14px/1.45 system-ui, sans-serif;
}
.analytics-banner[hidden] { display: none; }
.analytics-banner strong { font-size: 15px; }
.analytics-banner p { margin: 4px 0 0; }
.analytics-banner a { color: #007a5d; text-decoration: underline; }
.analytics-actions { display: flex; flex-shrink: 0; gap: 8px; }
.analytics-actions button {
  padding: 10px 13px;
  border: 1px solid #bacbc3;
  border-radius: 8px;
  background: transparent;
  color: #17382e;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}
.analytics-actions button[data-choice="yes"] { border-color: #006a50; background: #006a50; color: white; }
.analytics-actions button:focus-visible, .analytics-preferences:focus-visible { outline: 3px solid #32bf8e; outline-offset: 2px; }
.analytics-preferences { border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; cursor: pointer; }
@media (max-width: 640px) {
  .analytics-banner { align-items: stretch; flex-direction: column; gap: 14px; }
  .analytics-actions button { flex: 1; }
}
