.analytics-choice[hidden], [data-analytics-settings][hidden], .analytics-choice button[hidden] { display: none; }
.analytics-choice { position: fixed; z-index: 100; bottom: 16px; left: 16px; right: 16px; max-width: 900px; margin-inline: auto; padding: 20px; background: #fff; color: #1e2b28; border: 1px solid #c8ceca; border-radius: 16px; box-shadow: 0 4px 24px #0002; display: flex; align-items: center; gap: 24px; }
.analytics-choice p { font-size: 14px; line-height: 1.5; margin: 8px 0 0; }
.analytics-actions { display: flex; gap: 10px; flex-shrink: 0; }
.analytics-actions .button { background: #fff; color: #1e2b28; border: 1px solid #1e2b28; font: inherit; font-size: 13px; cursor: pointer; padding: 12px; }
[data-analytics-settings] { font: inherit; color: inherit; background: none; border: 0; text-decoration: underline; padding: 0; cursor: pointer; }
@media (max-width: 720px) { .analytics-choice { left: 8px; right: 8px; bottom: 8px; padding: 16px; display: block; } .analytics-actions { margin-top: 14px; } .analytics-actions .button { flex: 1; white-space: normal; } }
