.analytics-choice[hidden], .analytics-preferences[hidden] { display: none !important; }
.analytics-choice { position: fixed; z-index: 1000; bottom: 16px; left: 16px; width: min(520px, calc(100% - 32px)); box-sizing: border-box; padding: 20px; border: 1px solid #cbd5e1; border-radius: 12px; background: #fff; color: #0f172a; box-shadow: 0 8px 32px #0f172a26; font: 15px/1.5 Inter, sans-serif; }
.analytics-choice p { margin: 0 0 14px; }
.analytics-choice a { color: #0e7490; text-decoration: underline; }
.analytics-choice-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.analytics-choice button { min-height: 44px; padding: 10px 18px; border: 1px solid #0e7490; border-radius: 6px; background: #fff; color: #0f172a; font: inherit; font-weight: 600; cursor: pointer; }
.analytics-choice button:hover { background: #f1f5f9; }
.analytics-choice button:focus-visible, .analytics-preferences:focus-visible { outline: 3px solid #0e7490; outline-offset: 3px; }
.analytics-preferences { border: 0; padding: 8px 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; cursor: pointer; }
@media (max-width: 420px) { .analytics-choice { padding: 16px; } .analytics-choice-actions button { flex: 1; padding-inline: 10px; } }
