.analytics-consent[hidden] { display: none !important; }
.analytics-consent { position: fixed; z-index: 10050; left: 16px; bottom: 96px; width: min(440px, calc(100vw - 32px)); max-height: 65vh; overflow: auto; padding: 20px; border: 1px solid #decbbc; border-radius: 18px; background: #fff8ed; color: #4a3728; box-shadow: 0 8px 32px #4a372826; font-size: 14px; }
.analytics-consent p { margin: 10px 0 16px; line-height: 1.5; }
.analytics-consent div { display: flex; gap: 10px; flex-wrap: wrap; }
.analytics-consent button, .analytics-preferences { padding: 9px 14px; border: 1px solid #8c6751; border-radius: 10px; background: #fff8ed; color: #4a3728; cursor: pointer; font: inherit; }
.analytics-consent button:focus-visible, .analytics-preferences:focus-visible { outline: 3px solid #4a3728; outline-offset: 3px; }
.analytics-preferences { display: block; margin: 16px auto; font-size: 13px; }
