.nova-analytics-banner[hidden] { display: none !important; }
.nova-analytics-banner { position: fixed; z-index: 1000; inset: auto 16px 16px auto; width: min(440px, calc(100vw - 32px)); display: grid; gap: 12px; padding: 18px; border: 1px solid #ccd8e6; border-radius: 8px; background: #fff; box-shadow: 0 15px 50px #101b3430; color: #172033; font: 14px/1.5 "Plus Jakarta Sans", system-ui, sans-serif; }
.nova-analytics-banner p { margin: 0; }
.nova-analytics-banner strong { font-size: 16px; }
.nova-analytics-banner a { color: #155fb2; text-decoration: underline; }
.nova-analytics-banner > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.nova-analytics-banner button { min-height: 42px; border: 1px solid #bdc9da; border-radius: 6px; background: #fff; color: #172033; font: inherit; font-weight: 700; cursor: pointer; }
.nova-analytics-banner button[data-analytics-accept] { border-color: #d8266b; background: #d8266b; color: #fff; }
.nova-analytics-preferences { display: inline-block; margin: 8px 0 0; padding: 0; border: 0; background: none; color: inherit; font: inherit; font-size: 12px; text-decoration: underline; cursor: pointer; }
@media (max-width: 480px) { .nova-analytics-banner { inset: auto 8px 8px; width: auto; padding: 14px; font-size: 13px; } }
