.analytics-banner[hidden], .analytics-settings[hidden] { display: none; }
.analytics-banner { position: fixed; z-index: 50; bottom: 20px; left: 20px; right: 20px; max-width: 960px; margin: auto; display: flex; align-items: center; gap: 24px; padding: 22px 26px; background: #fff; border: 1px solid #bac5b1; border-radius: 8px; box-shadow: 0 8px 35px #24362e26; color: #24362e; }
.analytics-banner h2 { font: 600 17px/1.3 system-ui, sans-serif; letter-spacing: 0; margin: 0 0 7px; }
.analytics-banner p { font: 13px/1.5 system-ui, sans-serif; margin: 0; }
.analytics-banner a { text-decoration: underline; }
.analytics-actions { display: flex; flex-shrink: 0; gap: 10px; }
.analytics-actions button { font: 13px/1.4 system-ui, sans-serif; padding: 11px 14px; background: #f7f6f2; color: #24362e; border: 1px solid #74836b; border-radius: 4px; cursor: pointer; }
.analytics-actions button:hover { background: #e7eadf; }
.analytics-settings { font: inherit; padding: 0; border: 0; background: none; color: inherit; cursor: pointer; text-decoration: underline; }
@media(max-width:760px) { .analytics-banner { left: 12px; right: 12px; bottom: 12px; padding: 18px; flex-direction: column; align-items: stretch; gap: 14px; } .analytics-actions button { flex: 1; } }
