.tend-analytics-choice {
  position: fixed;
  z-index: 1000;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  left: max(16px, env(safe-area-inset-left));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid #c7d8cc;
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 12px 40px #153a3130;
  color: #153a31;
  font: 15px/1.45 system-ui, sans-serif;
}
.tend-analytics-choice strong { font-size: 17px; }
.tend-analytics-choice p { margin: 6px 0 0; }
.tend-analytics-choice a { color: #155e4d; text-decoration: underline; }
.tend-analytics-actions { display: flex; flex-shrink: 0; gap: 8px; }
.tend-analytics-actions button {
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid #286b54;
  border-radius: 10px;
  background: transparent;
  color: #153a31;
  cursor: pointer;
  font: 600 14px system-ui, sans-serif;
}
.tend-analytics-actions button:last-child { background: #153a31; color: white; }
.tend-analytics-actions button:focus-visible,
.tend-analytics-settings:focus-visible { outline: 3px solid #c57e32; outline-offset: 3px; }
.tend-analytics-settings {
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}
@media (max-width: 620px) {
  .tend-analytics-choice { display: block; }
  .tend-analytics-actions { margin-top: 15px; }
  .tend-analytics-actions button { flex: 1; }
}
