.analytics-consent[hidden] { display: none; }
.analytics-consent { position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 1000; max-width: 620px; padding: 20px; background: #fffdf9; color: #29251f; border: 1px solid #71695f; border-radius: 12px; box-shadow: 0 4px 24px #0002; font: 15px/1.5 system-ui, sans-serif; }
.analytics-consent p { margin: 0 0 14px; }
.analytics-consent a { color: inherit; text-decoration: underline; }
.analytics-consent > div { display: flex; flex-wrap: wrap; gap: 10px; }
.analytics-consent button { padding: 10px 16px; border: 1px solid #29251f; border-radius: 6px; background: #fffdf9; color: #29251f; cursor: pointer; font: inherit; }
.analytics-preferences { background: transparent; border: 0; padding: 4px; color: inherit; text-decoration: underline; cursor: pointer; font: inherit; }
.analytics-consent button:focus-visible, .analytics-preferences:focus-visible { outline: 3px solid #66513d; outline-offset: 3px; }
