.analytics-consent[hidden] { display: none; }
.analytics-consent { position: fixed; z-index: 1000; inset: auto 1rem 1rem; max-width: 38rem; margin: auto; padding: 1rem 1.25rem; background: #fffdf7; color: #0b2540; border: 1px solid #a7c8c5; border-radius: .75rem; box-shadow: 0 8px 32px #0b254033; font: 1rem/1.45 system-ui, sans-serif; }
.analytics-consent p { margin: 0 0 .75rem; }
.analytics-consent div { display: flex; flex-wrap: wrap; gap: .5rem; }
.analytics-consent button { border: 1px solid #0b2540; border-radius: .4rem; padding: .55rem .85rem; background: #0b2540; color: white; cursor: pointer; font: inherit; }
.analytics-consent button:first-child { background: transparent; color: #0b2540; }
.analytics-preferences { margin-left: 1rem; padding: .25rem; border: 0; background: transparent; color: inherit; text-decoration: underline; cursor: pointer; font: inherit; }
.analytics-consent button:focus-visible, .analytics-preferences:focus-visible { outline: 3px solid #d55f47; outline-offset: 2px; }
